hello all,
i have a web site on os2009.06 with webstack that needs netpbm and pnmtopng:
jpegtopnm: WRITING PPM FILE
giftopnm: Reading Image Sequence 0
pnmscale: promoting from PBM to PGM
sh: pngtopnm:  not found
pnmscale: Error reading magic number from Netpbm image stream. Most often, this means your input file is empty. pnmtojpeg: Error reading magic number from Netpbm image stream. Most often, this means your input file is empty.
jpegtopnm: WRITING PPM FILE

i've installed netpbm from jucr/pending, and i tried to compile pnmtopng but doesn't know where to find missing libs:

r...@www2:/var/tmp/pnmtopng-2.39# make -f Makefile.std
cc -o pnmtopng pnmtopng.o -L../libpng -lpng -L../zlib -lz -L../netpbm/pnm -L../netpbm/ppm -L../netpbm/pgm -L../netpbm/pbm -lpnm -lppm -lpgm -lpbm -lm
ld: fatal: library -lpnm: not found
ld: fatal: library -lppm: not found
ld: fatal: library -lpgm: not found
ld: fatal: library -lpbm: not found
ld: fatal: file processing errors. No output written to pnmtopng
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `pnmtopng'


Anybody can help?

thanks in advance

gerard
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to