This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/
Please cc any replies to [EMAIL PROTECTED] to keep other
test volunteers informed and to prevent any duplicate effort.
--
This one is odd because I certainly have gimptool installed,
leprss% gimptool --version
1.1.23
LD_LIBRARY_PATH points to the right place (/usr/local/lib),
bin@leprss% echo $LD_LIBRARY_PATH
/usr/local/lib:/lib:/usr/lib:/usr/local/X11R6.4/lib:/usr/openwin/lib:/usr/ucblib
and all of the gimp libraries there look fine:
bin@leprss% ls -l /usr/local/lib/libgimp*
lrwxrwxrwx 1 bin bin 21 May 30 16:15
/usr/local/lib/libgimp-1.1.so.23 -> libgimp-1.1.so.23.0.0
-rwxr-xr-x 1 bin bin 969228 May 30 16:15
/usr/local/lib/libgimp-1.1.so.23.0.0
-rw-r--r-- 1 bin bin 982548 May 30 16:15 /usr/local/lib/libgimp.a
-rwxr-xr-x 1 bin bin 681 May 30 16:15 /usr/local/lib/libgimp.la
lrwxrwxrwx 1 bin bin 21 May 30 16:15 /usr/local/lib/libgimp.so ->
libgimp-1.1.so.23.0.0
lrwxrwxrwx 1 bin bin 23 May 30 16:15
/usr/local/lib/libgimpui-1.1.so.23 -> libgimpui-1.1.so.23.0.0
-rwxr-xr-x 1 bin bin 2508064 May 30 16:15
/usr/local/lib/libgimpui-1.1.so.23.0.0
-rw-r--r-- 1 bin bin 2539880 May 30 16:15 /usr/local/lib/libgimpui.a
-rwxr-xr-x 1 bin bin 787 May 30 16:15 /usr/local/lib/libgimpui.la
lrwxrwxrwx 1 bin bin 23 May 30 16:15 /usr/local/lib/libgimpui.so ->
libgimpui-1.1.so.23.0.0
and gimp itself works.
loading cache ./config.cache
checking for gimp... (cached) /usr/local/bin/gimp
checking for gimptool... (cached) /usr/local/bin/gimptool
checking for GIMP - version >= 1.0.4... no
*** Could not run GIMP test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding GIMP or finding the wrong
*** version of GIMP. If it is not finding GIMP, you'll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location Also, make sure you have run ldconfig if that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it, although
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
checking for glib-config... (cached) /usr/local/bin/glib-config
checking for GLIB - version >= 1.2.0... yes
checking how to run the C preprocessor... (cached) gcc -E
checking for libgimp/gimpmodule.h... (cached) no
checking for libintl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for vsnprintf... (cached) yes
checking for intelligent life... not found
checking for _exit... (cached) yes
creating ./config.status
creating config.pl
creating config.h
config.h is unchanged
now invoking perl to complete the configuration...
checking for PDL support... yes
checking for PDL include path...
-I/usr/local/lib/perl5/site_perl/5.005/sun4-solaris/PDL/Core
checking for PDL typemap...
/usr/local/lib/perl5/site_perl/5.005/sun4-solaris/PDL/Core/typemap.pdl
building embedded perl module... no
writing Gimp/Config.pm... ok
Writing Makefile for Gimp::Lib
Writing Makefile for Gimp::Net
Writing Makefile for Gimp::UI
Portable message objects... skipped
Writing Makefile for i18n
Writing Makefile for Gimp
Hopefully, Gimp is now correctly configured. you can now enter "make",
"make test" and "make install".
"make" fails because of the missing compat10.h.
--
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
Platform:
osname=solaris, osvers=2.7, archname=sun4-solaris
uname='sunos leprss.gsfc.nasa.gov 5.7 generic_106541-08 sun4u sparc
sunw,ultra-5_10 '
config_args='-Dcc=gcc -Dprefix=/usr/local -des'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define
use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef
Compiler:
cc='gcc', optimize='-O', gccversion=2.95.2 19991024 (release)
cppflags='-fno-strict-aliasing -I/usr/local/include'
ccflags ='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64'
stdchar='char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, usemymalloc=y, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -L/usr/local/lib '
libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -lgdbm -ldb -ldl -lm -lc -lcrypt -lsec
libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'