Hello. On Sun, 2014-06-15 at 19:51, Aymeric wrote: > It worked! Thank you so much! > > > (06/15/2014 06:05 PM), Páder Rezső wrote: > > > >> CCLD lib/ethumb/libethumb.la > >> CCLD bin/edje/edje_cc > >> CCLD bin/edje/edje_decc > >> /usr/lib/gcc/i486-slackware-linux/4.8.2/../../../../i486-slackware-linux/bin/ld: > >> /usr/lib/gcc/i486-slackware-linux/4.8.2/../../../libluajit-5.1.a(lj_clib.o): > >> undefined reference to symbol 'dlopen@@GLIBC_2.1' > >> /usr/lib/gcc/i486-slackware-linux/4.8.2/../../../../i486-slackware-linux/bin/ld: > >> note: 'dlopen@@GLIBC_2.1' is defined in DSO /lib/libdl.so.2 so try > >> adding it to the linker command line > >> /lib/libdl.so.2: could not read symbols: Invalid operation > >> collect2: error: ld returned 1 exit status > >> make[4]: *** [bin/edje/edje_cc] Error 1 > >> make[4]: *** Waiting for unfinished jobs.... > >> make[3]: *** [all-recursive] Error 1 > >> make[2]: *** [all] Error 2 > >> make[1]: *** [all-recursive] Error 1 > >> make: *** [all] Error 2 > > > > Open the src/Makefile_Edje.am file, and find this line: > > bin_edje_edje_cc_LDADD = $(USE_EDJE_BIN_LIBS) > > Add -ldl after $(USE_EDJE_BIN_LIBS): > > bin_edje_edje_cc_LDADD = $(USE_EDJE_BIN_LIBS) -ldl > > Run autogen.sh and make.
I added a fix for this in a way that works on all our supported platforms. Could you remove this local change, update and test again? https://git.enlightenment.org/core/efl.git/commit/?id=ff5a57aafd6e383ce258b31c7eb3875aa3b03093 regards Stefan Schmidt ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
