Dave Vasilevsky wrote:

On Aug 23, 2004, at 5:32 PM, [EMAIL PROTECTED] wrote:

ld: warning prebinding disabled because of undefined symbols
ld: Undefined symbols:
_pm_seek2
_pm_tell2
make[2]: *** [pnmtopng] Error 1
make[1]: *** [other/all] Error 2
make: *** [converter/all] Error 2
### execution of make failed, exit code 2
Failed: compiling netpbm10-10.24-1 failed


First result: they are defined in /sw/src/netpbm10-10.24-1/netpbm-10.24/lib/pm.h
and for some unknown reason these directory wasn´t included.


They are DECLARED in pm.h, not defined. The "definition" of a symbol is the (compiled) function body. You probably have to look for a .c file.

Right, they are defined in lib/libpm.c and should end up in lib/libnetpbm.dylib which was present on the original linker line. So probably something went wrong already in the compilation of lib/libnetpbm.dylib.


--
Martin



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to