"Steven G. Johnson" wrote: > > T.L.Bowers wrote: > > Hello, > > I'm novice user of configure scripts. I'm trying to compile imlib but > > my jpeg,giff, png etc are not in standard places. I am unable > > to figure out how to tell the configure script where to look for > > libraries and headers.
> Set the CPPFLAGS and LDFLAGS environment variables to > -I/export/tbowers/include and -L/export/tbowers/lib respectively. Take a shot at this. The form you will want is the "withlib" variation. If it does not help you a lot, help me make it so. :-) http://autogen.sf.net/conftest.html Cheers, Bruce Bruce Korb <first initial + last name at gnu dot org> AG URL: http://autogen.sourceforge.net
