Re: Still can't configure GTK for Gimp...

2002-10-23 Thread Paul Thomas
On Wed, 23 Oct 2002 [EMAIL PROTECTED] wrote: > OK... So we're alledgedly checking in libjpeg... > > > configure:13753: gcc -o conftest -g -O2 -Wall conftest.c > > -I/usr/local/lib -l > > iconv -lintl -liconv >&5 > > But there's no -ljpeg in the actual gcc command. Something's on > Did yo

Re: Still can't configure GTK for Gimp...

2002-10-23 Thread Valdis . Kletnieks
On Tue, 22 Oct 2002 18:41:47 PDT, Paul Thomas <[EMAIL PROTECTED]> said: > config.log gives: > > configure:13753: checking for jpeg_destroy_decompress in -ljpeg OK... So we're alledgedly checking in libjpeg... > configure:13753: gcc -o conftest -g -O2 -Wall conftest.c > -I/usr/local/lib -l

Still can't configure GTK for Gimp...

2002-10-22 Thread Paul Thomas
Hi, On my Linux box, I'm upgrading my GIMP and have compiled and installed successfully everythingup to gtk. When running ./configure, it bombs out at: checking for jpeg_destroy_decompress in -ljpeg... no configure: WARNING: *** JPEG loader will not be built (JPEG library not found) *** conf

Re: Can't configure

2002-10-08 Thread Owen Taylor
Paul Thomas <[EMAIL PROTECTED]> writes: > Hi, > > I'm trying to compile glib-2.0.6 and get the following error: > > checking for iconv_open... no > checking for libiconv_open in -liconv... no > checking for iconv_open in -liconv... no > configure: error: *** No iconv() implementation found in

Can't configure

2002-10-07 Thread Paul Thomas
Hi, I'm trying to compile glib-2.0.6 and get the following error: checking for iconv_open... no checking for libiconv_open in -liconv... no checking for iconv_open in -liconv... no configure: error: *** No iconv() implementation found in C library or libiconv What do I need to update here?