I'm installing the updated version of both DFB 1.2.0 and LiTE 0.8.9. DFB installed w/o any issues and am now trying to install LiTE with the following error:
(Cross compiling for Arm device (gumstix.com) and I have the correct pkg_config_libdir and points to the DFB Library) mkdir .libs /home/bbui/Desktop/gumstix/gumstix-buildroot/build_arm_nofpu/staging_dir/bin /arm-linux-gcc -Wall -O3 -pipe -Werror-implicit-function-declaration -o .libs/lite_bench bench.o -L/home/bbui/Desktop/gumstix/gumstix-buildroot/build_arm_nofpu/root//lib ../leck/.libs/libleck.so ../lite/.libs/liblite.so /home/bbui/Desktop/gumstix/gumstix-buildroot/build_arm_nofpu/root//lib/libdi rectfb.so /home/bbui/Desktop/gumstix/gumstix-buildroot/build_arm_nofpu/root//lib/libfu sion.so /home/bbui/Desktop/gumstix/gumstix-buildroot/build_arm_nofpu/root//lib/libdi rect.so -lpthread -Wl,--rpath -Wl,/home/bbui/Desktop/gumstix/gumstix-buildroot/build_arm_nofpu/root//lib\n bench.o: In function `print_timestamp': bench.c:(.text+0x10): undefined reference to `direct_clock_get_micros' bench.c:(.text+0x90): undefined reference to `direct_log_printf' bench.c:(.text+0x110): undefined reference to `direct_log_printf' bench.c:(.text+0x134): undefined reference to `direct_log_printf' bench.o: In function `main': bench.c:(.text+0x1e0): undefined reference to `direct_initialize' bench.c:(.text+0x1f0): undefined reference to `direct_log_create' bench.c:(.text+0x4d8): undefined reference to `direct_log_destroy' bench.c:(.text+0x4dc): undefined reference to `direct_shutdown' bench.c:(.text+0x4e8): undefined reference to direct_clock_get_micros' bench.c:(.text+0x524): undefined reference to `direct_log_printf' bench.c:(.text+0x538): undefined reference to `direct_messages_derror' bench.c:(.text+0x550): undefined reference to `direct_messages_warn' bench.c:(.text+0x5b0): undefined reference to `direct_config' >>>>>For some reason it can't find the DFB library? ../lite/.libs/liblite.so: undefined reference to `direct_util_recursive_pthread_mutex_init' ../lite/.libs/liblite.so: undefined reference to `DirectFBCreate' ../lite/.libs/liblite.so: undefined reference to `dfb_region_region_intersect' ../lite/.libs/liblite.so: undefined reference to `direct_clock_get_millis' ../lite/.libs/liblite.so: undefined reference to `direct_messages_error' ../lite/.libs/liblite.so: undefined reference to `DirectFBError' ../lite/.libs/liblite.so: undefined reference to `DirectFBInit' ../lite/.libs/liblite.so: undefined reference to `direct_memcpy collect2: ld returned 1 exit status make[2]: *** [lite_bench] Error 1 make[2]: Leaving directory `/home/bbui/Desktop/gumstix/LiTE-0.8.9/examples' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/bbui/Desktop/gumstix/LiTE-0.8.9' make: *** [all] Error 2 I've added include libraries to my path and changed local variables but still continue to get this message. Regards, Bryan
_______________________________________________ directfb-users mailing list directfb-users@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users