Date: Sun, 6 Dec 1998 14:09:49 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Satoshi Asami <asami@FreeBSD.ORG> Cc: ports@FreeBSD.ORG Subject: Re: netpbm & tiff34 ports errors Message-ID: <19981206140949.A68982@nagual.pp.ru> In-Reply-To: <199812060148.RAA01523@silvia.hip.berkeley.edu>; from asami@freebsd.org on Sat, Dec 05, 1998 at 05:48:58PM -0800 References: <19981205212528.A38726@nagual.pp.ru> <199812060148.RAA01523@silvia.hip.berkeley.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Dec 05, 1998 at 05:48:58PM -0800, Satoshi Asami wrote: > * netpbm port fails to link in -current because there is no -ljpeg supplied > * and some function from it used through libtiff. > > It seems to link fine here for -current. Here is original netpbm error output. I'll send description of other things I mention later. rm -f pnmmerge cc -o pnmmerge -O2 -L/usr/X11R6/lib pnmmerge.o fitstopnm.o giftopnm.o pnmalias.o pnmarith.o pnmcat.o pnmcomp.o pnmconvol.o pnmcrop.o pnmcut.o pnmdepth.o pnmenlarge.o pnmfile.o pnmflip.o pnmhistmap.o pnminvert.o pn mnlfilt.o pnmnoraw.o pnmpad.o pnmpaste.o pnmscale.o pnmtile.o pnmtoddif.o pnmtofits.o pnmtops.o pnmtorast.o pnmtosgi.o pnmtosir.o pnmtoxwd.o rasttopnm.o sgitopnm.o sirtopnm.o xwdtopnm.o zeisstopnm.o pnmgamma.o pnmrotate.o pnmshear.o tiff topnm.o pnmtotiff.o -L/usr/local/lib -ltiff libpnm.a ../ppm/libppm.a ../pgm/libpgm.a ../pbm/libpbm.a -lm -Wl,-R,/usr/X11R6/lib /usr/libexec/elf/ld: warning: libjpeg.so.9, needed by /usr/local/lib/libtiff.so, not found (try using --rpath) /usr/local/lib/libtiff.so: undefined reference to `jpeg_read_scanlines' /usr/local/lib/libtiff.so: undefined reference to `jpeg_set_colorspace' /usr/local/lib/libtiff.so: undefined reference to `jpeg_set_defaults' /usr/local/lib/libtiff.so: undefined reference to `jpeg_start_decompress' /usr/local/lib/libtiff.so: undefined reference to `jpeg_destroy' /usr/local/lib/libtiff.so: undefined reference to `jpeg_std_error' /usr/local/lib/libtiff.so: undefined reference to `jpeg_CreateDecompress' /usr/local/lib/libtiff.so: undefined reference to `jpeg_write_raw_data' /usr/local/lib/libtiff.so: undefined reference to `jpeg_suppress_tables' /usr/local/lib/libtiff.so: undefined reference to `jpeg_abort' /usr/local/lib/libtiff.so: undefined reference to `jpeg_read_header' /usr/local/lib/libtiff.so: undefined reference to `jpeg_start_compress' /usr/local/lib/libtiff.so: undefined reference to `jpeg_write_tables' /usr/local/lib/libtiff.so: undefined reference to `jpeg_finish_decompress' /usr/local/lib/libtiff.so: undefined reference to `jpeg_resync_to_restart' /usr/local/lib/libtiff.so: undefined reference to `jpeg_CreateCompress' /usr/local/lib/libtiff.so: undefined reference to `jpeg_finish_compress' /usr/local/lib/libtiff.so: undefined reference to `jpeg_read_raw_data' /usr/local/lib/libtiff.so: undefined reference to `jpeg_set_quality' /usr/local/lib/libtiff.so: undefined reference to `jpeg_write_scanlines' *** Error code 1 -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981206140949.A68982>