Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jan 2006 15:07:07 +1100
From:      Peter Jeremy <PeterJeremy@optushome.com.au>
To:        Beech Rintoul <akbeech@gmail.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: libjpeg
Message-ID:  <20060106040707.GR42228@cirb503493.alcatel.com.au>
In-Reply-To: <200601051654.46420.akbeech@gmail.com>
References:  <200601051654.46420.akbeech@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2006-Jan-05 16:54:34 -0900, 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?

I presume you mean you have jpeg-6b installed.  I don't know of any
libjpeg6b library.  jpeg-6b installs libjpeg.{a,so,so.9}.

server% /usr/sbin/pkg_info -L jpeg-6b_3 | grep libjpeg
/usr/local/lib/libjpeg.a
/usr/local/lib/libjpeg.so
/usr/local/lib/libjpeg.so.9
/usr/local/share/doc/jpeg/libjpeg.doc
server% 

Peter



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060106040707.GR42228>