Date: Sun, 28 Jun 1998 21:08:21 +0000 From: dmaddox@scsn.net (Donald J. Maddox) To: John Baldwin <jobaldwi@vt.edu>, freebsd-ports@FreeBSD.ORG Subject: Re: Problems compiling XV 3.10a Message-ID: <19980628210821.A430@scsn.net> In-Reply-To: <XFMail.980623225117.jobaldwi@vt.edu>; from John Baldwin on Sun, Jun 28, 1998 at 08:12:44PM -0400 References: <XFMail.980623225117.jobaldwi@vt.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jun 28, 1998 at 08:12:44PM -0400, John Baldwin wrote: > I can't get the xv port to compile. I'm running 2.2.6-STABLE and have > tiff-3.4, png-1.0.1, and jpeg-6b installed. When I try to build xv, it dies > with the following error: > > > rm -f xv > cc -o xv -O2 -L/usr/X11R6/lib xv.o xvevent.o xvroot.o xvmisc.o xvimage.o > xvcolor.o xvsmooth.o xv24to8.o xvgif.o xvpm.o xvinfo.o xvctrl.o xvscrl.o > xvalg.o xvgifwr.o xvdir.o xvbutt.o xvpbm.o xvxbm.o xvgam.o xvbmp.o > xvdial.o xvgraf.o xvsunras.o xvjpeg.o xvps.o xvpopup.o xvdflt.o > xvtiff.o xvtiffwr.o xvpds.o xvrle.o xviris.o xvgrab.o vprintf.o > xvbrowse.o xvtext.o xvpcx.o xviff.o xvtarga.o xvxpm.o xvcut.o xvxwd.o > xvfits.o xvmag.o xvmaki.o xvpic.o xvpi.o xvpic2.o xvpcd.o xvpng.o -lXext > -lX11 -L/usr/local/lib -ljpeg -L/usr/local/lib -ltiff34 -L/usr/local/lib -lpng > -L/usr/lib -lz -lm -lxpg4 > ld: no shared -ljpeg.7.0 available > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > > > When the port extracts, it checks for the existence of libjpeg.9.0, which I do > have, but in the link above, it insists on trying to link with libjpeg.7.0. > Does anyone have any ideas? I'm not reading this list, so please CC me in any > replies. The TIFF library is linked against libjpeg, and yours was probably built when you had jpeg7 installed. Rebuild libtiff and all will be well :-) 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?19980628210821.A430>