Q6.16: I get build errors involving `Dl_info'.
I executed the commands below after removing /usr/local/include/dlfcn.h
sudo ln -s /usr/include/dlfcn.h /usr/local/include/dlfcn.h sudo ln -s /usr/lib/libdl.dylib /usr/local/lib/libdl.dylib
The first one 'took' however the second yields:
MARKLAPTOP:~ markz$ sudo ln -s /usr/lib/libdl.dylib /usr/local/lib/libdl.dylib
Password:
ln: /usr/local/lib/libdl.dylib: File exists
I then did Fink selfupdate and Fink update all before trying again. Now I fail with:
ibgmodule-2.0.dylib /sw/lib/libglib-2.0.dylib /sw/lib/libintl.dylib /sw/lib/libiconv.dylib ../libgames-support/.libs/libgames-support.a /sw/lib/libguile.dylib -ldl -lm
ld: warning -L: directory name (/sw/src/libcroco1-0.5.0-5/libcroco-0.5.0/src/.libs) does not exist
ld: archive: /usr/local/lib/libdl.a has no table of contents, add one with ranlib(1) (can't load from it)
ld: warning prebinding disabled because dependent library: /sw/lib/libgdkcardimage.0.dylib is not prebound
ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
/sw/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
make[3]: *** [sol] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
Failed: compiling gnome-games-2.6.2-11 failed
Any suggestions?
Thanks,
Mark
------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
