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.

Dave

Attachment: PGP.sig
Description: This is a digitally signed message part



Reply via email to