I must say it's my first app build on disko,but failed

[root@www 01]# pwd
/home/ryan/disko/disko-tutorials/firststeps/01
[root@www 01]# make
check for disko version >= 1.1.1
arm-linux-g++ -O3 -D__HAVE_DIRECTFB__ -D__ENABLE_SQLITE__ -D_REENTRANT -I/opt/gtk/include/disko/ -I/opt/gtk/include/libxml2 -I/opt/gtk/include -I/opt/gtk/include/sigc++-2.0 -I/opt/gtk/lib/sigc++-2.0/include -I/opt/gtk/include/libpng12 -I/opt/gtk/include/freetype2 -I/opt/gtk/include/directfb main.cpp -L/opt/gtk/lib/disko -L/opt/gtk/lib -lmmsinfo -lmmsconfig -lmmstools -lmmsgui -lmmsinput -lmmsbase -lmmscore -lxml2 -lcurl -lsigc-2.0 -lpng12 -lfreetype -ldirectfb -lz -lsqlite3 -lfusion -ldirect -lpthread -ldl -Wl,-rpath=/opt/gtk/lib/disko -Wl,-rpath=/opt/gtk/lib -o 01
/usr/local/gcc-3.4.5-glibc-2.3.6/arm-linux/bin/../lib/gcc/arm-linux/3.4.5/../../../../arm-linux/bin/ld: 01: hidden symbol `__dso_handle' in /usr/local/gcc-3.4.5-glibc-2.3.6/arm-linux/bin/../lib/gcc/arm-linux/3.4.5/crtbegin.o is referenced by DSO
collect2: ld returned 1 exit status
make: *** [all] Error 1
cause I searched by google,it maybe was DSO(dynamic shared object) problems.so I think maybe my cross compile disko-git miss something.
Nouch64 had cross compile on mips32 in here
http://www.diskohq.org/forum_func=view&id=148&catid=8
can you or anyone else tell me about it? thanks