On Sun, 22 Dec 2002, John Michael Zorko wrote: > ld: warning dynamic shared library: /sw/lib/libdl.dylib not made a weak > library in output with MACOSX_DEPLOYMENT_TARGET environment variable > set to: 10.1
This is not specific to fink, nor libdl. This is a warning that is new in the December development tools. Read through the release notes in the developer documentation directory, especially GCC's and the linker's, for more info. It essentially has to do with whether missing symbols at runtime is considered a fatal error on startup or not, for applications that use weak references. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
