Linking fails on MacOSX 10.4 PPC
Status: Alpha
Brought to you by:
joerg10
On MacOSX 10.4 PPC with fink linking fails with (0.44):
gcc -o gocr gocr.o ./libPgm2asc.a -lm -L/sw/lib -lpnm -L.
/usr/bin/ld: Undefined symbols:
_pm_freerow
collect2: ld returned 1 exit status
If I regenerate the autoconf files first by calling "autoreconf", linking works.