Hey,

On Thu, 10 Sep 2009, Simon Horman wrote:

> As reported in track ticket 377 (amongst other things), eet seems
> to fail to build (on Debian).

> libtool: link: gcc -std=gnu99 -Wall -O2 -fomit-frame-pointer -pipe 
> -Wl,--as-needed -o .libs/eet eet-eet_main.o  ../../src/lib/.libs/libeet.so
> ../../src/lib/.libs/libeet.so: undefined reference to `clock_gettime'
> ../../src/lib/.libs/libeet.so: undefined reference to `dlsym'
> ../../src/lib/.libs/libeet.so: undefined reference to `dlerror'
> ../../src/lib/.libs/libeet.so: undefined reference to `pthread_spin_lock'
> ../../src/lib/.libs/libeet.so: undefined reference to `pthread_spin_unlock'
> ../../src/lib/.libs/libeet.so: undefined reference to `pthread_spin_init'
> ../../src/lib/.libs/libeet.so: undefined reference to `dladdr'
> ../../src/lib/.libs/libeet.so: undefined reference to `pthread_spin_destroy'
> ../../src/lib/.libs/libeet.so: undefined reference to `dlopen'
> ../../src/lib/.libs/libeet.so: undefined reference to `dlclose'
> collect2: ld returned 1 exit status
> make: *** [all] Error 2
>
> A simple solution seems to be to link libeet against ldl and lrt as
> follows. Is this acceptable?

I don't think so as eet does not use any of those functions. (also waht 
about pthread if you just add dl and rt ?).

Vincent

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to