Martin Costabel wrote: [] > If you have a "-lnetpbm" flag on the linker line, the linker looks first > for "libnetpbm.dylib" and then for "libnetpbm.a". The reason that in > your case it did not find either was perhaps that you did not give the > right directory path. For Fink's netpbm you would use > > -L/sw/lib -lnetpbm
I should perhaps be more precise. The situation is complicated by the fact that there are several versions of netpbm packages in Fink, wnd what dylibs you have depend on which combination of these you have installed. Concerning compile-time lib*p*m*.dylib's in /sw/lib/, the situation is the following: - the package "netpbm" contains libpbm.dylib, libpgm.dylib,libpnm.dylib,libppm.dylib, but no libnetpbm.dylib - the package "netpbm10" contains libnetpbm.dylib, but not these libp*m.dylib's - these two are mutually exclusive -- Martin ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
