On Sun, 11 Jul 2010, Enlightenment SVN wrote:
> Log: > more correct version of the dso fix > > > Author: raster > Date: 2010-07-11 16:57:08 -0700 (Sun, 11 Jul 2010) > New Revision: 50185 > > Modified: > trunk/eet/src/bin/Makefile.am > > Modified: trunk/eet/src/bin/Makefile.am > =================================================================== > --- trunk/eet/src/bin/Makefile.am 2010-07-11 23:56:40 UTC (rev 50184) > +++ trunk/eet/src/bin/Makefile.am 2010-07-11 23:57:08 UTC (rev 50185) > @@ -17,5 +17,5 @@ > > eet_SOURCES = eet_main.c > eet_CFLAGS = @EET_CFLAGS@ > -eet_LDADD = $(top_builddir)/src/lib/libeet.la > +eet_LDADD = $(top_builddir)/src/lib/libeet.la @EINA_LIBS@ @EVIL_LIBS@ > eet_LDFLAGS = @lt_enable_auto_import@ @ld_as_needed@ I'm wondering why it is needed. Without that modification, here is what libtool does: /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wl,--as-needed -o eet eet-eet_main.o ../../src/lib/libeet.la libtool: link: gcc -std=gnu99 -g -O2 -Wl,--as-needed -o .libs/eet eet-eet_main.o ../../src/lib/.libs/libeet.so -L/home/torri/local/e17/lib /home/torri/local/e17/lib/libeina.so -lrt -ldl -lz /usr/lib/libjpeg.so -lm -pthread -Wl,-rpath -Wl,/home/torri/local/e17/lib So, there is a link against libeina, no ? Vincent ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
