From owner-freebsd-ports Sun Jun 28 18:08:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA09811 for freebsd-ports-outgoing; Sun, 28 Jun 1998 18:08:30 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.scsn.net (scsn.net [206.25.246.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA09740 for ; Sun, 28 Jun 1998 18:08:06 -0700 (PDT) (envelope-from dmaddox@scsn.net) Received: from rhiannon.scsn.net ([209.12.57.2]) by mail.scsn.net (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-41950U6000L1100S0) with ESMTP id AAA233; Sun, 28 Jun 1998 21:01:41 -0400 Received: (from root@localhost) by rhiannon.scsn.net (8.8.8/8.8.8) id VAA00443; Sun, 28 Jun 1998 21:08:23 GMT (envelope-from root) Message-ID: <19980628210821.A430@scsn.net> Date: Sun, 28 Jun 1998 21:08:21 +0000 From: dmaddox@scsn.net (Donald J. Maddox) To: John Baldwin , freebsd-ports@FreeBSD.ORG Subject: Re: Problems compiling XV 3.10a Reply-To: dmaddox@scsn.net Mail-Followup-To: John Baldwin , freebsd-ports@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from John Baldwin on Sun, Jun 28, 1998 at 08:12:44PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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