On Wed, 16 Feb 2000, "Tony Webster" <twebster@xxxxxxxx> wrote: > During the make process on my Mandrake Linux 7.0 machine of Gimp > 1.1.17 I received the following error. > > Running Mkbootstrap for Gimp::Lib () > chmod 644 Lib.bs > LD_RUN_PATH="/usr/local/lib" cc -o ../blib/arch/auto/Gimp/Lib/Lib.so > -shared -L/usr/local/lib -l./../../../libgimp.libs > -Lirprefix/../../libgimp -lgimp-L/usr/lib -lglib /intl/libintl.a Lib.o > cc: /intl/libintl.a: No such file or directory This is looks like a bug in the Makefile for the Perl plug-in in 1.1.17. If you do not want to edit that file, you can configure the Gimp with --disable-perl (but then you loose Perl) or you can create as root a symbolic link /intl pointing to the correct directory. This bug will probably be fixed in CVS soon, if not done already. -Raphael