[Image-SIG] Can't find library: "jpeg"

Gansser, Martin MGansser@rand.de
Wed, 25 Sep 2002 08:27:30 +0200


> -----Original Message-----
> From: Calvin [mailto:calvin@xmission.com]
> Sent: Tuesday, September 24, 2002 9:42 PM
> To: Gansser, Martin
> Subject: Re: [Image-SIG] Can't find library: "jpeg"
>=20
>=20
> Have you tried looking in ImConfig.h? =20
>=20
> if it looks like this:
>=20
> /* Define if you have the IJG jpeg library (-ljpeg).  */
> /* #undef HAVE_LIBJPEG */
>=20
> add this line...or change the 'undef' line to look like this:
>=20
> #define HAVE_LIBJPEG 1
>=20
>=20
> hope this helps...it's a shot in the dark.
>=20
> -calvin

It's already set '#define HAVE_LIBJPEG 1'

How can I pass the /usr/local/lib to the link line: 'ld -b build ...'

Martin