That looks like more of an LD or PKGCONFIG problem. take a look at the direct(fb).la script and make sure that the libs line says where the directfb libraries are.
On Wed, 2007-10-24 at 13:46 -0300, Sergio Figueras wrote: > Hi everyone, > > I'm so newbie on the directfb. I'm trying to compile one version of > RDesktop with DirectFB support for Cirrus EDB9315A development board. > But when I type make, I receive those messages: > > arm-linux-gcc-4.1.1 -o dfbrdesktop -L//usr/local/lib -L//usr/lib > -L//lib tcp.o iso.o mcs.o secure.o rdp.o rdp5.o orders.o bitmap.o > cache.o mppc.o pstcache.o channels.o licence.o ssl.o uimain.o bsops.o > dfb.o -ldirect -lz -lcrypto -ldirectfb -lfusion > /usr/local/arm/4.1.1-920t/lib/gcc/arm-linux-uclibc/4.1.1/../../../../arm-linux-uclibc/bin/ld: > skipping incompatible //usr/lib/libdirect.so when searching for -ldirect > /usr/local/arm/4.1.1-920t/lib/gcc/arm-linux-uclibc/4.1.1/../../../../arm-linux-uclibc/bin/ld: > skipping incompatible //usr/lib/libdirect.a when searching for -ldirect > /usr/local/arm/4.1.1-920t/lib/gcc/arm-linux-uclibc/4.1.1/../../../../arm-linux-uclibc/bin/ld: > cannot find -ldirect > collect2: ld returned 1 exit status > make: *** [rd] Error 1 > > > Ok, it smells like... You know :P. > > But, what I need to do for GCC recognize the flag ldirect? > > Thanks! > > -- > _________________________ > Sérgio Luiz Wermuth Figueras > _______________________________________________ > directfb-users mailing list > [email protected] > http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
