Re: Perl Question on AIX 5.2: Can't locate loadable object for module GD in @INC
From: stephen peterson (cspeter8_at_yahoo.com)
Date: 05/16/03
- Next message: Verizon Networks: "pSeries Local User Groups?"
- Previous message: I like AIX: "Re: Who can help me?"
- In reply to: Nicholas Dronen: "Re: Perl Question on AIX 5.2: Can't locate loadable object for module GD in @INC"
- Next in thread: Nicholas Dronen: "Re: Perl Question on AIX 5.2: Can't locate loadable object for module GD in @INC"
- Reply: Nicholas Dronen: "Re: Perl Question on AIX 5.2: Can't locate loadable object for module GD in @INC"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 15 May 2003 19:19:59 -0700
Nicholas Dronen <ndronen@io.frii.com> wrote in message news:<3ec3edbc$0$205$75868355@news.frii.net>...
> Wait one minute.
>
> Did you build GD.pm on this machine? If so, did you run make test?
> Please post the results.
>
> I would not be surprised if your libgd is an archive instead of
> a shared library.
Hi Nicholas,
the INSTALL file for gd-2.0.12 suggests these commands:
./configure
make
make check
make install
the 'make check' really doesn't say much ...
# make check
Making check in config
Target "check" is up to date.
Making check in test
Target "check" is up to date.
Target "check-am" is up to date.
Target "check" is up to date.
#
Here is the output from the make install:
# make install
Making install in config
/bin/sh ../config/mkinstalldirs /usr/local/bin
../config/install-sh -c gdlib-config /usr/local/bin/gdlib-config
Target "install-exec-am" is up to date.
Target "install-data-am" is up to date.
Target "install" is up to date.
Making install in test
Target "install-exec-am" is up to date.
Target "install-data-am" is up to date.
Target "install" is up to date.
/bin/sh ./config/mkinstalldirs /usr/local/lib
/bin/sh ./libtool --mode=install config/install-sh -c libgd.la
/usr/local/lib/libgd.la
config/install-sh -c .libs/libgd.a /usr/local/lib/libgd.a
config/install-sh -c .libs/libgd.lai /usr/local/lib/libgd.la
config/install-sh -c .libs/libgd.a /usr/local/lib/libgd.a
ranlib /usr/local/lib/libgd.a
chmod 644 /usr/local/lib/libgd.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LIBPATH' environment variable
during execution
- use the `-Wl,-bnolibpath -Wl,-blibpath:LIBDIR:/usr/lib:/lib'
linker flag
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ./config/mkinstalldirs /usr/local/bin
/bin/sh ./libtool --mode=install config/install-sh -c annotate
/usr/local/bin/annotate
config/install-sh -c .libs/annotate /usr/local/bin/annotate
/bin/sh ./libtool --mode=install config/install-sh -c gdparttopng
/usr/local/bin/gdparttopng
config/install-sh -c .libs/gdparttopng /usr/local/bin/gdparttopng
/bin/sh ./libtool --mode=install config/install-sh -c gdtopng
/usr/local/bin/gdtopng
config/install-sh -c .libs/gdtopng /usr/local/bin/gdtopng
/bin/sh ./libtool --mode=install config/install-sh -c gd2copypal
/usr/local/bin/gd2copypal
config/install-sh -c .libs/gd2copypal /usr/local/bin/gd2copypal
/bin/sh ./libtool --mode=install config/install-sh -c gd2topng
/usr/local/bin/gd2topng
config/install-sh -c .libs/gd2topng /usr/local/bin/gd2topng
/bin/sh ./libtool --mode=install config/install-sh -c pngtogd
/usr/local/bin/pngtogd
config/install-sh -c .libs/pngtogd /usr/local/bin/pngtogd
/bin/sh ./libtool --mode=install config/install-sh -c pngtogd2
/usr/local/bin/pngtogd2
config/install-sh -c .libs/pngtogd2 /usr/local/bin/pngtogd2
/bin/sh ./libtool --mode=install config/install-sh -c webpng
/usr/local/bin/webpng
config/install-sh -c .libs/webpng /usr/local/bin/webpng
/bin/sh ./config/mkinstalldirs /usr/local/bin
config/install-sh -c bdftogd /usr/local/bin/bdftogd
Target "install-exec-am" is up to date.
/bin/sh ./config/mkinstalldirs /usr/local/include
config/install-sh -c -m 644 gd.h /usr/local/include/gd.h
config/install-sh -c -m 644 gd_io.h /usr/local/include/gd_io.h
config/install-sh -c -m 644 gdcache.h /usr/local/include/gdcache.h
config/install-sh -c -m 644 gdfontg.h /usr/local/include/gdfontg.h
config/install-sh -c -m 644 gdfontl.h /usr/local/include/gdfontl.h
config/install-sh -c -m 644 gdfontmb.h /usr/local/include/gdfontmb.h
config/install-sh -c -m 644 gdfonts.h /usr/local/include/gdfonts.h
config/install-sh -c -m 644 gdfontt.h /usr/local/include/gdfontt.h
Target "install-data-am" is up to date.
Target "install" is up to date.
#
There is quite a bit of output from the configure and make command:
# ./configure
checking for a BSD-compatible install... config/install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of cc... aix
checking for cc option to accept ANSI C... none needed
checking for a BSD-compatible install... config/install-sh -c
checking build system type... powerpc-ibm-aix5.2.0.0
checking host system type... powerpc-ibm-aix5.2.0.0
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /usr/bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... cc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for cc option to produce PIC... none
checking if cc static flag -bnso -bI:/lib/syscalls.exp works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... yes
checking whether the linker (/usr/bin/ld) supports shared libraries...
yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... aix5.2.0.0 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... (cached) ranlib
checking for X... libraries , headers
checking for ANSI C header files... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking for iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking whether iconv.h defines iconv_t... yes
checking for sin... no
checking for sin in -lm... yes
checking for deflate in -lz... yes
checking for libpng-config... no
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for png_create_read_struct in -lpng... yes
checking for freetype-config... no
checking for FT_Init_FreeType in -lfreetype... no
configure: WARNING: not found - disabling freetype support
checking freetype/freetype.h usability... no
checking freetype/freetype.h presence... no
checking for freetype/freetype.h... no
checking for jpeg_set_defaults in -ljpeg... no
checking for XpmReadFileToXpmImage in -lXpm... no
** Configuration summary for gd 2.0.12:
Support for PNG library: yes
Support for JPEG library: no
Support for Freetype 2.x library: no
Support for Xpm library: no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating config/gdlib-config
config.status: creating test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
# make
make all-recursive
Making all in config
Target "all" is up to date.
Making all in test
Target "all" is up to date.
source='gd.c' object='gd.lo' libtool=yes
depfile='.deps/gd.Plo' tmpdepfile='.deps/gd.TPlo' depmode=aix /bin/sh
./config/depcomp /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H
-I. -I. -I. -g -c -o gd.lo `test -f 'gd.c' || echo './'`gd.c
mkdir .libs
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gd.c -DPIC -o .libs/gd.lo
mv -f .libs/gd.lo gd.o
(cd . && ln -s gd.o gd.lo)
source='gd_gd.c' object='gd_gd.lo' libtool=yes
depfile='.deps/gd_gd.Plo' tmpdepfile='.deps/gd_gd.TPlo' depmode=aix
/bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile cc
-DHAVE_CONFIG_H -I. -I. -I. -g -c -o gd_gd.lo `test -f 'gd_gd.c'
|| echo './'`gd_gd.c
rm -f .libs/gd_gd.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gd_gd.c -DPIC -o
.libs/gd_gd.lo
mv -f .libs/gd_gd.lo gd_gd.o
(cd . && ln -s gd_gd.o gd_gd.lo)
source='gd_gd2.c' object='gd_gd2.lo' libtool=yes
depfile='.deps/gd_gd2.Plo' tmpdepfile='.deps/gd_gd2.TPlo' depmode=aix
/bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile cc
-DHAVE_CONFIG_H -I. -I. -I. -g -c -o gd_gd2.lo `test -f
'gd_gd2.c' || echo './'`gd_gd2.c
rm -f .libs/gd_gd2.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gd_gd2.c -DPIC -o
.libs/gd_gd2.lo
"gd_gd2.c", line 674.42: 1506-280 (W) Function argument assignment
between types "int*" and "unsigned int*" is not allowed.
mv -f .libs/gd_gd2.lo gd_gd2.o
(cd . && ln -s gd_gd2.o gd_gd2.lo)
source='gd_io.c' object='gd_io.lo' libtool=yes
depfile='.deps/gd_io.Plo' tmpdepfile='.deps/gd_io.TPlo' depmode=aix
/bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile cc
-DHAVE_CONFIG_H -I. -I. -I. -g -c -o gd_io.lo `test -f 'gd_io.c'
|| echo './'`gd_io.c
rm -f .libs/gd_io.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gd_io.c -DPIC -o
.libs/gd_io.lo
mv -f .libs/gd_io.lo gd_io.o
(cd . && ln -s gd_io.o gd_io.lo)
source='gd_io_dp.c' object='gd_io_dp.lo' libtool=yes
depfile='.deps/gd_io_dp.Plo' tmpdepfile='.deps/gd_io_dp.TPlo'
depmode=aix /bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -o gd_io_dp.lo `test -f
'gd_io_dp.c' || echo './'`gd_io_dp.c
rm -f .libs/gd_io_dp.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gd_io_dp.c -DPIC -o
.libs/gd_io_dp.lo
mv -f .libs/gd_io_dp.lo gd_io_dp.o
(cd . && ln -s gd_io_dp.o gd_io_dp.lo)
source='gd_io_file.c' object='gd_io_file.lo' libtool=yes
depfile='.deps/gd_io_file.Plo' tmpdepfile='.deps/gd_io_file.TPlo'
depmode=aix /bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -o gd_io_file.lo `test -f
'gd_io_file.c' || echo './'`gd_io_file.c
rm -f .libs/gd_io_file.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gd_io_file.c -DPIC -o
.libs/gd_io_file.lo
mv -f .libs/gd_io_file.lo gd_io_file.o
(cd . && ln -s gd_io_file.o gd_io_file.lo)
source='gd_io_ss.c' object='gd_io_ss.lo' libtool=yes
depfile='.deps/gd_io_ss.Plo' tmpdepfile='.deps/gd_io_ss.TPlo'
depmode=aix /bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -o gd_io_ss.lo `test -f
'gd_io_ss.c' || echo './'`gd_io_ss.c
rm -f .libs/gd_io_ss.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gd_io_ss.c -DPIC -o
.libs/gd_io_ss.lo
mv -f .libs/gd_io_ss.lo gd_io_ss.o
(cd . && ln -s gd_io_ss.o gd_io_ss.lo)
source='gd_jpeg.c' object='gd_jpeg.lo' libtool=yes
depfile='.deps/gd_jpeg.Plo' tmpdepfile='.deps/gd_jpeg.TPlo'
depmode=aix /bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -o gd_jpeg.lo `test -f
'gd_jpeg.c' || echo './'`gd_jpeg.c
rm -f .libs/gd_jpeg.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gd_jpeg.c -DPIC -o
.libs/gd_jpeg.lo
mv -f .libs/gd_jpeg.lo gd_jpeg.o
(cd . && ln -s gd_jpeg.o gd_jpeg.lo)
source='gd_png.c' object='gd_png.lo' libtool=yes
depfile='.deps/gd_png.Plo' tmpdepfile='.deps/gd_png.TPlo' depmode=aix
/bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile cc
-DHAVE_CONFIG_H -I. -I. -I. -g -c -o gd_png.lo `test -f
'gd_png.c' || echo './'`gd_png.c
rm -f .libs/gd_png.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gd_png.c -DPIC -o
.libs/gd_png.lo
mv -f .libs/gd_png.lo gd_png.o
(cd . && ln -s gd_png.o gd_png.lo)
source='gd_ss.c' object='gd_ss.lo' libtool=yes
depfile='.deps/gd_ss.Plo' tmpdepfile='.deps/gd_ss.TPlo' depmode=aix
/bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile cc
-DHAVE_CONFIG_H -I. -I. -I. -g -c -o gd_ss.lo `test -f 'gd_ss.c'
|| echo './'`gd_ss.c
rm -f .libs/gd_ss.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gd_ss.c -DPIC -o
.libs/gd_ss.lo
mv -f .libs/gd_ss.lo gd_ss.o
(cd . && ln -s gd_ss.o gd_ss.lo)
source='gd_topal.c' object='gd_topal.lo' libtool=yes
depfile='.deps/gd_topal.Plo' tmpdepfile='.deps/gd_topal.TPlo'
depmode=aix /bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -o gd_topal.lo `test -f
'gd_topal.c' || echo './'`gd_topal.c
rm -f .libs/gd_topal.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gd_topal.c -DPIC -o
.libs/gd_topal.lo
mv -f .libs/gd_topal.lo gd_topal.o
(cd . && ln -s gd_topal.o gd_topal.lo)
source='gd_wbmp.c' object='gd_wbmp.lo' libtool=yes
depfile='.deps/gd_wbmp.Plo' tmpdepfile='.deps/gd_wbmp.TPlo'
depmode=aix /bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -o gd_wbmp.lo `test -f
'gd_wbmp.c' || echo './'`gd_wbmp.c
rm -f .libs/gd_wbmp.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gd_wbmp.c -DPIC -o
.libs/gd_wbmp.lo
mv -f .libs/gd_wbmp.lo gd_wbmp.o
(cd . && ln -s gd_wbmp.o gd_wbmp.lo)
source='gdcache.c' object='gdcache.lo' libtool=yes
depfile='.deps/gdcache.Plo' tmpdepfile='.deps/gdcache.TPlo'
depmode=aix /bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -o gdcache.lo `test -f
'gdcache.c' || echo './'`gdcache.c
rm -f .libs/gdcache.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gdcache.c -DPIC -o
.libs/gdcache.lo
mv -f .libs/gdcache.lo gdcache.o
(cd . && ln -s gdcache.o gdcache.lo)
source='gdfontg.c' object='gdfontg.lo' libtool=yes
depfile='.deps/gdfontg.Plo' tmpdepfile='.deps/gdfontg.TPlo'
depmode=aix /bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -o gdfontg.lo `test -f
'gdfontg.c' || echo './'`gdfontg.c
rm -f .libs/gdfontg.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gdfontg.c -DPIC -o
.libs/gdfontg.lo
mv -f .libs/gdfontg.lo gdfontg.o
(cd . && ln -s gdfontg.o gdfontg.lo)
source='gdfontl.c' object='gdfontl.lo' libtool=yes
depfile='.deps/gdfontl.Plo' tmpdepfile='.deps/gdfontl.TPlo'
depmode=aix /bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -o gdfontl.lo `test -f
'gdfontl.c' || echo './'`gdfontl.c
rm -f .libs/gdfontl.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gdfontl.c -DPIC -o
.libs/gdfontl.lo
mv -f .libs/gdfontl.lo gdfontl.o
(cd . && ln -s gdfontl.o gdfontl.lo)
source='gdfontmb.c' object='gdfontmb.lo' libtool=yes
depfile='.deps/gdfontmb.Plo' tmpdepfile='.deps/gdfontmb.TPlo'
depmode=aix /bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -o gdfontmb.lo `test -f
'gdfontmb.c' || echo './'`gdfontmb.c
rm -f .libs/gdfontmb.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gdfontmb.c -DPIC -o
.libs/gdfontmb.lo
mv -f .libs/gdfontmb.lo gdfontmb.o
(cd . && ln -s gdfontmb.o gdfontmb.lo)
source='gdfonts.c' object='gdfonts.lo' libtool=yes
depfile='.deps/gdfonts.Plo' tmpdepfile='.deps/gdfonts.TPlo'
depmode=aix /bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -o gdfonts.lo `test -f
'gdfonts.c' || echo './'`gdfonts.c
rm -f .libs/gdfonts.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gdfonts.c -DPIC -o
.libs/gdfonts.lo
mv -f .libs/gdfonts.lo gdfonts.o
(cd . && ln -s gdfonts.o gdfonts.lo)
source='gdfontt.c' object='gdfontt.lo' libtool=yes
depfile='.deps/gdfontt.Plo' tmpdepfile='.deps/gdfontt.TPlo'
depmode=aix /bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -o gdfontt.lo `test -f
'gdfontt.c' || echo './'`gdfontt.c
rm -f .libs/gdfontt.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gdfontt.c -DPIC -o
.libs/gdfontt.lo
mv -f .libs/gdfontt.lo gdfontt.o
(cd . && ln -s gdfontt.o gdfontt.lo)
source='gdft.c' object='gdft.lo' libtool=yes
depfile='.deps/gdft.Plo' tmpdepfile='.deps/gdft.TPlo' depmode=aix
/bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile cc
-DHAVE_CONFIG_H -I. -I. -I. -g -c -o gdft.lo `test -f 'gdft.c' ||
echo './'`gdft.c
rm -f .libs/gdft.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gdft.c -DPIC -o .libs/gdft.lo
mv -f .libs/gdft.lo gdft.o
(cd . && ln -s gdft.o gdft.lo)
source='gdhelpers.c' object='gdhelpers.lo' libtool=yes
depfile='.deps/gdhelpers.Plo' tmpdepfile='.deps/gdhelpers.TPlo'
depmode=aix /bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -o gdhelpers.lo `test -f
'gdhelpers.c' || echo './'`gdhelpers.c
rm -f .libs/gdhelpers.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gdhelpers.c -DPIC -o
.libs/gdhelpers.lo
mv -f .libs/gdhelpers.lo gdhelpers.o
(cd . && ln -s gdhelpers.o gdhelpers.lo)
source='gdkanji.c' object='gdkanji.lo' libtool=yes
depfile='.deps/gdkanji.Plo' tmpdepfile='.deps/gdkanji.TPlo'
depmode=aix /bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -o gdkanji.lo `test -f
'gdkanji.c' || echo './'`gdkanji.c
rm -f .libs/gdkanji.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gdkanji.c -DPIC -o
.libs/gdkanji.lo
"gdkanji.c", line 394.25: 1506-280 (W) Function argument assignment
between types "const unsigned char**" and "unsigned char**" is not
allowed.
mv -f .libs/gdkanji.lo gdkanji.o
(cd . && ln -s gdkanji.o gdkanji.lo)
source='gdtables.c' object='gdtables.lo' libtool=yes
depfile='.deps/gdtables.Plo' tmpdepfile='.deps/gdtables.TPlo'
depmode=aix /bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -o gdtables.lo `test -f
'gdtables.c' || echo './'`gdtables.c
rm -f .libs/gdtables.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gdtables.c -DPIC -o
.libs/gdtables.lo
mv -f .libs/gdtables.lo gdtables.o
(cd . && ln -s gdtables.o gdtables.lo)
source='gdxpm.c' object='gdxpm.lo' libtool=yes
depfile='.deps/gdxpm.Plo' tmpdepfile='.deps/gdxpm.TPlo' depmode=aix
/bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile cc
-DHAVE_CONFIG_H -I. -I. -I. -g -c -o gdxpm.lo `test -f 'gdxpm.c'
|| echo './'`gdxpm.c
rm -f .libs/gdxpm.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M gdxpm.c -DPIC -o
.libs/gdxpm.lo
mv -f .libs/gdxpm.lo gdxpm.o
(cd . && ln -s gdxpm.o gdxpm.lo)
source='wbmp.c' object='wbmp.lo' libtool=yes
depfile='.deps/wbmp.Plo' tmpdepfile='.deps/wbmp.TPlo' depmode=aix
/bin/sh ./config/depcomp /bin/sh ./libtool --mode=compile cc
-DHAVE_CONFIG_H -I. -I. -I. -g -c -o wbmp.lo `test -f 'wbmp.c' ||
echo './'`wbmp.c
rm -f .libs/wbmp.lo
cc -DHAVE_CONFIG_H -I. -I. -I. -g -c -M wbmp.c -DPIC -o .libs/wbmp.lo
mv -f .libs/wbmp.lo wbmp.o
(cd . && ln -s wbmp.o wbmp.lo)
/bin/sh ./libtool --mode=link cc -g -o libgd.la -rpath
/usr/local/lib -version-info 2:0:0 gd.lo gd_gd.lo gd_gd2.lo gd_io.lo
gd_io_dp.lo gd_io_file.lo gd_io_ss.lo gd_jpeg.lo gd_png.lo gd_ss.lo
gd_topal.lo gd_wbmp.lo gdcache.lo gdfontg.lo gdfontl.lo gdfontmb.lo
gdfonts.lo gdfontt.lo gdft.lo gdhelpers.lo gdkanji.lo gdtables.lo
gdxpm.lo wbmp.lo -lpng -lz -lm -liconv
rm -fr .libs/libgd.la .libs/libgd.* .libs/libgd.*
generating symbol list for `libgd.la'
/usr/bin/nm -B gd.o gd_gd.o gd_gd2.o gd_io.o gd_io_dp.o gd_io_file.o
gd_io_ss.o gd_jpeg.o gd_png.o gd_ss.o gd_topal.o gd_wbmp.o gdcache.o
gdfontg.o gdfontl.o gdfontmb.o gdfonts.o gdfontt.o gdft.o gdhelpers.o
gdkanji.o gdtables.o gdxpm.o wbmp.o | sed -n -e 's/^.*[
]\([BCDT][BCDT]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1
\2\3 \3/p' | sed 's/.* //' | sort | uniq > .libs/libgd.exp
cc -Wl,-bM:SRE -o .libs/libgd.so.2 gd.o gd_gd.o gd_gd2.o gd_io.o
gd_io_dp.o gd_io_file.o gd_io_ss.o gd_jpeg.o gd_png.o gd_ss.o
gd_topal.o gd_wbmp.o gdcache.o gdfontg.o gdfontl.o gdfontmb.o
gdfonts.o gdfontt.o gdft.o gdhelpers.o gdkanji.o gdtables.o gdxpm.o
wbmp.o -lpng -lz -lm -liconv -lc ${wl}-berok -Wl,-bnoentry
-Wl,-bexport:.libs/libgd.exp
ar -crlo .libs/libgd.a .libs/libgd.so.2
ar cru .libs/libgd.a gd.o gd_gd.o gd_gd2.o gd_io.o gd_io_dp.o
gd_io_file.o gd_io_ss.o gd_jpeg.o gd_png.o gd_ss.o gd_topal.o
gd_wbmp.o gdcache.o gdfontg.o gdfontl.o gdfontmb.o gdfonts.o gdfontt.o
gdft.o gdhelpers.o gdkanji.o gdtables.o gdxpm.o wbmp.o
ranlib .libs/libgd.a
creating libgd.la
(cd .libs && rm -f libgd.la && ln -s ../libgd.la libgd.la)
source='annotate.c' object='annotate.o' libtool=no
depfile='.deps/annotate.Po' tmpdepfile='.deps/annotate.TPo'
depmode=aix /bin/sh ./config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.
-g -c `test -f 'annotate.c' || echo './'`annotate.c
/bin/sh ./libtool --mode=link cc -g -o annotate
annotate.o ./libgd.la -lpng -lz -lm -liconv
cc -g -o .libs/annotate annotate.o -L./.libs -lgd -lpng -lz -lm
-liconv -Wl,-bnolibpath -Wl,-blibpath:/usr/local/lib:/usr/lib:/lib
creating annotate
source='gdparttopng.c' object='gdparttopng.o' libtool=no
depfile='.deps/gdparttopng.Po' tmpdepfile='.deps/gdparttopng.TPo'
depmode=aix /bin/sh ./config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.
-g -c `test -f 'gdparttopng.c' || echo './'`gdparttopng.c
/bin/sh ./libtool --mode=link cc -g -o gdparttopng
gdparttopng.o ./libgd.la -lpng -lz -lm -liconv
cc -g -o .libs/gdparttopng gdparttopng.o -L./.libs -lgd -lpng -lz -lm
-liconv -Wl,-bnolibpath -Wl,-blibpath:/usr/local/lib:/usr/lib:/lib
creating gdparttopng
source='gdtopng.c' object='gdtopng.o' libtool=no
depfile='.deps/gdtopng.Po' tmpdepfile='.deps/gdtopng.TPo' depmode=aix
/bin/sh ./config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I. -g -c
`test -f 'gdtopng.c' || echo './'`gdtopng.c
/bin/sh ./libtool --mode=link cc -g -o gdtopng gdtopng.o
./libgd.la -lpng -lz -lm -liconv
cc -g -o .libs/gdtopng gdtopng.o -L./.libs -lgd -lpng -lz -lm -liconv
-Wl,-bnolibpath -Wl,-blibpath:/usr/local/lib:/usr/lib:/lib
creating gdtopng
source='gd2copypal.c' object='gd2copypal.o' libtool=no
depfile='.deps/gd2copypal.Po' tmpdepfile='.deps/gd2copypal.TPo'
depmode=aix /bin/sh ./config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.
-g -c `test -f 'gd2copypal.c' || echo './'`gd2copypal.c
/bin/sh ./libtool --mode=link cc -g -o gd2copypal
gd2copypal.o ./libgd.la -lpng -lz -lm -liconv
cc -g -o .libs/gd2copypal gd2copypal.o -L./.libs -lgd -lpng -lz -lm
-liconv -Wl,-bnolibpath -Wl,-blibpath:/usr/local/lib:/usr/lib:/lib
creating gd2copypal
source='gd2topng.c' object='gd2topng.o' libtool=no
depfile='.deps/gd2topng.Po' tmpdepfile='.deps/gd2topng.TPo'
depmode=aix /bin/sh ./config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.
-g -c `test -f 'gd2topng.c' || echo './'`gd2topng.c
/bin/sh ./libtool --mode=link cc -g -o gd2topng
gd2topng.o ./libgd.la -lpng -lz -lm -liconv
cc -g -o .libs/gd2topng gd2topng.o -L./.libs -lgd -lpng -lz -lm
-liconv -Wl,-bnolibpath -Wl,-blibpath:/usr/local/lib:/usr/lib:/lib
creating gd2topng
source='pngtogd.c' object='pngtogd.o' libtool=no
depfile='.deps/pngtogd.Po' tmpdepfile='.deps/pngtogd.TPo' depmode=aix
/bin/sh ./config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I. -g -c
`test -f 'pngtogd.c' || echo './'`pngtogd.c
/bin/sh ./libtool --mode=link cc -g -o pngtogd pngtogd.o
./libgd.la -lpng -lz -lm -liconv
cc -g -o .libs/pngtogd pngtogd.o -L./.libs -lgd -lpng -lz -lm -liconv
-Wl,-bnolibpath -Wl,-blibpath:/usr/local/lib:/usr/lib:/lib
creating pngtogd
source='pngtogd2.c' object='pngtogd2.o' libtool=no
depfile='.deps/pngtogd2.Po' tmpdepfile='.deps/pngtogd2.TPo'
depmode=aix /bin/sh ./config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.
-g -c `test -f 'pngtogd2.c' || echo './'`pngtogd2.c
/bin/sh ./libtool --mode=link cc -g -o pngtogd2
pngtogd2.o ./libgd.la -lpng -lz -lm -liconv
cc -g -o .libs/pngtogd2 pngtogd2.o -L./.libs -lgd -lpng -lz -lm
-liconv -Wl,-bnolibpath -Wl,-blibpath:/usr/local/lib:/usr/lib:/lib
creating pngtogd2
source='webpng.c' object='webpng.o' libtool=no
depfile='.deps/webpng.Po' tmpdepfile='.deps/webpng.TPo' depmode=aix
/bin/sh ./config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I. -g -c
`test -f 'webpng.c' || echo './'`webpng.c
/bin/sh ./libtool --mode=link cc -g -o webpng webpng.o
./libgd.la -lpng -lz -lm -liconv
cc -g -o .libs/webpng webpng.o -L./.libs -lgd -lpng -lz -lm -liconv
-Wl,-bnolibpath -Wl,-blibpath:/usr/local/lib:/usr/lib:/lib
creating webpng
source='fontsizetest.c' object='fontsizetest.o' libtool=no
depfile='.deps/fontsizetest.Po' tmpdepfile='.deps/fontsizetest.TPo'
depmode=aix /bin/sh ./config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.
-g -c `test -f 'fontsizetest.c' || echo './'`fontsizetest.c
/bin/sh ./libtool --mode=link cc -g -o fontsizetest
fontsizetest.o ./libgd.la -lpng -lz -lm -liconv
cc -g -o .libs/fontsizetest fontsizetest.o -L./.libs -lgd -lpng -lz
-lm -liconv -Wl,-bnolibpath -Wl,-blibpath:/usr/local/lib:/usr/lib:/lib
creating fontsizetest
source='fontwheeltest.c' object='fontwheeltest.o' libtool=no
depfile='.deps/fontwheeltest.Po' tmpdepfile='.deps/fontwheeltest.TPo'
depmode=aix /bin/sh ./config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.
-g -c `test -f 'fontwheeltest.c' || echo './'`fontwheeltest.c
/bin/sh ./libtool --mode=link cc -g -o fontwheeltest
fontwheeltest.o ./libgd.la -lpng -lz -lm -liconv
cc -g -o .libs/fontwheeltest fontwheeltest.o -L./.libs -lgd -lpng -lz
-lm -liconv -Wl,-bnolibpath -Wl,-blibpath:/usr/local/lib:/usr/lib:/lib
creating fontwheeltest
source='gdtest.c' object='gdtest.o' libtool=no
depfile='.deps/gdtest.Po' tmpdepfile='.deps/gdtest.TPo' depmode=aix
/bin/sh ./config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I. -g -c
`test -f 'gdtest.c' || echo './'`gdtest.c
/bin/sh ./libtool --mode=link cc -g -o gdtest gdtest.o
./libgd.la -lpng -lz -lm -liconv
cc -g -o .libs/gdtest gdtest.o -L./.libs -lgd -lpng -lz -lm -liconv
-Wl,-bnolibpath -Wl,-blibpath:/usr/local/lib:/usr/lib:/lib
creating gdtest
source='gddemo.c' object='gddemo.o' libtool=no
depfile='.deps/gddemo.Po' tmpdepfile='.deps/gddemo.TPo' depmode=aix
/bin/sh ./config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I. -g -c
`test -f 'gddemo.c' || echo './'`gddemo.c
/bin/sh ./libtool --mode=link cc -g -o gddemo gddemo.o
./libgd.la -lpng -lz -lm -liconv
cc -g -o .libs/gddemo gddemo.o -L./.libs -lgd -lpng -lz -lm -liconv
-Wl,-bnolibpath -Wl,-blibpath:/usr/local/lib:/usr/lib:/lib
creating gddemo
source='gd2time.c' object='gd2time.o' libtool=no
depfile='.deps/gd2time.Po' tmpdepfile='.deps/gd2time.TPo' depmode=aix
/bin/sh ./config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I. -g -c
`test -f 'gd2time.c' || echo './'`gd2time.c
/bin/sh ./libtool --mode=link cc -g -o gd2time gd2time.o
./libgd.la -lpng -lz -lm -liconv
cc -g -o .libs/gd2time gd2time.o -L./.libs -lgd -lpng -lz -lm -liconv
-Wl,-bnolibpath -Wl,-blibpath:/usr/local/lib:/usr/lib:/lib
creating gd2time
source='gdtestft.c' object='gdtestft.o' libtool=no
depfile='.deps/gdtestft.Po' tmpdepfile='.deps/gdtestft.TPo'
depmode=aix /bin/sh ./config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.
-g -c `test -f 'gdtestft.c' || echo './'`gdtestft.c
/bin/sh ./libtool --mode=link cc -g -o gdtestft
gdtestft.o ./libgd.la -lpng -lz -lm -liconv
cc -g -o .libs/gdtestft gdtestft.o -L./.libs -lgd -lpng -lz -lm
-liconv -Wl,-bnolibpath -Wl,-blibpath:/usr/local/lib:/usr/lib:/lib
creating gdtestft
source='testac.c' object='testac.o' libtool=no
depfile='.deps/testac.Po' tmpdepfile='.deps/testac.TPo' depmode=aix
/bin/sh ./config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I. -g -c
`test -f 'testac.c' || echo './'`testac.c
/bin/sh ./libtool --mode=link cc -g -o testac testac.o
./libgd.la -lpng -lz -lm -liconv
cc -g -o .libs/testac testac.o -L./.libs -lgd -lpng -lz -lm -liconv
-Wl,-bnolibpath -Wl,-blibpath:/usr/local/lib:/usr/lib:/lib
creating testac
Target "all-am" is up to date.
#
Does this provide any clues?
thanks
- Next message: Verizon Networks: "pSeries Local User Groups?"
- Previous message: I like AIX: "Re: Who can help me?"
- In reply to: Nicholas Dronen: "Re: Perl Question on AIX 5.2: Can't locate loadable object for module GD in @INC"
- Next in thread: Nicholas Dronen: "Re: Perl Question on AIX 5.2: Can't locate loadable object for module GD in @INC"
- Reply: Nicholas Dronen: "Re: Perl Question on AIX 5.2: Can't locate loadable object for module GD in @INC"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|