Re: Can't Build the GIMP
Tor Lillqvist <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
Kevin Myers writes: > I had to copy pkg-config.exe to gnome-config.exe (apparantly there is still > somewhere within the pkg-config 0.13 source code that it is refering to > itself by the old gnome-config name), Nah, that shouldn't be necessary or useful (other than to shut up the silly misleading messages). > Now the next problem seems to be that configure can't find libtiff. My > tiff-3.5.7-lib directory is at the same level as my gimp-1.2.4 directory. > How do I tell configure where it should be looking to find libtiff? With the CPPFLAGS and LDFLAGS environment variables? As in: CC='gcc -mpentiumpro' CPPFLAGS='-I/where/ever/include -I...' LDFLAGS='-L/where/ever/lib -L...' ./configure --disable-static --disable-perl --disable-print --prefix=/some/where ... --tml