From owner-freebsd-questions@FreeBSD.ORG Fri Jan 6 03:19:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BECC16A41F for ; Fri, 6 Jan 2006 03:19:06 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4876D43D48 for ; Fri, 6 Jan 2006 03:19:04 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (inchoate.gsoft.com.au [203.31.81.21]) (authenticated bits=0) by cain.gsoft.com.au (8.13.5/8.13.4) with ESMTP id k063Iwbm032492 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 6 Jan 2006 13:48:59 +1030 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: freebsd-questions@freebsd.org Date: Fri, 6 Jan 2006 13:48:51 +1030 User-Agent: KMail/1.8.3 References: <200601051654.46420.akbeech@gmail.com> In-Reply-To: <200601051654.46420.akbeech@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart9316796.SKxJc9EvfZ"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200601061348.52575.doconnor@gsoft.com.au> X-Spam-Score: -1.36 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.54 on 203.31.81.10 Cc: Beech Rintoul Subject: Re: libjpeg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2006 03:19:06 -0000 --nextPart9316796.SKxJc9EvfZ Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline [redirected to freebsd-questions, a more appropriate place] On Fri, 6 Jan 2006 12:24, Beech Rintoul wrote: > I'm trying to compile a program from source that needs libjpeg6b. I have > searched and can't find it . I have jpeg6b installed. Can someone point me > to the correct path? Assuming you installed libjeg from ports (which you really really should ha= ve)=20 it will be in /usr/local. So you need to add -I/usr/local/include to CFLAGS= =20 and -L/usr/local/lib to LDFLAGS in a Makefile. =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart9316796.SKxJc9EvfZ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDveGc5ZPcIHs/zowRAgoCAJ0TCgMWNeR9CBsdpVaZ0x0FnpM6HwCfVNzY P36VSAvZxiC8wz5O3+oy4qE= =PI1a -----END PGP SIGNATURE----- --nextPart9316796.SKxJc9EvfZ--