libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libtool 2.4.2 fails to compile on Solaris 10


From: Dennis Clarke
Subject: libtool 2.4.2 fails to compile on Solaris 10
Date: Mon, 05 Nov 2012 22:08:16 -0500

Firstly, I am willingto look at a git clone but I would prefer to work with a 
version that is considered "stable" and "released" and not alpha or beta grade. 
However, having said that : 

$ uname -a 
SunOS node002 5.10 Generic_147440-23 sun4v sparc SUNW,T5240
$ cc -V
cc: Sun C 5.12 SunOS_sparc 2011/11/16
$ psrinfo -pv 
The physical processor has 64 virtual processors (0-63)
  UltraSPARC-T2+ (chipid 0, clock 1582 MHz)
The physical processor has 64 virtual processors (64-127)
  UltraSPARC-T2+ (chipid 1, clock 1582 MHz)


$ pwd
/usr/local/build
$ ls $SRC/libt*
/usr/local/src/libtasn1-2.13.tar.gz                 
/usr/local/src/libtool-2.4.2.tar.gz
/usr/local/src/libtasn1-2.14.tar.gz                 
/usr/local/src/libtool_git_Mon_Nov_05_2012.star.gz

$ /usr/sfw/bin/openssl dgst -sha1 /usr/local/src/libtool-2.4.2.tar.gz
SHA1(/usr/local/src/libtool-2.4.2.tar.gz)= 
22b71a8b5ce3ad86e1094e7285981cae10e6ff88
$ /usr/sfw/bin/openssl dgst -md5 /usr/local/src/libtool-2.4.2.tar.gz
MD5(/usr/local/src/libtool-2.4.2.tar.gz)= d2f3b7d4627e69e13514a40e72a24d50


$ gzip -dc /usr/local/src/libtool-2.4.2.tar.gz | tar -xf - 
$ date 
Tue Nov  6 01:53:02 GMT 2012
$ mv libtool-2.4.2 libtool-2.4.2_Nov_06_0153_SunOS5.10_sparcv9
$ cd libtool-2.4.2_Nov_06_0153_SunOS5.10_sparcv9

$ env | sort  
AR=/usr/ccs/bin/ar
AS=/usr/ccs/bin/as
BUILD=/usr/local/build
CC=/opt/solarisstudio12.3/bin/cc
CFLAGS=-errfmt=error -erroff=%none -errshort=full -xstrconst -xildoff -m64 
-xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs 
-ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf -xunroll=1 
-xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE
COLUMNS=124
CONFIG_SHELL=/bin/bash
CPPFLAGS=-I/usr/local/include -I/usr/sfw/include
CXX=/opt/solarisstudio12.3/bin/CC
CXXFLAGS=-dalign -erroff=%none -errtags=yes -ftrap=%none -g -xcode=pic32 -m64 
-mc -xunroll=1 -xbuiltin=%none -xtarget=ultraT2 -xcache=8/16/4:4096/64/16 
-xdepend=no -xnolibmopt -xlinkopt=0 -xnolibmil -xregs=no%appl -xs 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -D_TS_ERRNO
EDITOR=/usr/xpg4/bin/vi
HOME=/export/home/dclarke
LANG=C
LC_ALL=C
LC_COLLATE=C
LC_CTYPE=C
LC_MESSAGES=C
LC_MONETARY=C
LC_NUMERIC=C
LC_TIME=C
LD=/usr/ccs/bin/ld
LD_LIBRARY_PATH=/usr/local/lib:/usr/sfw/lib/sparcv9:/opt/mysql/mysql/lib
LD_OPTIONS=-R/usr/local/lib/$ISALIST:/usr/sfw/lib/$ISALIST:/usr/local/lib:/usr/sfw/lib:/opt/mysql/mysql/lib
 
-L/usr/local/lib/$ISALIST:/usr/sfw/lib/$ISALIST:/usr/local/lib:/usr/sfw/lib:/opt/mysql/mysql/lib
LD_RUN_PATH=/usr/local/lib/$ISALIST:/usr/sfw/lib/$ISALIST:/opt/mysql/mysql/lib
LINES=44
LOGNAME=dclarke
M4=/usr/local/bin/gm4
MACHTYPE=sparc-sun-solaris
MAIL=/usr/mail/dclarke
MANPATH=/usr/local/man:/usr/local/share/man:/usr/share/man:/usr/X11/share/man
NM=/usr/ccs/bin/nm
OSTYPE=solaris
PAGER=/usr/xpg4/bin/more
PATH=/usr/local/bin:/usr/local/sbin:/usr/xpg6/bin:/usr/xpg4/bin:/usr/ccs/bin:/opt/solarisstudio12.3/bin:/usr/bin:/sbin:/bin:/usr/sbin:/usr/dt/bin:/usr/openwin/bin:/opt/schily/bin:/usr/local/texlive/2012/bin/sparc-solaris
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
PWD=/usr/local/build/libtool-2.4.2_Nov_06_0153_SunOS5.10_sparcv9
SED=/usr/local/bin/gsed
SHELL=/bin/ksh
SRC=/usr/local/src
TERM=vt100
TZ=GMT0
USER=dclarke
VISUAL=/usr/xpg4/bin/vi
WINDOW=3
_=/usr/xpg4/bin/env

Whic is a bit noisey but works real well with building php and apache etc etc 


$ ./configure --enable-dependency-tracking --enable-ltdl-install
## ------------------------- ##
## Configuring libtool 2.4.2 ##
## ------------------------- ##

checking for a BSD-compatible install... libltdl/config/install-sh -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... libltdl/config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking build system type... sparc-sun-solaris2.10
checking host system type... sparc-sun-solaris2.10
configure: autobuild project... GNU Libtool
configure: autobuild revision... 2.4.2 ()
configure: autobuild hostname... node002
configure: autobuild mode... default
configure: autobuild timestamp... 20121106T015422Z
checking for gcc... /opt/solarisstudio12.3/bin/cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether /opt/solarisstudio12.3/bin/cc accepts -g... yes
checking for /opt/solarisstudio12.3/bin/cc option to accept ISO C89... none 
needed
checking for style of include used by make... GNU
checking dependency style of /opt/solarisstudio12.3/bin/cc... dashXmstdout
checking whether /opt/solarisstudio12.3/bin/cc and cc understand -c and -o 
together... yes
checking how to run the C preprocessor... /opt/solarisstudio12.3/bin/cc -E
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking for grep that handles long lines and -e... /usr/xpg4/bin/grep
checking for egrep... /usr/xpg4/bin/grep -E
checking for fgrep... /usr/xpg4/bin/grep -F
checking for non-GNU ld... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/ccs/bin/nm
checking the name lister (/usr/ccs/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 786240
checking whether the shell understands some XSI constructs... no
checking whether the shell understands "+="... no
checking how to convert sparc-sun-solaris2.10 file names to 
sparc-sun-solaris2.10 format... func_convert_file_noop
checking how to convert sparc-sun-solaris2.10 file names to toolchain format... 
func_convert_file_noop
checking for /usr/ccs/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/ccs/bin/nm output from 
/opt/solarisstudio12.3/bin/cc object... failed
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
checking for /opt/solarisstudio12.3/bin/cc option to produce PIC... -KPIC -DPIC
checking if /opt/solarisstudio12.3/bin/cc PIC flag -KPIC -DPIC works... yes
checking if /opt/solarisstudio12.3/bin/cc static flag -Bstatic works... yes
checking if /opt/solarisstudio12.3/bin/cc supports -c -o file.o... yes
checking if /opt/solarisstudio12.3/bin/cc supports -c -o file.o... (cached) yes
checking whether the /opt/solarisstudio12.3/bin/cc linker (/usr/ccs/bin/ld -64) 
supports shared libraries... yes
checking dynamic linker characteristics... solaris2.10 ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking which extension is used for runtime loadable modules... .so
checking which variable specifies run-time module search path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib
checking for library containing dlopen... none required
checking for dlerror... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... no
checking for error_t... no
checking for argz_add... no
checking for argz_append... no
checking for argz_count... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking whether libtool supports -dlopen/-dlpreopen... no
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... yes
checking for dld.h... no
checking for mach-o/dyld.h... no
checking for dirent.h... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for strlcat... yes
checking for strlcpy... yes
checking whether we are using the GNU C++ compiler... no
checking whether /opt/solarisstudio12.3/bin/CC accepts -g... yes
checking dependency style of /opt/solarisstudio12.3/bin/CC... dashXmstdout
checking how to run the C++ preprocessor... /opt/solarisstudio12.3/bin/CC -E
checking whether the /opt/solarisstudio12.3/bin/CC linker (/usr/ccs/bin/ld -64) 
supports shared libraries... yes
checking for /opt/solarisstudio12.3/bin/CC option to produce PIC... -KPIC -DPIC
checking if /opt/solarisstudio12.3/bin/CC PIC flag -KPIC -DPIC works... yes
checking if /opt/solarisstudio12.3/bin/CC static flag -Bstatic works... yes
checking if /opt/solarisstudio12.3/bin/CC supports -c -o file.o... yes
checking if /opt/solarisstudio12.3/bin/CC supports -c -o file.o... (cached) yes
checking whether the /opt/solarisstudio12.3/bin/CC linker (/usr/ccs/bin/ld -64) 
supports shared libraries... yes
checking dynamic linker characteristics... solaris2.10 ld.so
checking how to hardcode library paths into programs... immediate
checking for g77... no
checking for xlf... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether f77 accepts -g... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for f77 option to produce PIC... -KPIC
checking if f77 PIC flag -KPIC works... yes
checking if f77 static flag -Bstatic works... yes
checking if f77 supports -c -o file.o... yes
checking if f77 supports -c -o file.o... (cached) yes
checking whether the f77 linker (/usr/ccs/bin/ld -64) supports shared 
libraries... yes
checking dynamic linker characteristics... solaris2.10 ld.so
checking how to hardcode library paths into programs... immediate
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... f95
checking whether we are using the GNU Fortran compiler... no
checking whether f95 accepts -g... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for f95 option to produce PIC... -KPIC
checking if f95 PIC flag -KPIC works... yes
checking if f95 static flag -Bstatic works... yes
checking if f95 supports -c -o file.o... yes
checking if f95 supports -c -o file.o... (cached) yes
checking whether the f95 linker (/usr/ccs/bin/ld -64) supports shared 
libraries... yes
checking dynamic linker characteristics... solaris2.10 ld.so
checking how to hardcode library paths into programs... immediate
checking for gccgo... no
checking for gcj... no
checking for windres... no
checking whether make supports order-only prerequisites... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands


I don't see any show stoppers there. 

$ gmake --version 
GNU Make 3.82
Built for sparc-sun-solaris2.10
Copyright (C) 2010  Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

$ gmake 
rm -f libtoolize.tmp libtoolize
sed -e 's,@aclocal_DATA\@,m4/argz.m4 m4/libtool.m4 m4/ltdl.m4 m4/ltoptions.m4 
m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4,g' -e 
's,@aclocaldir\@,/usr/local/share/aclocal,g' -e 
's,@datadir\@,/usr/local/share,g' -e 's,@EGREP\@,/usr/xpg4/bin/grep -E,g' -e 
's,@FGREP\@,/usr/xpg4/bin/grep -F,g' -e 's,@GREP\@,/usr/xpg4/bin/grep,g' -e 
's,@host_triplet\@,sparc-sun-solaris2.10,g' -e 's,@LN_S\@,ln -s,g' -e 
"s,@pkgconfig_files\@,config/compile config/config.guess config/config.sub 
config/depcomp config/install-sh config/missing config/ltmain.sh,g" -e 
's,@pkgdatadir\@,/usr/local/share/libtool,g' -e 
"s,@pkgltdl_files\@,libltdl/COPYING.LIB libltdl/README libltdl/Makefile.inc 
libltdl/Makefile.am libltdl/configure.ac libltdl/aclocal.m4 libltdl/Makefile.in 
libltdl/config-h.in libltdl/configure libltdl/argz_.h libltdl/argz.c 
libltdl/loaders/dld_link.c libltdl/loaders/dlopen.c libltdl/loaders/dyld.c 
libltdl/loaders/load_add_on.c libltdl/loaders/loadlibrary.c 
libltdl/loaders/shl_load.c liblt
dl/lt__dirent.c libltdl/lt__strl.c libltdl/libltdl/lt__alloc.h 
libltdl/libltdl/lt__dirent.h libltdl/libltdl/lt__glibc.h 
libltdl/libltdl/lt__private.h libltdl/libltdl/lt__strl.h 
libltdl/libltdl/lt_dlloader.h libltdl/libltdl/lt_error.h 
libltdl/libltdl/lt_system.h libltdl/libltdl/slist.h libltdl/loaders/preopen.c 
libltdl/lt__alloc.c libltdl/lt_dlloader.c libltdl/lt_error.c libltdl/ltdl.c 
libltdl/ltdl.h libltdl/slist.c,g" -e 's,@prefix\@,/usr/local,g' -e 
's,@SED\@,/usr/local/bin/gsed,g' \
        ./libtoolize.in > libtoolize.tmp
chmod a+x libtoolize.tmp
chmod a-w libtoolize.tmp
mv -f libtoolize.tmp libtoolize
/bin/bash 
/usr/local/build/libtool-2.4.2_Nov_06_0153_SunOS5.10_sparcv9/libltdl/config/install-sh
 -d . libltdl/
cp ./libltdl/argz_.h libltdl/argz.h-t
mv libltdl/argz.h-t libltdl/argz.h
gmake  all-recursive
gmake[1]: Entering directory 
`/usr/local/build/libtool-2.4.2_Nov_06_0153_SunOS5.10_sparcv9'
gmake[2]: Entering directory 
`/usr/local/build/libtool-2.4.2_Nov_06_0153_SunOS5.10_sparcv9'
source='libltdl/loaders/preopen.c' 
object='libltdl/loaders/libltdl_libltdl_la-preopen.lo' libtool=yes \
DEPDIR=.deps depmode=dashXmstdout /bin/bash ./libltdl/config/depcomp \
/bin/bash ./libtool  --tag=CC   --mode=compile /opt/solarisstudio12.3/bin/cc 
-DHAVE_CONFIG_H -I.  -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. 
-I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/usr/local/include 
-I/usr/sfw/include  -errfmt=error -erroff=%none -errshort=full -xstrconst 
-xildoff -m64 -xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl 
-xlibmieee -mc -g -xs -ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf 
-xunroll=1 -xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -c -o 
libltdl/loaders/libltdl_libltdl_la-preopen.lo `test -f 
'libltdl/loaders/preopen.c' || echo './'`libltdl/loaders/preopen.c
libtool: compile:  /opt/solarisstudio12.3/bin/cc -DHAVE_CONFIG_H -I. 
-DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl 
-I./libltdl -I./libltdl/libltdl -I/usr/local/include -I/usr/sfw/include 
-errfmt=error -erroff=%none -errshort=full -xstrconst -xildoff -m64 
-xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs 
-ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf -xunroll=1 
-xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -c libltdl/loaders/preopen.c  
-KPIC -DPIC -o libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
libtool: compile:  /opt/solarisstudio12.3/bin/cc -DHAVE_CONFIG_H -I. 
-DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl 
-I./libltdl -I./libltdl/libltdl -I/usr/local/include -I/usr/sfw/include 
-errfmt=error -erroff=%none -errshort=full -xstrconst -xildoff -m64 
-xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs 
-ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf -xunroll=1 
-xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -c libltdl/loaders/preopen.c 
-o libltdl/loaders/libltdl_libltdl_la-preopen.o >/dev/null 2>&1
source='libltdl/lt__alloc.c' object='libltdl/libltdl_libltdl_la-lt__alloc.lo' 
libtool=yes \
DEPDIR=.deps depmode=dashXmstdout /bin/bash ./libltdl/config/depcomp \
/bin/bash ./libtool  --tag=CC   --mode=compile /opt/solarisstudio12.3/bin/cc 
-DHAVE_CONFIG_H -I.  -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. 
-I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/usr/local/include 
-I/usr/sfw/include  -errfmt=error -erroff=%none -errshort=full -xstrconst 
-xildoff -m64 -xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl 
-xlibmieee -mc -g -xs -ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf 
-xunroll=1 -xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -c -o 
libltdl/libltdl_libltdl_la-lt__alloc.lo `test -f 'libltdl/lt__alloc.c' || echo 
'./'`libltdl/lt__alloc.c
libtool: compile:  /opt/solarisstudio12.3/bin/cc -DHAVE_CONFIG_H -I. 
-DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl 
-I./libltdl -I./libltdl/libltdl -I/usr/local/include -I/usr/sfw/include 
-errfmt=error -erroff=%none -errshort=full -xstrconst -xildoff -m64 
-xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs 
-ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf -xunroll=1 
-xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -c libltdl/lt__alloc.c  -KPIC 
-DPIC -o libltdl/.libs/libltdl_libltdl_la-lt__alloc.o
libtool: compile:  /opt/solarisstudio12.3/bin/cc -DHAVE_CONFIG_H -I. 
-DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl 
-I./libltdl -I./libltdl/libltdl -I/usr/local/include -I/usr/sfw/include 
-errfmt=error -erroff=%none -errshort=full -xstrconst -xildoff -m64 
-xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs 
-ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf -xunroll=1 
-xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -c libltdl/lt__alloc.c -o 
libltdl/libltdl_libltdl_la-lt__alloc.o >/dev/null 2>&1
source='libltdl/lt_dlloader.c' 
object='libltdl/libltdl_libltdl_la-lt_dlloader.lo' libtool=yes \
DEPDIR=.deps depmode=dashXmstdout /bin/bash ./libltdl/config/depcomp \
/bin/bash ./libtool  --tag=CC   --mode=compile /opt/solarisstudio12.3/bin/cc 
-DHAVE_CONFIG_H -I.  -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. 
-I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/usr/local/include 
-I/usr/sfw/include  -errfmt=error -erroff=%none -errshort=full -xstrconst 
-xildoff -m64 -xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl 
-xlibmieee -mc -g -xs -ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf 
-xunroll=1 -xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -c -o 
libltdl/libltdl_libltdl_la-lt_dlloader.lo `test -f 'libltdl/lt_dlloader.c' || 
echo './'`libltdl/lt_dlloader.c
libtool: compile:  /opt/solarisstudio12.3/bin/cc -DHAVE_CONFIG_H -I. 
-DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl 
-I./libltdl -I./libltdl/libltdl -I/usr/local/include -I/usr/sfw/include 
-errfmt=error -erroff=%none -errshort=full -xstrconst -xildoff -m64 
-xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs 
-ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf -xunroll=1 
-xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -c libltdl/lt_dlloader.c  
-KPIC -DPIC -o libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
libtool: compile:  /opt/solarisstudio12.3/bin/cc -DHAVE_CONFIG_H -I. 
-DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl 
-I./libltdl -I./libltdl/libltdl -I/usr/local/include -I/usr/sfw/include 
-errfmt=error -erroff=%none -errshort=full -xstrconst -xildoff -m64 
-xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs 
-ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf -xunroll=1 
-xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -c libltdl/lt_dlloader.c -o 
libltdl/libltdl_libltdl_la-lt_dlloader.o >/dev/null 2>&1
source='libltdl/lt_error.c' object='libltdl/libltdl_libltdl_la-lt_error.lo' 
libtool=yes \
DEPDIR=.deps depmode=dashXmstdout /bin/bash ./libltdl/config/depcomp \
/bin/bash ./libtool  --tag=CC   --mode=compile /opt/solarisstudio12.3/bin/cc 
-DHAVE_CONFIG_H -I.  -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. 
-I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/usr/local/include 
-I/usr/sfw/include  -errfmt=error -erroff=%none -errshort=full -xstrconst 
-xildoff -m64 -xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl 
-xlibmieee -mc -g -xs -ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf 
-xunroll=1 -xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -c -o 
libltdl/libltdl_libltdl_la-lt_error.lo `test -f 'libltdl/lt_error.c' || echo 
'./'`libltdl/lt_error.c
libtool: compile:  /opt/solarisstudio12.3/bin/cc -DHAVE_CONFIG_H -I. 
-DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl 
-I./libltdl -I./libltdl/libltdl -I/usr/local/include -I/usr/sfw/include 
-errfmt=error -erroff=%none -errshort=full -xstrconst -xildoff -m64 
-xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs 
-ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf -xunroll=1 
-xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -c libltdl/lt_error.c  -KPIC 
-DPIC -o libltdl/.libs/libltdl_libltdl_la-lt_error.o
libtool: compile:  /opt/solarisstudio12.3/bin/cc -DHAVE_CONFIG_H -I. 
-DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl 
-I./libltdl -I./libltdl/libltdl -I/usr/local/include -I/usr/sfw/include 
-errfmt=error -erroff=%none -errshort=full -xstrconst -xildoff -m64 
-xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs 
-ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf -xunroll=1 
-xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -c libltdl/lt_error.c -o 
libltdl/libltdl_libltdl_la-lt_error.o >/dev/null 2>&1
source='libltdl/ltdl.c' object='libltdl/libltdl_libltdl_la-ltdl.lo' libtool=yes 
\
DEPDIR=.deps depmode=dashXmstdout /bin/bash ./libltdl/config/depcomp \
/bin/bash ./libtool  --tag=CC   --mode=compile /opt/solarisstudio12.3/bin/cc 
-DHAVE_CONFIG_H -I.  -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. 
-I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/usr/local/include 
-I/usr/sfw/include  -errfmt=error -erroff=%none -errshort=full -xstrconst 
-xildoff -m64 -xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl 
-xlibmieee -mc -g -xs -ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf 
-xunroll=1 -xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -c -o 
libltdl/libltdl_libltdl_la-ltdl.lo `test -f 'libltdl/ltdl.c' || echo 
'./'`libltdl/ltdl.c
libtool: compile:  /opt/solarisstudio12.3/bin/cc -DHAVE_CONFIG_H -I. 
-DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl 
-I./libltdl -I./libltdl/libltdl -I/usr/local/include -I/usr/sfw/include 
-errfmt=error -erroff=%none -errshort=full -xstrconst -xildoff -m64 
-xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs 
-ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf -xunroll=1 
-xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -c libltdl/ltdl.c  -KPIC -DPIC 
-o libltdl/.libs/libltdl_libltdl_la-ltdl.o
libtool: compile:  /opt/solarisstudio12.3/bin/cc -DHAVE_CONFIG_H -I. 
-DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl 
-I./libltdl -I./libltdl/libltdl -I/usr/local/include -I/usr/sfw/include 
-errfmt=error -erroff=%none -errshort=full -xstrconst -xildoff -m64 
-xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs 
-ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf -xunroll=1 
-xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -c libltdl/ltdl.c -o 
libltdl/libltdl_libltdl_la-ltdl.o >/dev/null 2>&1
source='libltdl/slist.c' object='libltdl/libltdl_libltdl_la-slist.lo' 
libtool=yes \
DEPDIR=.deps depmode=dashXmstdout /bin/bash ./libltdl/config/depcomp \
/bin/bash ./libtool  --tag=CC   --mode=compile /opt/solarisstudio12.3/bin/cc 
-DHAVE_CONFIG_H -I.  -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. 
-I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/usr/local/include 
-I/usr/sfw/include  -errfmt=error -erroff=%none -errshort=full -xstrconst 
-xildoff -m64 -xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl 
-xlibmieee -mc -g -xs -ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf 
-xunroll=1 -xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -c -o 
libltdl/libltdl_libltdl_la-slist.lo `test -f 'libltdl/slist.c' || echo 
'./'`libltdl/slist.c
libtool: compile:  /opt/solarisstudio12.3/bin/cc -DHAVE_CONFIG_H -I. 
-DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl 
-I./libltdl -I./libltdl/libltdl -I/usr/local/include -I/usr/sfw/include 
-errfmt=error -erroff=%none -errshort=full -xstrconst -xildoff -m64 
-xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs 
-ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf -xunroll=1 
-xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -c libltdl/slist.c  -KPIC 
-DPIC -o libltdl/.libs/libltdl_libltdl_la-slist.o
libtool: compile:  /opt/solarisstudio12.3/bin/cc -DHAVE_CONFIG_H -I. 
-DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl 
-I./libltdl -I./libltdl/libltdl -I/usr/local/include -I/usr/sfw/include 
-errfmt=error -erroff=%none -errshort=full -xstrconst -xildoff -m64 
-xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs 
-ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf -xunroll=1 
-xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -c libltdl/slist.c -o 
libltdl/libltdl_libltdl_la-slist.o >/dev/null 2>&1
source='libltdl/loaders/dlopen.c' object='libltdl/loaders/dlopen.lo' 
libtool=yes \
DEPDIR=.deps depmode=dashXmstdout /bin/bash ./libltdl/config/depcomp \
/bin/bash ./libtool --tag=CC   --mode=compile /opt/solarisstudio12.3/bin/cc 
-DHAVE_CONFIG_H -I.  -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl 
-I./libltdl -I./libltdl/libltdl -I/usr/local/include -I/usr/sfw/include  
-errfmt=error -erroff=%none -errshort=full -xstrconst -xildoff -m64 
-xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs 
-ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf -xunroll=1 
-xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -c -o 
libltdl/loaders/dlopen.lo libltdl/loaders/dlopen.c
libtool: compile:  /opt/solarisstudio12.3/bin/cc -DHAVE_CONFIG_H -I. 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -I/usr/local/include -I/usr/sfw/include -errfmt=error 
-erroff=%none -errshort=full -xstrconst -xildoff -m64 -xmemalign=8s -xnolibmil 
-Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs -ftrap=%none -Qy 
-xbuiltin=%none -xdebugformat=dwarf -xunroll=1 -xtarget=ultraT2 
-xcache=8/16/4:4096/64/16 -D_TS_ERRNO -D_POSIX_PTHREAD_SEMANTICS 
-D_LARGEFILE64_SOURCE -c libltdl/loaders/dlopen.c  -KPIC -DPIC -o 
libltdl/loaders/.libs/dlopen.o
libtool: compile:  /opt/solarisstudio12.3/bin/cc -DHAVE_CONFIG_H -I. 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -I/usr/local/include -I/usr/sfw/include -errfmt=error 
-erroff=%none -errshort=full -xstrconst -xildoff -m64 -xmemalign=8s -xnolibmil 
-Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs -ftrap=%none -Qy 
-xbuiltin=%none -xdebugformat=dwarf -xunroll=1 -xtarget=ultraT2 
-xcache=8/16/4:4096/64/16 -D_TS_ERRNO -D_POSIX_PTHREAD_SEMANTICS 
-D_LARGEFILE64_SOURCE -c libltdl/loaders/dlopen.c -o libltdl/loaders/dlopen.o 
>/dev/null 2>&1
/bin/bash ./libtool --tag=CC   --mode=link /opt/solarisstudio12.3/bin/cc  
-errfmt=error -erroff=%none -errshort=full -xstrconst -xildoff -m64 
-xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs 
-ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf -xunroll=1 
-xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -module -avoid-version  -o 
libltdl/dlopen.la  libltdl/loaders/dlopen.lo  
libtool: link: /usr/ccs/bin/ar cru libltdl/.libs/dlopen.a 
libltdl/loaders/.libs/dlopen.o 
libtool: link: ranlib libltdl/.libs/dlopen.a
libtool: link: ( cd "libltdl/.libs" && rm -f "dlopen.la" && ln -s 
"../dlopen.la" "dlopen.la" )
source='libltdl/argz.c' object='libltdl/argz.lo' libtool=yes \
DEPDIR=.deps depmode=dashXmstdout /bin/bash ./libltdl/config/depcomp \
/bin/bash ./libtool --tag=CC   --mode=compile /opt/solarisstudio12.3/bin/cc 
-DHAVE_CONFIG_H -I.  -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl 
-I./libltdl -I./libltdl/libltdl -I/usr/local/include -I/usr/sfw/include  
-errfmt=error -erroff=%none -errshort=full -xstrconst -xildoff -m64 
-xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs 
-ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf -xunroll=1 
-xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -c -o libltdl/argz.lo 
libltdl/argz.c
libtool: compile:  /opt/solarisstudio12.3/bin/cc -DHAVE_CONFIG_H -I. 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -I/usr/local/include -I/usr/sfw/include -errfmt=error 
-erroff=%none -errshort=full -xstrconst -xildoff -m64 -xmemalign=8s -xnolibmil 
-Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs -ftrap=%none -Qy 
-xbuiltin=%none -xdebugformat=dwarf -xunroll=1 -xtarget=ultraT2 
-xcache=8/16/4:4096/64/16 -D_TS_ERRNO -D_POSIX_PTHREAD_SEMANTICS 
-D_LARGEFILE64_SOURCE -c libltdl/argz.c  -KPIC -DPIC -o libltdl/.libs/argz.o
libtool: compile:  /opt/solarisstudio12.3/bin/cc -DHAVE_CONFIG_H -I. 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -I/usr/local/include -I/usr/sfw/include -errfmt=error 
-erroff=%none -errshort=full -xstrconst -xildoff -m64 -xmemalign=8s -xnolibmil 
-Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs -ftrap=%none -Qy 
-xbuiltin=%none -xdebugformat=dwarf -xunroll=1 -xtarget=ultraT2 
-xcache=8/16/4:4096/64/16 -D_TS_ERRNO -D_POSIX_PTHREAD_SEMANTICS 
-D_LARGEFILE64_SOURCE -c libltdl/argz.c -o libltdl/argz.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC   --mode=link /opt/solarisstudio12.3/bin/cc  
-errfmt=error -erroff=%none -errshort=full -xstrconst -xildoff -m64 
-xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs 
-ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf -xunroll=1 
-xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -no-undefined -version-info 
10:0:3 -dlpreopen libltdl/dlopen.la   -o libltdl/libltdl.la -rpath 
/usr/local/lib libltdl/loaders/libltdl_libltdl_la-preopen.lo 
libltdl/libltdl_libltdl_la-lt__alloc.lo 
libltdl/libltdl_libltdl_la-lt_dlloader.lo 
libltdl/libltdl_libltdl_la-lt_error.lo libltdl/libltdl_libltdl_la-ltdl.lo 
libltdl/libltdl_libltdl_la-slist.lo libltdl/argz.lo 
libtool: link: not configured to extract global symbols from dlpreopened files
libtool: link: (cd libltdl/.libs/libltdl.lax/dlopen.a && /usr/ccs/bin/ar x 
"/usr/local/build/libtool-2.4.2_Nov_06_0153_SunOS5.10_sparcv9/libltdl/.libs/dlopen.a")
libtool: link: /opt/solarisstudio12.3/bin/cc -G -z defs -h libltdl.so.7 -o 
libltdl/.libs/libltdl.so.7.3.0  
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o 
libltdl/.libs/libltdl_libltdl_la-lt__alloc.o 
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o 
libltdl/.libs/libltdl_libltdl_la-lt_error.o 
libltdl/.libs/libltdl_libltdl_la-ltdl.o 
libltdl/.libs/libltdl_libltdl_la-slist.o libltdl/.libs/argz.o   
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o   -lc  -m64 -mc -xtarget=ultraT2  
Undefined                       first referenced
 symbol                             in file
lt_libltdl_LTX_preloaded_symbols    libltdl/.libs/libltdl_libltdl_la-ltdl.o
ld: fatal: symbol referencing errors. No output written to 
libltdl/.libs/libltdl.so.7.3.0
gmake[2]: *** [libltdl/libltdl.la] Error 2
gmake[2]: Leaving directory 
`/usr/local/build/libtool-2.4.2_Nov_06_0153_SunOS5.10_sparcv9'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/local/build/libtool-2.4.2_Nov_06_0153_SunOS5.10_sparcv9'
gmake: *** [all] Error 2
$ 



That definately is a show stopper. 

So things come to a grand halt because of : 


/bin/bash ./libtool --tag=CC   --mode=link /opt/solarisstudio12.3/bin/cc  
-errfmt=error -erroff=%none -errshort=full -xstrconst -xildoff -m64 
-xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -g -xs 
-ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf -xunroll=1 
-xtarget=ultraT2 -xcache=8/16/4:4096/64/16 -D_TS_ERRNO 
-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -no-undefined -version-info 
10:0:3 -dlpreopen libltdl/dlopen.la   -o libltdl/libltdl.la -rpath 
/usr/local/lib libltdl/loaders/libltdl_libltdl_la-preopen.lo 
libltdl/libltdl_libltdl_la-lt__alloc.lo 
libltdl/libltdl_libltdl_la-lt_dlloader.lo 
libltdl/libltdl_libltdl_la-lt_error.lo libltdl/libltdl_libltdl_la-ltdl.lo 
libltdl/libltdl_libltdl_la-slist.lo libltdl/argz.lo 
libtool: link: not configured to extract global symbols from dlpreopened files
libtool: link: (cd libltdl/.libs/libltdl.lax/dlopen.a && /usr/ccs/bin/ar x 
"/usr/local/build/libtool-2.4.2_Nov_06_0153_SunOS5.10_sparcv9/libltdl/.libs/dlopen.a")
libtool: link: /opt/solarisstudio12.3/bin/cc -G -z defs -h libltdl.so.7 -o 
libltdl/.libs/libltdl.so.7.3.0  
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o 
libltdl/.libs/libltdl_libltdl_la-lt__alloc.o 
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o 
libltdl/.libs/libltdl_libltdl_la-lt_error.o 
libltdl/.libs/libltdl_libltdl_la-ltdl.o 
libltdl/.libs/libltdl_libltdl_la-slist.o libltdl/.libs/argz.o   
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o   -lc  -m64 -mc -xtarget=ultraT2  
Undefined                       first referenced
 symbol                             in file
lt_libltdl_LTX_preloaded_symbols    libltdl/.libs/libltdl_libltdl_la-ltdl.o
ld: fatal: symbol referencing errors. No output written to 
libltdl/.libs/libltdl.so.7.3.0

So that looks like a linkage issue with some public symbol that *could* be in 
libltdl. 

Not sure really. 

Now then let's try again with an up to date git clone : 

I see a configure.ac so let's try a autoreconf perhaps ? 

$ which autoreconf 
/usr/local/bin/autoreconf
$ autoreconf --version 
autoreconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.
$ autoreconf --verbose --install 
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
sh: build-aux/git-version-gen:  not found
configure.ac:91: error: AC_INIT should be called with package and version 
arguments
/usr/local/share/aclocal-1.12/init.m4:25: AM_INIT_AUTOMAKE is expanded from...
configure.ac:91: the top level
autom4te: /usr/local/bin/gm4 failed with exit status: 1
aclocal: error: /usr/local/bin/autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1

So that's a fail also. 

I see a bootstrap and I am guessing that we should give that a go ? 

I will blow away this source dir and then re-extract and look at bootstrap.

$ pwd 
/usr/local/build/libtool_git_Mon_Nov_05_2012_SunOS5.10_sparcv9
$ cd ..
$ rm -rf libtool_git_Mon_Nov_05_2012_SunOS5.10_sparcv9
$ /opt/schily/bin/star -x -z -xdir -xdot -U -fs=16m 
file=/usr/local/src/libtool_git_Mon_Nov_05_2012.star.gz
star: 1150 blocks + 0 bytes (total of 11776000 bytes = 11500.00k).
$ mv libtool libtool_git_Mon_Nov_05_2012_SunOS5.10_sparcv9
$ cd libtool_git_Mon_Nov_05_2012_SunOS5.10_sparcv9
$ ls -a 
.               .gitmodules     Makefile.am     TODO            configure.ac    
libtoolize.in
..              .prev-version   NEWS            bootstrap       doc             
m4
.git            AUTHORS         PORTING         bootstrap.conf  gl              
mail
.gitattributes  ChangeLog.old   README          build-aux       gnulib          
tests
.gitignore      HACKING         THANKS          cfg.mk          libltdl
$ 

lovely. 

$ ./bootstrap 
bootstrap:   error: Prerequisite 'help2man' not found. Please install it, or
bootstrap:          'export HELP2MAN=/path/to/help2man'.
bootstrap:   error: Prerequisite 'make' not found. Please install it, or
bootstrap:          'export MAKE=/path/to/make'.
bootstrap:   error: HACKING explains how to obtain these prerequisite programs:
bootstrap:          Program    Min_version Homepage                            
bootstrap:          -----------------------------------------------------------
bootstrap:          help2man   1.29        http://www.gnu.org/s/help2man       
bootstrap:          make       3.81        http://www.gnu.org/s/make           
bootstrap:          makeinfo   4.8         http://www.gnu.org/s/texinfo        
bootstrap:          xz         4.999.8beta http://tukaani.org/xz               
bootstrap:          autoconf   2.62        http://www.gnu.org/s/autoconf       
bootstrap:          automake   1.11.1      http://www.gnu.org/s/automake       
bootstrap:          -----------------------------------------------------------
$ 

So gmake isn't looked for ... okay. 

$ ./bootstrap 
bootstrap:   error: Prerequisite 'help2man' not found. Please install it, or
bootstrap:          'export HELP2MAN=/path/to/help2man'.
bootstrap:   error: HACKING explains how to obtain these prerequisite programs:
bootstrap:          Program    Min_version Homepage                            
bootstrap:          -----------------------------------------------------------
bootstrap:          help2man   1.29        http://www.gnu.org/s/help2man       
bootstrap:          make       3.81        http://www.gnu.org/s/make           
bootstrap:          makeinfo   4.8         http://www.gnu.org/s/texinfo        
bootstrap:          xz         4.999.8beta http://tukaani.org/xz               
bootstrap:          autoconf   2.62        http://www.gnu.org/s/autoconf       
bootstrap:          automake   1.11.1      http://www.gnu.org/s/automake       
bootstrap:          -----------------------------------------------------------

I have no idea what help2man is or ever needing it .. but okay. 

Let's see what I have here : 

$ gmake --version 
GNU Make 3.82
Built for sparc-sun-solaris2.10
Copyright (C) 2010  Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

$ makeinfo --version 
makeinfo (GNU texinfo) 4.13

Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

$ xz --version 
xz (XZ Utils) 5.0.4
liblzma 5.0.4

$ autoconf --version 
autoconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

$ automake --version 
automake (GNU automake) 1.12.2
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later 
<http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <address@hidden>
       and Alexandre Duret-Lutz <address@hidden>.
$ 

So I am guessing a bit of a GNU toolchain is required to build libtool ? 

Dennis 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]