bug-libtool
[Top][All Lists]
Advanced

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

bug#10142: Libtool fails to build from sources on Solaris 10 with gcc 4.


From: Stefano Lattarini
Subject: bug#10142: Libtool fails to build from sources on Solaris 10 with gcc 4.6
Date: Sat, 26 Nov 2011 11:31:02 +0100
User-agent: KMail/1.13.7 (Linux/2.6.30-2-686; KDE/4.6.5; i686; ; )

I was trying to run the testsuite of libtool on a Solaris 10 system
(using gcc, g++ and gfortran as compilers), with the patch series
posted here applied:

  <http://lists.gnu.org/archive/html/libtool-patches/2011-11/msg00160.html>

However, attempting a VPATH build as follow:

  $ mkdir BUILD-gcc
  $ cd BUILD-gcc
  $ nohup sh -c 'export CONFIG_SITE=/dev/null && ../configure && make' &

failed.  Attached are the output from the above, and the `config.log' file.

Regards,
  Stefano
## ----------------------------------- ##
## Configuring libtool 2.4.2.135-aa59c ##
## ----------------------------------- ##

checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /opt/sfw/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i386-pc-solaris2.10
checking host system type... i386-pc-solaris2.10
configure: autobuild project... GNU Libtool
configure: autobuild revision... 2.4.2.135-aa59c
configure: autobuild hostname... freddy
configure: autobuild mode... default
configure: autobuild timestamp... 20111126T102554Z
checking for gcc... gcc
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... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/xpg4/bin/grep
checking for egrep... /usr/xpg4/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/bin/sed
checking for fgrep... /usr/xpg4/bin/grep -F
checking for ld used by gcc... /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 -p
checking the name lister (/usr/ccs/bin/nm -p) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 786240
checking how to convert i386-pc-solaris2.10 file names to i386-pc-solaris2.10 
format... func_convert_file_noop
checking how to convert i386-pc-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... (cached) ranlib
checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
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 if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... 
yes
checking whether -lc should be explicitly linked in... no
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... yes
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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... 
yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/ccs/bin/ld) 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) supports shared libraries... 
yes
checking dynamic linker characteristics... solaris2.10 ld.so
checking how to hardcode library paths into programs... immediate
checking for gfortran... gfortran
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran 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 gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/usr/ccs/bin/ld) 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... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: linking ../GNUmakefile to GNUmakefile
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
  GEN    libtoolize
  GEN    libltdl/argz.h
make  all-recursive
make[1]: Entering directory 
`/scratch/latta/tmp/lt/libtool-2.4.2.135-aa59c/BUILD-gcc'
Making all in .
make[2]: Entering directory 
`/scratch/latta/tmp/lt/libtool-2.4.2.135-aa59c/BUILD-gcc'
  CC     libltdl/loaders/libltdl_libltdl_la-preopen.lo
  CC     libltdl/libltdl_libltdl_la-lt__alloc.lo
  CC     libltdl/libltdl_libltdl_la-lt_dlloader.lo
  CC     libltdl/libltdl_libltdl_la-lt_error.lo
  CC     libltdl/libltdl_libltdl_la-ltdl.lo
  CC     libltdl/libltdl_libltdl_la-slist.lo
  CC     libltdl/loaders/dlopen.lo
  CCLD   libltdl/dlopen.la
  CC     libltdl/argz.lo
  CCLD   libltdl/libltdl.la
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not 
for C [enabled by default]
Text relocation remains                         referenced
    against symbol                  offset      in file
<unknown>                           0x1b        
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x2e        
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0xe8        
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0xee        
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x112       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x1a8       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x1ea       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x1f8       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x1ff       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x206       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x20d       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x214       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x237       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x255       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x26f       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x292       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x298       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x2bc       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x2c5       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x2d5       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x301       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x307       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x33b       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x3a6       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x3db       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
<unknown>                           0x21        
libltdl/.libs/libltdl_libltdl_la-lt__alloc.o
<unknown>                           0x4c        
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
<unknown>                           0x53        
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
<unknown>                           0xd6        
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
<unknown>                           0xdd        
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
<unknown>                           0xe7        
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
<unknown>                           0xf8        
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
<unknown>                           0x109       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
<unknown>                           0x11a       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
<unknown>                           0x145       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
<unknown>                           0x18d       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
<unknown>                           0x196       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
<unknown>                           0x1ee       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
<unknown>                           0x250       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
<unknown>                           0x257       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
<unknown>                           0x11        
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0x21        
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0x32        
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0x3b        
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0x44        
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0x5c        
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0x63        
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0x9b        
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0xb7        
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0xbe        
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0xcc        
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0xe7        
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0xee        
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0xfc        
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0x11f       
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0x12c       
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0x135       
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0x144       
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0x149       
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0x165       
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0x171       
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0x185       
libltdl/.libs/libltdl_libltdl_la-lt_error.o
<unknown>                           0xa4        
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xab        
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x10c       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x113       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x165       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1cc       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1d3       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1fc       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x203       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x224       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x22b       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x32f       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x56b       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x60f       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x616       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x637       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x63e       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x65f       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x666       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x715       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x71c       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x74d       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x754       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x785       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x78c       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x964       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x96b       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x98e       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x9c8       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xae2       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xae9       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xb87       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xc46       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xc4d       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xccf       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xcd6       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xd94       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xd9b       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xe7a       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xe9e       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xef4       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xefb       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xf54       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xf5b       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xf8d       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xfad       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xfc6       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xfcd       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xfd8       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xff4       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0xffb       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1005      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1020      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1027      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1044      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x105f      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1066      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x10e2      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x10e9      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x113a      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1146      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1161      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x116b      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1190      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1197      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x123c      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1243      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x128c      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1293      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x12dc      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x12e3      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x132c      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1333      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x137c      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1383      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x13be      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x13d9      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x13e0      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x13f6      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1402      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1419      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1425      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x143a      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1441      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x146d      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1599      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x165b      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1662      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x16d2      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x176c      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1773      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x180c      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1813      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x18c1      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1900      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x19e3      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x19f7      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1a0b      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1a1f      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1a33      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1a47      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1a71      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1bc4      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1bd0      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1c94      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1c9b      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1cf5      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1d18      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1d3d      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1d65      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1e01      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1f31      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1f90      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1fab      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1fb3      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x1fbb      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x20da      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x20f3      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x2117      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x213c      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x21fc      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x2244      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x224c      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x2328      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x2338      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x2357      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x239f      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x24ab      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x24b1      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x24c6      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x24fa      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x253f      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x254d      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x25da      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x262d      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x28fd      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x298b      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x2a18      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x2a2d      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x2a3d      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x2a61      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x2ce2      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x2cf4      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x2cfb      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x2d67      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x2d6e      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x2d91      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x2dec      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x2df3      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
<unknown>                           0x43        
libltdl/.libs/libltdl_libltdl_la-slist.o
<unknown>                           0x4a        
libltdl/.libs/libltdl_libltdl_la-slist.o
<unknown>                           0xd4        
libltdl/.libs/libltdl_libltdl_la-slist.o
<unknown>                           0xdb        
libltdl/.libs/libltdl_libltdl_la-slist.o
<unknown>                           0x137       
libltdl/.libs/libltdl_libltdl_la-slist.o
<unknown>                           0x13e       
libltdl/.libs/libltdl_libltdl_la-slist.o
<unknown>                           0x1a8       
libltdl/.libs/libltdl_libltdl_la-slist.o
<unknown>                           0x1af       
libltdl/.libs/libltdl_libltdl_la-slist.o
<unknown>                           0x29f       
libltdl/.libs/libltdl_libltdl_la-slist.o
<unknown>                           0x2a6       
libltdl/.libs/libltdl_libltdl_la-slist.o
<unknown>                           0x5c        libltdl/.libs/argz.o
<unknown>                           0x63        libltdl/.libs/argz.o
<unknown>                           0xd4        libltdl/.libs/argz.o
<unknown>                           0xdb        libltdl/.libs/argz.o
<unknown>                           0xfc        libltdl/.libs/argz.o
<unknown>                           0x103       libltdl/.libs/argz.o
<unknown>                           0x20c       libltdl/.libs/argz.o
<unknown>                           0x213       libltdl/.libs/argz.o
<unknown>                           0x234       libltdl/.libs/argz.o
<unknown>                           0x23b       libltdl/.libs/argz.o
<unknown>                           0x25c       libltdl/.libs/argz.o
<unknown>                           0x263       libltdl/.libs/argz.o
<unknown>                           0x374       libltdl/.libs/argz.o
<unknown>                           0x37b       libltdl/.libs/argz.o
<unknown>                           0x395       libltdl/.libs/argz.o
<unknown>                           0x39c       libltdl/.libs/argz.o
<unknown>                           0x3b6       libltdl/.libs/argz.o
<unknown>                           0x3bd       libltdl/.libs/argz.o
<unknown>                           0x487       libltdl/.libs/argz.o
<unknown>                           0x48e       libltdl/.libs/argz.o
<unknown>                           0x4d2       libltdl/.libs/argz.o
<unknown>                           0x4d9       libltdl/.libs/argz.o
<unknown>                           0x547       libltdl/.libs/argz.o
<unknown>                           0x54e       libltdl/.libs/argz.o
<unknown>                           0x2         
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o
<unknown>                           0xe8        
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o
<unknown>                           0x12a       
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o
<unknown>                           0x131       
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o
<unknown>                           0x138       
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o
<unknown>                           0x13f       
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o
<unknown>                           0x146       
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o
<unknown>                           0x167       
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o
<unknown>                           0x0         libltdl/.libs/libltdlS.o
<unknown>                           0x8         libltdl/.libs/libltdlS.o
<unknown>                           0x10        libltdl/.libs/libltdlS.o
lt__error_string                    0xa1        
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
lt__error_string                    0xc9        
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
lt__error_string                    0x188       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
lt__error_string                    0x1d0       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
lt__error_string                    0x42e       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
lt__error_string                    0x92        
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
lt__error_string                    0x2c0       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
lt__error_string                    0x2de       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
lt__error_string                    0x160       
libltdl/.libs/libltdl_libltdl_la-lt_error.o
lt__error_string                    0xe         
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0x6c7       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0x6e8       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0x7f8       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0xa28       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0xa50       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0x1111      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0x14ce      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0x157f      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0x20bf      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0x226c      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0x2380      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0x23cc      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0x23e0      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0x2400      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0x2640      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0x2899      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0x28b4      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0x28cf      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0x29d0      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0x2a90      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0x2ace      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0x2c8a      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__error_string                    0x110       
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o
lt__set_last_error                  0xa9        
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
lt__set_last_error                  0xd1        
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
lt__set_last_error                  0x190       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
lt__set_last_error                  0x1d8       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
lt__set_last_error                  0x436       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
lt__set_last_error                  0x9a        
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
lt__set_last_error                  0x2c8       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
lt__set_last_error                  0x2e6       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
lt__set_last_error                  0x16        
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x4c6       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x6cf       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x6f0       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x800       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0xa30       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0xa58       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x1119      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x14d6      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x1587      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x1bdb      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x20c7      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x2274      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x2397      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x23e8      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x2408      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x2648      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x2666      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x27f4      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x28a1      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x28bc      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x28d7      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x2926      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x29d8      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x2a98      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x2ad6      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x2c92      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__set_last_error                  0x41        
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o
lt__set_last_error                  0x70        
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o
lt__set_last_error                  0xd1        
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o
lt__set_last_error                  0x118       
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o
preopen_LTX_get_vtable              0x1151      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__zalloc                          0x230       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
lt__zalloc                          0x2ac       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
lt__zalloc                          0x11be      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__zalloc                          0x1b1d      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__zalloc                          0x1c18      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__zalloc                          0x1dc8      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__zalloc                          0x1f70      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__zalloc                          0x160       
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o
lt_dlpreload                        0x318       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
lt_dlpreload                        0x1184      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt_dlpreload_open                   0x119c      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt_dlopen                           0x3b9       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
lt__malloc                          0x83        
libltdl/.libs/libltdl_libltdl_la-lt__alloc.o
lt__malloc                          0xee        
libltdl/.libs/libltdl_libltdl_la-lt__alloc.o
lt__malloc                          0x54        
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__malloc                          0x2e1       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__malloc                          0x549       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__malloc                          0x93d       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__malloc                          0xbef       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__malloc                          0x16b7      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__malloc                          0x17c8      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__malloc                          0x1846      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__malloc                          0x1922      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__malloc                          0x1f61      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__malloc                          0x284f      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__malloc                          0x2aff      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__alloc_die                       0x62        
libltdl/.libs/libltdl_libltdl_la-lt__alloc.o
lt__alloc_die                       0xd5        
libltdl/.libs/libltdl_libltdl_la-lt__alloc.o
lt__alloc_die                       0x124       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
lt__alloc_die                       0x1157      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__realloc                         0x29        
libltdl/.libs/libltdl_libltdl_la-lt_error.o
lt__realloc                         0x1990      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__realloc                         0x2bd2      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__memdup                          0x13d       
libltdl/.libs/libltdl_libltdl_la-lt__alloc.o
lt__strdup                          0x1a1       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__strdup                          0x3a1       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__strdup                          0x103a      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__strdup                          0x1ac2      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__strdup                          0x1cb9      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__strdup                          0x2b10      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt_dlloader_add                     0x10ad      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__slist_box                       0xb4        
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
lt__slist_concat                    0xf3        
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
lt__slist_cons                      0x115       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
lt_dlloader_next                    0x3be       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt_dlloader_next                    0x3f4       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt_dlloader_next                    0x2580      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt_dlloader_next                    0x25a2      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt_dlloader_get                     0x402       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt_dlloader_get                     0x25ac      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt_dlloader_find                    0x1d3       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
lt_dlloader_find                    0x1e06      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt_dlloader_find                    0x1f36      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__slist_find                      0x19e       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
lt_dlloader_remove                  0x25b6      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt_dlinterface_register             0x1f3       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
lt_dlhandle_iterate                 0x21d       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
lt_dlhandle_iterate                 0x2d30      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt_dlinterface_free                 0x22b       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
lt__slist_remove                    0x260       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
lt__slist_unbox                     0x26f       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
lt_dlisresident                     0x27c       
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
lt__get_last_error                  0x337       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__get_last_error                  0x166c      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__get_last_error                  0x22ba      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__get_last_error                  0x2372      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__get_last_error                  0x23be      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__get_last_error                  0x25bf      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__get_last_error                  0x2705      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__get_last_error                  0x2918      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__alloc_die_callback              0x115b      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__argz_create_sep                 0x6ae       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__argz_next                       0x8f9       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__argz_next                       0xc7a       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__argz_next                       0xd6f       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__argz_insert                     0xa11       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__argz_append                     0xa91       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__argz_append                     0x3f0       libltdl/.libs/argz.o
lt__argz_stringify                  0xf88       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt_libltdl_LTX_preloaded_symbols    0x117f      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt_dladvise_init                    0x2435      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt_dladvise_destroy                 0x2461      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt_dladvise_ext                     0x2441      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt_dlclose                          0x15e7      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt_dlclose                          0x25d4      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt_dlopenadvise                     0x2457      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt_dlopenadvise                     0x2495      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt_dlsym                            0x2905      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
lt__slist_sort                      0x31b       
libltdl/.libs/libltdl_libltdl_la-slist.o
lt__slist_sort                      0x333       
libltdl/.libs/libltdl_libltdl_la-slist.o
dlopen_LTX_get_vtable               0x14        libltdl/.libs/libltdlS.o
strcmp                              0x78        
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
strcmp                              0x16a       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
strcmp                              0x375       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
strcmp                              0x23        
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
strcmp                              0x37b       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strcmp                              0xc8c       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strcmp                              0x2d49      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x108       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
free                                0x288       
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
free                                0x193       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x279       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x442       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x59c       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x810       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x822       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x82a       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x92c       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0xc9b       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0xd08       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0xd20       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0xf22       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0xf34       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0xf9c       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x11f4      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x1529      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x153b      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x154d      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x155c      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x15fa      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x1712      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x1724      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x172f      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x1742      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x174d      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x1adf      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x1b7d      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x1baa      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x1c69      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x1cd7      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x1d7f      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x1dac      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x1e7a      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x1e8c      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x1e9e      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x1eb0      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x1ec4      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x2038      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x204a      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x205c      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x206e      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x2176      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x2188      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x219a      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x21ac      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x21c0      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x2234      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x2286      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x2547      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x2594      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x2789      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x2a23      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x2b2e      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x2b50      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x2b63      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
free                                0x3c7       
libltdl/.libs/libltdl_libltdl_la-slist.o
free                                0x163       libltdl/.libs/argz.o
__iob                               0xa         
libltdl/.libs/libltdl_libltdl_la-lt__alloc.o
fwrite                              0x26        
libltdl/.libs/libltdl_libltdl_la-lt__alloc.o
exit                                0x32        
libltdl/.libs/libltdl_libltdl_la-lt__alloc.o
malloc                              0x4d        
libltdl/.libs/libltdl_libltdl_la-lt__alloc.o
malloc                              0x38e       
libltdl/.libs/libltdl_libltdl_la-slist.o
malloc                              0x184       libltdl/.libs/argz.o
memset                              0x9d        
libltdl/.libs/libltdl_libltdl_la-lt__alloc.o
realloc                             0xc4        
libltdl/.libs/libltdl_libltdl_la-lt__alloc.o
realloc                             0x83        libltdl/.libs/argz.o
realloc                             0x303       libltdl/.libs/argz.o
memcpy                              0x109       
libltdl/.libs/libltdl_libltdl_la-lt__alloc.o
memcpy                              0x305       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
memcpy                              0xa8        libltdl/.libs/argz.o
memcpy                              0x347       libltdl/.libs/argz.o
strlen                              0x12e       
libltdl/.libs/libltdl_libltdl_la-lt__alloc.o
strlen                              0xf4        
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strlen                              0x2b4       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strlen                              0x5b7       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strlen                              0x5c4       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strlen                              0x844       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strlen                              0x90e       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strlen                              0xa77       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strlen                              0xb5a       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strlen                              0xb68       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strlen                              0xc10       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strlen                              0xcaf       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strlen                              0xeb2       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strlen                              0x169a      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strlen                              0x178c      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strlen                              0x1f0b      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strlen                              0x1f56      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strlen                              0x2738      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strlen                              0x27aa      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strlen                              0x27ca      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strlen                              0x27e4      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strlen                              0x29a2      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strlen                              0x150       libltdl/.libs/argz.o
strlen                              0x2e9       libltdl/.libs/argz.o
strlen                              0x3cf       libltdl/.libs/argz.o
__assert                            0x58        
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
__assert                            0xe2        
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
__assert                            0x68        
libltdl/.libs/libltdl_libltdl_la-lt_error.o
__assert                            0xc3        
libltdl/.libs/libltdl_libltdl_la-lt_error.o
__assert                            0xf3        
libltdl/.libs/libltdl_libltdl_la-lt_error.o
__assert                            0xb0        
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x118       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x1d8       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x208       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x230       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x61b       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x643       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x66b       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x721       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x759       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x791       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x970       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0xaee       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0xc52       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0xcdb       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0xda0       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0xf00       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0xf60       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0xfd2       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x1000      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x102c      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x106b      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x10ee      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x1248      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x1298      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x12e8      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x1338      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x1388      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x1667      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x1778      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x1818      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x1ca0      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x2d00      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x2d73      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x2df8      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__assert                            0x4f        
libltdl/.libs/libltdl_libltdl_la-slist.o
__assert                            0xe0        
libltdl/.libs/libltdl_libltdl_la-slist.o
__assert                            0x143       
libltdl/.libs/libltdl_libltdl_la-slist.o
__assert                            0x1b4       
libltdl/.libs/libltdl_libltdl_la-slist.o
__assert                            0x2ab       
libltdl/.libs/libltdl_libltdl_la-slist.o
__assert                            0x68        libltdl/.libs/argz.o
__assert                            0xe0        libltdl/.libs/argz.o
__assert                            0x108       libltdl/.libs/argz.o
__assert                            0x218       libltdl/.libs/argz.o
__assert                            0x240       libltdl/.libs/argz.o
__assert                            0x268       libltdl/.libs/argz.o
__assert                            0x380       libltdl/.libs/argz.o
__assert                            0x3a1       libltdl/.libs/argz.o
__assert                            0x3c2       libltdl/.libs/argz.o
__assert                            0x493       libltdl/.libs/argz.o
__assert                            0x4de       libltdl/.libs/argz.o
__assert                            0x553       libltdl/.libs/argz.o
fopen                               0x16d       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
fopen                               0x1908      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strrchr                             0x185       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strrchr                             0x25f       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strrchr                             0x17a7      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strrchr                             0x182b      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strrchr                             0x1aaf      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strrchr                             0x231f      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
sprintf                             0x573       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
sprintf                             0x16da      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
sprintf                             0x1fcd      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
sprintf                             0x225b      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strcpy                              0x899       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strcpy                              0x8c7       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strcpy                              0xc08       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strcpy                              0x2721      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strcpy                              0x280f      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strcpy                              0x2873      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strcpy                              0x288b      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
opendir                             0xb17       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
readdir                             0xb2c       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strchr                              0xb90       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strchr                              0x44d       libltdl/.libs/argz.o
strncat                             0xc29       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
closedir                            0xd10       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
closedir                            0xd34       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
access                              0xdce       
libltdl/.libs/libltdl_libltdl_la-ltdl.o
getenv                              0x13fb      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
getenv                              0x141e      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
getenv                              0x1d1d      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
getenv                              0x1d42      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
getenv                              0x20f8      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
getenv                              0x211c      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strncpy                             0x17e6      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
__ctype                             0x1871      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
fgets                               0x1962      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
fgets                               0x19b9      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strncmp                             0x1a79      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
fclose                              0x1dbc      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strcat                              0x2730      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strcat                              0x2755      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
strcat                              0x281e      
libltdl/.libs/libltdl_libltdl_la-ltdl.o
memmove                             0x334       libltdl/.libs/argz.o
dlsym                               0x25        
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o
dlerror                             0x39        
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o
dlerror                             0x68        
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o
dlerror                             0xc9        
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o
dlclose                             0x5d        
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o
dlopen                              0xaf        
libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o
ld: fatal: relocations remain against allocatable but non-writable sections
collect2: ld returned 1 exit status
make[2]: *** [libltdl/libltdl.la] Error 1
make[2]: Leaving directory 
`/scratch/latta/tmp/lt/libtool-2.4.2.135-aa59c/BUILD-gcc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/scratch/latta/tmp/lt/libtool-2.4.2.135-aa59c/BUILD-gcc'
make: *** [all] Error 2
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by GNU Libtool configure 2.4.2.135-aa59c, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  $ ../configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = freddy
uname -m = i86pc
uname -r = 5.10
uname -s = SunOS
uname -v = Generic_144489-06

/usr/bin/uname -p = i386
/bin/uname -X     = System = SunOS
Node = freddy
Release = 5.10
KernelID = Generic_144489-06
Machine = i86pc
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 4

/bin/arch              = i86pc
/usr/bin/arch -k       = i86pc
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/latta/bin/utils
PATH: /home/latta/bin
PATH: /usr/local/bin
PATH: /usr/local64/bin
PATH: /usr/games
PATH: /usr/X11/bin
PATH: /usr/ccs/bin
PATH: /usr/xpg6/bin
PATH: /usr/xpg4/bin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/ucb


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2672: checking for a BSD-compatible install
configure:2740: result: /usr/local/bin/ginstall -c
configure:2751: checking whether build environment is sane
configure:2801: result: yes
configure:2942: checking for a thread-safe mkdir -p
configure:2981: result: /opt/sfw/bin/mkdir -p
configure:2995: checking for gawk
configure:3011: found /usr/local/bin/gawk
configure:3022: result: gawk
configure:3033: checking whether make sets $(MAKE)
configure:3055: result: yes
configure:3161: checking build system type
configure:3175: result: i386-pc-solaris2.10
configure:3195: checking host system type
configure:3208: result: i386-pc-solaris2.10
configure:3235: autobuild project... GNU Libtool
configure:3241: autobuild revision... 2.4.2.135-aa59c
configure:3246: autobuild hostname... freddy
configure:3250: autobuild mode... default
configure:3258: autobuild timestamp... 20111126T102554Z
configure:3351: checking for gcc
configure:3367: found /usr/local/bin/gcc
configure:3378: result: gcc
configure:3607: checking for C compiler version
configure:3616: gcc --version >&5
gcc (GCC) 4.6.2
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3627: $? = 0
configure:3616: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/i386-pc-solaris2.10/4.6.2/lto-wrapper
Target: i386-pc-solaris2.10
Configured with: /home/bfriesen/src/gnu/gcc-4.6.2/configure 
LDFLAGS='-L/usr/local/lib -R/usr/local/lib' --program-suffix=-4.6.2 
--enable-shared --enable-threads --enable-version-specific-runtime-libs 
--with-gnu-as --with-as=/usr/local/lib/binutils-2.21.1/bin/as --without-gnu-ld 
--with-ld=/usr/ccs/bin/ld --with-gmp=/usr/local --with-mpfr=/usr/local 
--with-mpc=/usr/local --with-ppl=/usr/local --with-cloog=/usr/local 
--with-cpu=opteron --enable-languages=c,c++,fortran
Thread model: posix
gcc version 4.6.2 (GCC) 
configure:3627: $? = 0
configure:3616: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3627: $? = 1
configure:3616: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3627: $? = 1
configure:3647: checking whether the C compiler works
configure:3669: gcc    conftest.c  >&5
configure:3673: $? = 0
configure:3721: result: yes
configure:3724: checking for C compiler default output file name
configure:3726: result: a.out
configure:3732: checking for suffix of executables
configure:3739: gcc -o conftest    conftest.c  >&5
configure:3743: $? = 0
configure:3765: result: 
configure:3787: checking whether we are cross compiling
configure:3795: gcc -o conftest    conftest.c  >&5
configure:3799: $? = 0
configure:3806: ./conftest
configure:3810: $? = 0
configure:3825: result: no
configure:3830: checking for suffix of object files
configure:3852: gcc -c   conftest.c >&5
configure:3856: $? = 0
configure:3877: result: o
configure:3881: checking whether we are using the GNU C compiler
configure:3900: gcc -c   conftest.c >&5
configure:3900: $? = 0
configure:3909: result: yes
configure:3918: checking whether gcc accepts -g
configure:3938: gcc -c -g  conftest.c >&5
configure:3938: $? = 0
configure:3979: result: yes
configure:3996: checking for gcc option to accept ISO C89
configure:4060: gcc  -c -g -O2  conftest.c >&5
configure:4060: $? = 0
configure:4073: result: none needed
configure:4104: checking for style of include used by make
configure:4132: result: GNU
configure:4157: checking dependency style of gcc
configure:4267: result: gcc3
configure:4288: checking how to run the C preprocessor
configure:4319: gcc -E  conftest.c
configure:4319: $? = 0
configure:4333: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4333: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2.135-aa59c"
| #define PACKAGE_STRING "GNU Libtool 2.4.2.135-aa59c"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/";
| #define PACKAGE "libtool"
| #define VERSION "2.4.2.135-aa59c"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4358: result: gcc -E
configure:4378: gcc -E  conftest.c
configure:4378: $? = 0
configure:4392: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4392: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2.135-aa59c"
| #define PACKAGE_STRING "GNU Libtool 2.4.2.135-aa59c"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/";
| #define PACKAGE "libtool"
| #define VERSION "2.4.2.135-aa59c"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4421: checking for grep that handles long lines and -e
configure:4479: result: /usr/xpg4/bin/grep
configure:4484: checking for egrep
configure:4546: result: /usr/xpg4/bin/grep -E
configure:4553: checking for Minix Amsterdam compiler
configure:4577: result: no
configure:4629: checking for ar
configure:4645: found /usr/ccs/bin/ar
configure:4656: result: ar
configure:4736: checking for ranlib
configure:4752: found /usr/ccs/bin/ranlib
configure:4763: result: ranlib
configure:4805: checking whether gcc and cc understand -c and -o together
configure:4836: gcc -c conftest.c -o conftest2.o >&5
configure:4840: $? = 0
configure:4846: gcc -c conftest.c -o conftest2.o >&5
configure:4850: $? = 0
configure:4861: cc -c conftest.c >&5
configure:4865: $? = 0
configure:4873: cc -c conftest.c -o conftest2.o >&5
configure:4877: $? = 0
configure:4883: cc -c conftest.c -o conftest2.o >&5
configure:4887: $? = 0
configure:4905: result: yes
configure:4935: checking how to run the C preprocessor
configure:5005: result: gcc -E
configure:5025: gcc -E  conftest.c
configure:5025: $? = 0
configure:5039: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5039: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2.135-aa59c"
| #define PACKAGE_STRING "GNU Libtool 2.4.2.135-aa59c"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/";
| #define PACKAGE "libtool"
| #define VERSION "2.4.2.135-aa59c"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5117: checking how to print strings
configure:5144: result: printf
configure:5165: checking for a sed that does not truncate output
configure:5229: result: /usr/local/bin/sed
configure:5247: checking for fgrep
configure:5309: result: /usr/xpg4/bin/grep -F
configure:5344: checking for ld used by gcc
configure:5411: result: /usr/ccs/bin/ld
configure:5418: checking if the linker (/usr/ccs/bin/ld) is GNU ld
configure:5433: result: no
configure:5445: checking for BSD- or MS-compatible name lister (nm)
configure:5494: result: /usr/ccs/bin/nm -p
configure:5624: checking the name lister (/usr/ccs/bin/nm -p) interface
configure:5631: gcc -c -g -O2  conftest.c >&5
configure:5634: /usr/ccs/bin/nm -p "conftest.o"
configure:5637: output


conftest.o:
0000000000 s 
0000000000 s 
0000000000 s 
0000000000 b 
0000000000 s 
0000000000 s 
0000000000 s 
0000000000 s 
0000000000 f conftest.c
0000000000 B some_variable
configure:5644: result: BSD nm
configure:5647: checking whether ln -s works
configure:5651: result: yes
configure:5659: checking the maximum length of command line arguments
configure:5789: result: 786240
configure:5837: checking how to convert i386-pc-solaris2.10 file names to 
i386-pc-solaris2.10 format
configure:5877: result: func_convert_file_noop
configure:5884: checking how to convert i386-pc-solaris2.10 file names to 
toolchain format
configure:5904: result: func_convert_file_noop
configure:5911: checking for /usr/ccs/bin/ld option to reload object files
configure:5918: result: -r
configure:5992: checking for objdump
configure:6022: result: no
configure:6048: checking how to recognize dependent libraries
configure:6250: result: pass_all
configure:6335: checking for dlltool
configure:6365: result: no
configure:6392: checking how to associate runtime and link libraries
configure:6419: result: printf %s\n
configure:6543: checking for archiver @FILE support
configure:6560: gcc -c -g -O2  conftest.c >&5
configure:6560: $? = 0
configure:6563: ar cru libconftest.a @conftest.lst >&5
ar: cannot open @conftest.lst
        No such file or directory
ar: @conftest.lst not found
configure:6566: $? = 1
configure:6586: result: no
configure:6644: checking for strip
configure:6660: found /usr/ccs/bin/strip
configure:6671: result: strip
configure:6743: checking for ranlib
configure:6770: result: ranlib
configure:6872: checking command to parse /usr/ccs/bin/nm -p output from gcc 
object
configure:6992: gcc -c -g -O2  conftest.c >&5
configure:6995: $? = 0
configure:6999: /usr/ccs/bin/nm -p conftest.o \| sed -n -e 's/^.*[ 
]\([BDRT][BDRT]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ 
__gnu_lto/d' \> conftest.nm
configure:7002: $? = 0
configure:7068: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:7071: $? = 0
configure:7109: result: ok
configure:7146: checking for sysroot
configure:7176: result: no
configure:7352: gcc -c -g -O2  conftest.c >&5
configure:7355: $? = 0
configure:7432: checking for mt
configure:7448: found /usr/bin/mt
configure:7459: result: mt
configure:7482: checking if mt is a manifest tool
configure:7488: mt '-?'
mt: unknown command: -?
configure:7496: result: no
configure:8133: checking for ANSI C header files
configure:8153: gcc -c -g -O2  conftest.c >&5
configure:8153: $? = 0
configure:8226: gcc -o conftest -g -O2   conftest.c  >&5
configure:8226: $? = 0
configure:8226: ./conftest
configure:8226: $? = 0
configure:8237: result: yes
configure:8250: checking for sys/types.h
configure:8250: gcc -c -g -O2  conftest.c >&5
configure:8250: $? = 0
configure:8250: result: yes
configure:8250: checking for sys/stat.h
configure:8250: gcc -c -g -O2  conftest.c >&5
configure:8250: $? = 0
configure:8250: result: yes
configure:8250: checking for stdlib.h
configure:8250: gcc -c -g -O2  conftest.c >&5
configure:8250: $? = 0
configure:8250: result: yes
configure:8250: checking for string.h
configure:8250: gcc -c -g -O2  conftest.c >&5
configure:8250: $? = 0
configure:8250: result: yes
configure:8250: checking for memory.h
configure:8250: gcc -c -g -O2  conftest.c >&5
configure:8250: $? = 0
configure:8250: result: yes
configure:8250: checking for strings.h
configure:8250: gcc -c -g -O2  conftest.c >&5
configure:8250: $? = 0
configure:8250: result: yes
configure:8250: checking for inttypes.h
configure:8250: gcc -c -g -O2  conftest.c >&5
configure:8250: $? = 0
configure:8250: result: yes
configure:8250: checking for stdint.h
configure:8250: gcc -c -g -O2  conftest.c >&5
configure:8250: $? = 0
configure:8250: result: yes
configure:8250: checking for unistd.h
configure:8250: gcc -c -g -O2  conftest.c >&5
configure:8250: $? = 0
configure:8250: result: yes
configure:8264: checking for dlfcn.h
configure:8264: gcc -c -g -O2  conftest.c >&5
configure:8264: $? = 0
configure:8264: result: yes
configure:8767: checking for objdir
configure:8782: result: .libs
configure:9053: checking if gcc supports -fno-rtti -fno-exceptions
configure:9071: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not 
for C [enabled by default]
configure:9075: $? = 0
configure:9088: result: no
configure:9415: checking for gcc option to produce PIC
configure:9422: result: -fPIC -DPIC
configure:9430: checking if gcc PIC flag -fPIC -DPIC works
configure:9448: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:9452: $? = 0
configure:9465: result: yes
configure:9494: checking if gcc static flag -static works
configure:9522: result: no
configure:9537: checking if gcc supports -c -o file.o
configure:9558: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:9562: $? = 0
configure:9584: result: yes
configure:9592: checking if gcc supports -c -o file.o
configure:9639: result: yes
configure:9672: checking whether the gcc linker (/usr/ccs/bin/ld) supports 
shared libraries
configure:10825: result: yes
configure:10862: checking whether -lc should be explicitly linked in
configure:10870: gcc -c -g -O2  conftest.c >&5
configure:10873: $? = 0
configure:10888: gcc -shared  -Wl,-z -Wl,text -Wl,-h -Wl,conftest -o conftest 
conftest.o  -v 2\>\&1 \| /usr/xpg4/bin/grep  -lc  \>/dev/null 2\>\&1
configure:10891: $? = 0
configure:10905: result: no
configure:11065: checking dynamic linker characteristics
configure:11798: result: solaris2.10 ld.so
configure:11905: checking how to hardcode library paths into programs
configure:11930: result: immediate
configure:12024: checking for shl_load
configure:12024: gcc -o conftest -g -O2   conftest.c  >&5
Undefined                       first referenced
 symbol                             in file
shl_load                            /tmp/cciOpaOY.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:12024: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2.135-aa59c"
| #define PACKAGE_STRING "GNU Libtool 2.4.2.135-aa59c"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/";
| #define PACKAGE "libtool"
| #define VERSION "2.4.2.135-aa59c"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares 
shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shl_load
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
| 
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:12024: result: no
configure:12028: checking for shl_load in -ldld
configure:12053: gcc -o conftest -g -O2   conftest.c -ldld   >&5
ld: fatal: library -ldld: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:12053: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2.135-aa59c"
| #define PACKAGE_STRING "GNU Libtool 2.4.2.135-aa59c"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/";
| #define PACKAGE "libtool"
| #define VERSION "2.4.2.135-aa59c"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:12062: result: no
configure:12067: checking for dlopen
configure:12067: gcc -o conftest -g -O2   conftest.c  >&5
configure:12067: $? = 0
configure:12067: result: yes
configure:12224: checking whether a program can dlopen itself
configure:12304: gcc -o conftest -g -O2  -DHAVE_DLFCN_H   conftest.c   >&5
configure:12307: $? = 0
configure:12325: result: yes
configure:12330: checking whether a statically linked program can dlopen itself
configure:12410: gcc -o conftest -g -O2  -DHAVE_DLFCN_H    conftest.c   >&5
configure:12413: $? = 0
configure:12431: result: yes
configure:12470: checking whether stripping libraries is possible
configure:12492: result: no
configure:12510: checking if libtool supports shared libraries
configure:12512: result: yes
configure:12515: checking whether to build shared libraries
configure:12536: result: yes
configure:12539: checking whether to build static libraries
configure:12543: result: yes
configure:12581: checking which extension is used for runtime loadable modules
configure:12593: result: .so
configure:12610: checking which variable specifies run-time module search path
configure:12617: result: LD_LIBRARY_PATH
configure:12627: checking for the default library search path
configure:12634: result: /lib /usr/lib
configure:12664: checking for library containing dlopen
configure:12695: gcc -o conftest -g -O2   conftest.c  >&5
configure:12695: $? = 0
configure:12712: result: none required
configure:12802: checking for dlerror
configure:12802: gcc -o conftest -g -O2   conftest.c   >&5
configure:12802: $? = 0
configure:12802: result: yes
configure:12816: checking for shl_load
configure:12816: result: no
configure:12823: checking for shl_load in -ldld
configure:12857: result: no
configure:12903: checking for dld_link in -ldld
configure:12928: gcc -o conftest -g -O2   conftest.c -ldld   >&5
ld: fatal: library -ldld: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:12928: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2.135-aa59c"
| #define PACKAGE_STRING "GNU Libtool 2.4.2.135-aa59c"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/";
| #define PACKAGE "libtool"
| #define VERSION "2.4.2.135-aa59c"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dld_link ();
| int
| main ()
| {
| return dld_link ();
|   ;
|   return 0;
| }
configure:12937: result: no
configure:12971: checking for _ prefix in compiled symbols
configure:12981: gcc -c -g -O2  conftest.c >&5
configure:12984: $? = 0
configure:12988: /usr/ccs/bin/nm -p conftest.o \| sed -n -e 's/^.*[      
]\([BDRT][BDRT]*\)[     ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed 
'/ __gnu_lto/d' \> conftest.nm
configure:12991: $? = 0
configure:13013: result: no
configure:13137: checking whether deplibs are loaded by dlopen
configure:13231: result: yes
configure:13243: checking for argz.h
configure:13243: gcc -c -g -O2  conftest.c >&5
conftest.c:63:18: fatal error: argz.h: No such file or directory
compilation terminated.
configure:13243: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2.135-aa59c"
| #define PACKAGE_STRING "GNU Libtool 2.4.2.135-aa59c"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/";
| #define PACKAGE "libtool"
| #define VERSION "2.4.2.135-aa59c"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <argz.h>
configure:13243: result: no
configure:13255: checking for error_t
configure:13255: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:13: error: 'error_t' undeclared (first use in this function)
conftest.c:36:13: note: each undeclared identifier is reported only once for 
each function it appears in
configure:13255: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2.135-aa59c"
| #define PACKAGE_STRING "GNU Libtool 2.4.2.135-aa59c"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/";
| #define PACKAGE "libtool"
| #define VERSION "2.4.2.135-aa59c"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| /* end confdefs.h.  */
| #if defined(HAVE_ARGZ_H)
| #  include <argz.h>
| #endif
| 
| int
| main ()
| {
| if (sizeof (error_t))
|        return 0;
|   ;
|   return 0;
| }
configure:13255: result: no
configure:13281: checking for argz_add
configure:13281: gcc -o conftest -g -O2   conftest.c  >&5
Undefined                       first referenced
 symbol                             in file
argz_add                            /tmp/cc88leCC.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:13281: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2.135-aa59c"
| #define PACKAGE_STRING "GNU Libtool 2.4.2.135-aa59c"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/";
| #define PACKAGE "libtool"
| #define VERSION "2.4.2.135-aa59c"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h.  */
| /* Define argz_add to an innocuous variant, in case <limits.h> declares 
argz_add.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define argz_add innocuous_argz_add
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char argz_add (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef argz_add
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char argz_add ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_argz_add || defined __stub___argz_add
| choke me
| #endif
| 
| int
| main ()
| {
| return argz_add ();
|   ;
|   return 0;
| }
configure:13281: result: no
configure:13281: checking for argz_append
configure:13281: gcc -o conftest -g -O2   conftest.c  >&5
Undefined                       first referenced
 symbol                             in file
argz_append                         /tmp/ccyODUgJ.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:13281: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2.135-aa59c"
| #define PACKAGE_STRING "GNU Libtool 2.4.2.135-aa59c"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/";
| #define PACKAGE "libtool"
| #define VERSION "2.4.2.135-aa59c"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h.  */
| /* Define argz_append to an innocuous variant, in case <limits.h> declares 
argz_append.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define argz_append innocuous_argz_append
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char argz_append (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef argz_append
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char argz_append ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_argz_append || defined __stub___argz_append
| choke me
| #endif
| 
| int
| main ()
| {
| return argz_append ();
|   ;
|   return 0;
| }
configure:13281: result: no
configure:13281: checking for argz_count
configure:13281: gcc -o conftest -g -O2   conftest.c  >&5
Undefined                       first referenced
 symbol                             in file
argz_count                          /tmp/ccU1ZRJW.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:13281: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2.135-aa59c"
| #define PACKAGE_STRING "GNU Libtool 2.4.2.135-aa59c"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/";
| #define PACKAGE "libtool"
| #define VERSION "2.4.2.135-aa59c"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h.  */
| /* Define argz_count to an innocuous variant, in case <limits.h> declares 
argz_count.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define argz_count innocuous_argz_count
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char argz_count (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef argz_count
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char argz_count ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_argz_count || defined __stub___argz_count
| choke me
| #endif
| 
| int
| main ()
| {
| return argz_count ();
|   ;
|   return 0;
| }
configure:13281: result: no
configure:13281: checking for argz_create_sep
configure:13281: gcc -o conftest -g -O2   conftest.c  >&5
Undefined                       first referenced
 symbol                             in file
argz_create_sep                     /tmp/cc8Hxw6c.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:13281: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2.135-aa59c"
| #define PACKAGE_STRING "GNU Libtool 2.4.2.135-aa59c"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/";
| #define PACKAGE "libtool"
| #define VERSION "2.4.2.135-aa59c"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h.  */
| /* Define argz_create_sep to an innocuous variant, in case <limits.h> 
declares argz_create_sep.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define argz_create_sep innocuous_argz_create_sep
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char argz_create_sep (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef argz_create_sep
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char argz_create_sep ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_argz_create_sep || defined __stub___argz_create_sep
| choke me
| #endif
| 
| int
| main ()
| {
| return argz_create_sep ();
|   ;
|   return 0;
| }
configure:13281: result: no
configure:13281: checking for argz_insert
configure:13281: gcc -o conftest -g -O2   conftest.c  >&5
Undefined                       first referenced
 symbol                             in file
argz_insert                         /tmp/ccsUTDMk.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:13281: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2.135-aa59c"
| #define PACKAGE_STRING "GNU Libtool 2.4.2.135-aa59c"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/";
| #define PACKAGE "libtool"
| #define VERSION "2.4.2.135-aa59c"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h.  */
| /* Define argz_insert to an innocuous variant, in case <limits.h> declares 
argz_insert.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define argz_insert innocuous_argz_insert
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char argz_insert (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef argz_insert
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char argz_insert ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_argz_insert || defined __stub___argz_insert
| choke me
| #endif
| 
| int
| main ()
| {
| return argz_insert ();
|   ;
|   return 0;
| }
configure:13281: result: no
configure:13281: checking for argz_next
configure:13281: gcc -o conftest -g -O2   conftest.c  >&5
Undefined                       first referenced
 symbol                             in file
argz_next                           /tmp/cckjZfee.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:13281: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2.135-aa59c"
| #define PACKAGE_STRING "GNU Libtool 2.4.2.135-aa59c"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/";
| #define PACKAGE "libtool"
| #define VERSION "2.4.2.135-aa59c"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h.  */
| /* Define argz_next to an innocuous variant, in case <limits.h> declares 
argz_next.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define argz_next innocuous_argz_next
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char argz_next (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef argz_next
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char argz_next ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_argz_next || defined __stub___argz_next
| choke me
| #endif
| 
| int
| main ()
| {
| return argz_next ();
|   ;
|   return 0;
| }
configure:13281: result: no
configure:13281: checking for argz_stringify
configure:13281: gcc -o conftest -g -O2   conftest.c  >&5
Undefined                       first referenced
 symbol                             in file
argz_stringify                      /tmp/cc6H4qYs.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:13281: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2.135-aa59c"
| #define PACKAGE_STRING "GNU Libtool 2.4.2.135-aa59c"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/";
| #define PACKAGE "libtool"
| #define VERSION "2.4.2.135-aa59c"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h.  */
| /* Define argz_stringify to an innocuous variant, in case <limits.h> declares 
argz_stringify.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define argz_stringify innocuous_argz_stringify
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char argz_stringify (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef argz_stringify
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char argz_stringify ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_argz_stringify || defined __stub___argz_stringify
| choke me
| #endif
| 
| int
| main ()
| {
| return argz_stringify ();
|   ;
|   return 0;
| }
configure:13281: result: no
configure:13349: checking whether libtool supports -dlopen/-dlpreopen
configure:13361: result: yes
configure:13414: checking for unistd.h
configure:13414: result: yes
configure:13414: checking for dl.h
configure:13414: gcc -c -g -O2  conftest.c >&5
conftest.c:67:16: fatal error: dl.h: No such file or directory
compilation terminated.
configure:13414: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2.135-aa59c"
| #define PACKAGE_STRING "GNU Libtool 2.4.2.135-aa59c"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/";
| #define PACKAGE "libtool"
| #define VERSION "2.4.2.135-aa59c"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <dl.h>
configure:13414: result: no
configure:13414: checking for sys/dl.h
configure:13414: gcc -c -g -O2  conftest.c >&5
configure:13414: $? = 0
configure:13414: result: yes
configure:13414: checking for dld.h
configure:13414: gcc -c -g -O2  conftest.c >&5
conftest.c:68:17: fatal error: dld.h: No such file or directory
compilation terminated.
configure:13414: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2.135-aa59c"
| #define PACKAGE_STRING "GNU Libtool 2.4.2.135-aa59c"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/";
| #define PACKAGE "libtool"
| #define VERSION "2.4.2.135-aa59c"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <dld.h>
configure:13414: result: no
configure:13414: checking for mach-o/dyld.h
configure:13414: gcc -c -g -O2  conftest.c >&5
conftest.c:68:25: fatal error: mach-o/dyld.h: No such file or directory
compilation terminated.
configure:13414: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2.135-aa59c"
| #define PACKAGE_STRING "GNU Libtool 2.4.2.135-aa59c"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/";
| #define PACKAGE "libtool"
| #define VERSION "2.4.2.135-aa59c"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <mach-o/dyld.h>
configure:13414: result: no
configure:13414: checking for dirent.h
configure:13414: gcc -c -g -O2  conftest.c >&5
configure:13414: $? = 0
configure:13414: result: yes
configure:13429: checking for closedir
configure:13429: gcc -o conftest -g -O2   conftest.c  >&5
configure:13429: $? = 0
configure:13429: result: yes
configure:13429: checking for opendir
configure:13429: gcc -o conftest -g -O2   conftest.c  >&5
configure:13429: $? = 0
configure:13429: result: yes
configure:13429: checking for readdir
configure:13429: gcc -o conftest -g -O2   conftest.c  >&5
configure:13429: $? = 0
configure:13429: result: yes
configure:13448: checking for strlcat
configure:13448: gcc -o conftest -g -O2   conftest.c  >&5
configure:13448: $? = 0
configure:13448: result: yes
configure:13448: checking for strlcpy
configure:13448: gcc -o conftest -g -O2   conftest.c  >&5
configure:13448: $? = 0
configure:13448: result: yes
configure:13543: checking for g++
configure:13559: found /usr/local/bin/g++
configure:13570: result: g++
configure:13597: checking for C++ compiler version
configure:13606: g++ --version >&5
g++ (GCC) 4.6.2
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:13617: $? = 0
configure:13606: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/i386-pc-solaris2.10/4.6.2/lto-wrapper
Target: i386-pc-solaris2.10
Configured with: /home/bfriesen/src/gnu/gcc-4.6.2/configure 
LDFLAGS='-L/usr/local/lib -R/usr/local/lib' --program-suffix=-4.6.2 
--enable-shared --enable-threads --enable-version-specific-runtime-libs 
--with-gnu-as --with-as=/usr/local/lib/binutils-2.21.1/bin/as --without-gnu-ld 
--with-ld=/usr/ccs/bin/ld --with-gmp=/usr/local --with-mpfr=/usr/local 
--with-mpc=/usr/local --with-ppl=/usr/local --with-cloog=/usr/local 
--with-cpu=opteron --enable-languages=c,c++,fortran
Thread model: posix
gcc version 4.6.2 (GCC) 
configure:13617: $? = 0
configure:13606: g++ -V >&5
g++: error: unrecognized option '-V'
g++: fatal error: no input files
compilation terminated.
configure:13617: $? = 1
configure:13606: g++ -qversion >&5
g++: error: unrecognized option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:13617: $? = 1
configure:13621: checking whether we are using the GNU C++ compiler
configure:13640: g++ -c   conftest.cpp >&5
configure:13640: $? = 0
configure:13649: result: yes
configure:13658: checking whether g++ accepts -g
configure:13678: g++ -c -g  conftest.cpp >&5
configure:13678: $? = 0
configure:13719: result: yes
configure:13744: checking dependency style of g++
configure:13854: result: gcc3
configure:13888: checking how to run the C++ preprocessor
configure:13915: g++ -E  conftest.cpp
configure:13915: $? = 0
configure:13929: g++ -E  conftest.cpp
conftest.cpp:42:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:13929: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2.135-aa59c"
| #define PACKAGE_STRING "GNU Libtool 2.4.2.135-aa59c"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/";
| #define PACKAGE "libtool"
| #define VERSION "2.4.2.135-aa59c"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:13954: result: g++ -E
configure:13974: g++ -E  conftest.cpp
configure:13974: $? = 0
configure:13988: g++ -E  conftest.cpp
conftest.cpp:42:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:13988: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2.135-aa59c"
| #define PACKAGE_STRING "GNU Libtool 2.4.2.135-aa59c"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/";
| #define PACKAGE "libtool"
| #define VERSION "2.4.2.135-aa59c"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:14157: checking for ld used by g++
configure:14224: result: /usr/ccs/bin/ld
configure:14231: checking if the linker (/usr/ccs/bin/ld) is GNU ld
configure:14246: result: no
configure:14301: checking whether the g++ linker (/usr/ccs/bin/ld) supports 
shared libraries
configure:15306: result: yes
configure:15342: g++ -c -g -O2  conftest.cpp >&5
configure:15345: $? = 0
configure:15865: checking for g++ option to produce PIC
configure:15872: result: -fPIC -DPIC
configure:15880: checking if g++ PIC flag -fPIC -DPIC works
configure:15898: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:15902: $? = 0
configure:15915: result: yes
configure:15938: checking if g++ static flag -static works
configure:15966: result: no
configure:15978: checking if g++ supports -c -o file.o
configure:15999: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:16003: $? = 0
configure:16025: result: yes
configure:16030: checking if g++ supports -c -o file.o
configure:16077: result: yes
configure:16107: checking whether the g++ linker (/usr/ccs/bin/ld) supports 
shared libraries
configure:16143: result: yes
configure:16284: checking dynamic linker characteristics
configure:16951: result: solaris2.10 ld.so
configure:17004: checking how to hardcode library paths into programs
configure:17029: result: immediate
configure:17122: checking for g77
configure:17152: result: no
configure:17122: checking for xlf
configure:17152: result: no
configure:17122: checking for f77
configure:17138: found /usr/bin/f77
configure:17149: result: f77
configure:17175: checking for Fortran 77 compiler version
configure:17184: f77 --version >&5
NOTICE: Invoking /usr/bin/f90 -f77 -ftrap=%none --version
f90: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise
Usage: f90 [ options ] files.  Use 'f90 -flags' for details
configure:17195: $? = 0
configure:17184: f77 -v >&5
NOTICE: Invoking /usr/bin/f90 -f77 -ftrap=%none -v
###     command line files and options (expanded):
### -f77=%all -ftrap=%none -v 
Usage: f90 [ options ] files.  Use 'f90 -flags' for details
configure:17195: $? = 0
configure:17184: f77 -V >&5
NOTICE: Invoking /usr/bin/f90 -f77 -ftrap=%none -V
f90: Sun Fortran 95 8.3 SunOS_i386 Patch 127002-11 2010/01/26
Usage: f90 [ options ] files.  Use 'f90 -flags' for details
configure:17195: $? = 0
configure:17184: f77 -qversion >&5
NOTICE: Invoking /usr/bin/f90 -f77 -ftrap=%none -qversion
f90: Warning: Option -qversion passed to ld, if ld is invoked, ignored otherwise
Usage: f90 [ options ] files.  Use 'f90 -flags' for details
configure:17195: $? = 0
configure:17204: checking whether we are using the GNU Fortran 77 compiler
configure:17217: f77 -c  conftest.F >&5
NOTICE: Invoking /usr/bin/f90 -f77 -ftrap=%none -c conftest.F
/tmp/fpp.05047.0.f:
 MAIN main:

       choke me
               ^
"conftest.F", Line = 3, Column = 16: ERROR: Unknown statement.  Expected 
assignment statement but found "EOS" instead of "=" or "=>".

f90comp: 6 SOURCE LINES
f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI
configure:17217: $? = 1
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:17226: result: no
configure:17232: checking whether f77 accepts -g
configure:17243: f77 -c -g conftest.f >&5
NOTICE: Invoking /usr/bin/f90 -f77 -ftrap=%none -c -g conftest.f
conftest.f:
 MAIN main:
configure:17243: $? = 0
configure:17251: result: yes
NOTICE: Invoking /usr/bin/f90 -f77 -ftrap=%none -c -g conftest.f
NOTICE: Invoking /usr/bin/f90 -f77 -ftrap=%none -o conftest -g conftest.f
configure:17387: checking if libtool supports shared libraries
configure:17389: result: yes
configure:17392: checking whether to build shared libraries
configure:17412: result: yes
configure:17415: checking whether to build static libraries
configure:17419: result: yes
configure:17740: checking for f77 option to produce PIC
configure:17747: result: -KPIC
configure:17755: checking if f77 PIC flag -KPIC works
configure:17773: f77 -c -g -KPIC conftest.f >&5
NOTICE: Invoking /usr/bin/f90 -f77 -ftrap=%none -c -g -KPIC conftest.f
conftest.f:
        t:
configure:17777: $? = 0
configure:17790: result: yes
configure:17813: checking if f77 static flag -Bstatic works
NOTICE: Invoking /usr/bin/f90 -f77 -ftrap=%none -o conftest -g -Bstatic 
conftest.f
conftest.f:
 MAIN t:
configure:17841: result: yes
configure:17853: checking if f77 supports -c -o file.o
configure:17874: f77 -c -g -o out/conftest2.o conftest.f >&5
NOTICE: Invoking /usr/bin/f90 -f77 -ftrap=%none -c -g -o out/conftest2.o 
conftest.f
conftest.f:
        t:
configure:17878: $? = 0
configure:17900: result: yes
configure:17905: checking if f77 supports -c -o file.o
configure:17952: result: yes
configure:17982: checking whether the f77 linker (/usr/ccs/bin/ld) supports 
shared libraries
configure:19085: result: yes
configure:19226: checking dynamic linker characteristics
configure:19887: result: solaris2.10 ld.so
configure:19940: checking how to hardcode library paths into programs
configure:19965: result: immediate
configure:20051: checking for gfortran
configure:20067: found /usr/local/bin/gfortran
configure:20078: result: gfortran
configure:20104: checking for Fortran compiler version
configure:20113: gfortran --version >&5
GNU Fortran (GCC) 4.6.2
Copyright (C) 2011 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

configure:20124: $? = 0
configure:20113: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/i386-pc-solaris2.10/4.6.2/lto-wrapper
Target: i386-pc-solaris2.10
Configured with: /home/bfriesen/src/gnu/gcc-4.6.2/configure 
LDFLAGS='-L/usr/local/lib -R/usr/local/lib' --program-suffix=-4.6.2 
--enable-shared --enable-threads --enable-version-specific-runtime-libs 
--with-gnu-as --with-as=/usr/local/lib/binutils-2.21.1/bin/as --without-gnu-ld 
--with-ld=/usr/ccs/bin/ld --with-gmp=/usr/local --with-mpfr=/usr/local 
--with-mpc=/usr/local --with-ppl=/usr/local --with-cloog=/usr/local 
--with-cpu=opteron --enable-languages=c,c++,fortran
Thread model: posix
gcc version 4.6.2 (GCC) 
configure:20124: $? = 0
configure:20113: gfortran -V >&5
gfortran: error: unrecognized option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:20124: $? = 1
configure:20113: gfortran -qversion >&5
gfortran: error: unrecognized option '-qversion'
gfortran: fatal error: no input files
compilation terminated.
configure:20124: $? = 1
configure:20133: checking whether we are using the GNU Fortran compiler
configure:20146: gfortran -c   conftest.F >&5
configure:20146: $? = 0
configure:20155: result: yes
configure:20161: checking whether gfortran accepts -g
configure:20172: gfortran -c -g  conftest.f >&5
configure:20172: $? = 0
configure:20180: result: yes
configure:20314: checking if libtool supports shared libraries
configure:20316: result: yes
configure:20319: checking whether to build shared libraries
configure:20339: result: yes
configure:20342: checking whether to build static libraries
configure:20346: result: yes
configure:20380: gfortran -c -g -O2  conftest.f >&5
configure:20383: $? = 0
configure:20812: checking for gfortran option to produce PIC
configure:20819: result: -fPIC
configure:20827: checking if gfortran PIC flag -fPIC works
configure:20845: gfortran -c -g -O2 -fPIC  conftest.f >&5
configure:20849: $? = 0
configure:20862: result: yes
configure:20885: checking if gfortran static flag -static works
configure:20913: result: no
configure:20925: checking if gfortran supports -c -o file.o
configure:20946: gfortran -c -g -O2 -o out/conftest2.o  conftest.f >&5
configure:20950: $? = 0
configure:20972: result: yes
configure:20977: checking if gfortran supports -c -o file.o
configure:21024: result: yes
configure:21054: checking whether the gfortran linker (/usr/ccs/bin/ld) 
supports shared libraries
configure:22157: result: yes
configure:22298: checking dynamic linker characteristics
configure:22959: result: solaris2.10 ld.so
configure:23012: checking how to hardcode library paths into programs
configure:23037: result: immediate
configure:23113: checking for gccgo
configure:23143: result: no
configure:25209: checking for gcj
configure:25239: result: no
configure:27306: checking for windres
configure:27336: result: no
configure:27489: checking whether make supports order-only prerequisites
configure:27514: result: yes
configure:27811: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Libtool config.status 2.4.2.135-aa59c, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on freddy

config.status:1490: creating Makefile
config.status:1490: creating config.h
config.status:1716: linking ../GNUmakefile to GNUmakefile
config.status:1735: executing tests/atconfig commands
config.status:1735: executing depfiles commands
config.status:1735: executing libtool commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i386-pc-solaris2.10
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=
ac_cv_env_FC_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=no
ac_cv_fc_compiler_gnu=yes
ac_cv_func_argz_add=no
ac_cv_func_argz_append=no
ac_cv_func_argz_count=no
ac_cv_func_argz_create_sep=no
ac_cv_func_argz_insert=no
ac_cv_func_argz_next=no
ac_cv_func_argz_stringify=no
ac_cv_func_closedir=yes
ac_cv_func_dlerror=yes
ac_cv_func_dlopen=yes
ac_cv_func_opendir=yes
ac_cv_func_readdir=yes
ac_cv_func_shl_load=no
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
ac_cv_header_argz_h=no
ac_cv_header_dirent_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dld_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_mach_o_dyld_h=no
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_dl_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i386-pc-solaris2.10
ac_cv_lib_dld_dld_link=no
ac_cv_lib_dld_shl_load=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/xpg4/bin/grep -E'
ac_cv_path_FGREP='/usr/xpg4/bin/grep -F'
ac_cv_path_GREP=/usr/xpg4/bin/grep
ac_cv_path_SED=/usr/local/bin/sed
ac_cv_path_install='/usr/local/bin/ginstall -c'
ac_cv_path_mkdir=/opt/sfw/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_F77=f77
ac_cv_prog_ac_ct_FC=gfortran
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_fc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_dlopen='none required'
ac_cv_type_error_t=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
gl_cv_c_amsterdam_compiler=no
libltdl_cv_lib_dl_dlopen=yes
libltdl_cv_preloaded_symbols=yes
libltdl_cv_shlibext=.so
libltdl_cv_shrext=.so
lt_cv_ar_at_file=no
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_make_order_only=yes
lt_cv_module_path_var=LD_LIBRARY_PATH
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/ccs/bin/ld
lt_cv_path_LDCXX=/usr/ccs/bin/ld
lt_cv_path_NM='/usr/ccs/bin/nm -p'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_c_o_FC=yes
lt_cv_prog_compiler_c_o_RC=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_F77=-KPIC
lt_cv_prog_compiler_pic_FC=-fPIC
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_pic_works_F77=yes
lt_cv_prog_compiler_pic_works_FC=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_compiler_static_works_F77=yes
lt_cv_prog_compiler_static_works_FC=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_dlopen_deplibs=yes
lt_cv_sys_dlsearch_path='/lib /usr/lib'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([BDRT][BDRT]*\)[    
 ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ 
__gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  
{\"\1\", (void *) 0},/p'\'' -e '\''s/^[BDRT]* \([^ ]*\) \([^ ]*\)$/  {"\2", 
(void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ 
]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BDRT]* \([^ ]*\) \(lib[^ 
]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BDRT]* \([^ ]*\) \([^ ]*\)$/  
{"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int 
\1();/p'\'' -e '\''s/^[BDRT]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=786240
lt_cv_sys_symbol_underscore=no
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} 
/scratch/latta/tmp/lt/libtool-2.4.2.135-aa59c/build-aux/missing --run 
aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /scratch/latta/tmp/lt/libtool-2.4.2.135-aa59c/build-aux/missing 
--run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='0'
AR='ar'
ARFLAGS='cru'
ARGZ_H='argz.h'
AS='as'
AUTOCONF='${SHELL} 
/scratch/latta/tmp/lt/libtool-2.4.2.135-aa59c/build-aux/missing --run autoconf'
AUTOHEADER='${SHELL} 
/scratch/latta/tmp/lt/libtool-2.4.2.135-aa59c/build-aux/missing --run 
autoheader'
AUTOM4TE='autom4te'
AUTOMAKE='${SHELL} 
/scratch/latta/tmp/lt/libtool-2.4.2.135-aa59c/build-aux/missing --run 
automake-1.11'
AUTOTEST='$(AUTOM4TE) --language=autotest'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CONFIG_INCLUDE='config.h'
CONFIG_STATUS_DEPENDENCIES='$(srcdir)/.version'
CONVENIENCE_LTDL_FALSE=''
CONVENIENCE_LTDL_TRUE='#'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/xpg4/bin/grep -E'
EXEEXT=''
F77='f77'
FC='gfortran'
FCFLAGS='-g -O2'
FFLAGS='-g'
FGREP='/usr/xpg4/bin/grep -F'
GCJ=''
GCJFLAGS='-g -O2'
GL_COND_LIBTOOL_FALSE='#'
GL_COND_LIBTOOL_TRUE=''
GL_LIBOBJS=''
GL_LTLIBOBJS=''
GLtests_LIBOBJS=''
GLtests_LTLIBOBJS=''
GLtests_WITNESS='IN_LIBTOOL_GNULIB_TESTS'
GOC=''
GREP='/usr/xpg4/bin/grep'
HAVE_CXX_FALSE='#'
HAVE_CXX_TRUE=''
HAVE_F77_FALSE='#'
HAVE_F77_TRUE=''
HAVE_FC_FALSE='#'
HAVE_FC_TRUE=''
HAVE_GCJ_FALSE=''
HAVE_GCJ_TRUE='#'
HAVE_RC_FALSE=''
HAVE_RC_TRUE='#'
HELP2MAN='${SHELL} 
/scratch/latta/tmp/lt/libtool-2.4.2.135-aa59c/build-aux/missing --run help2man'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LTDL_FALSE='#'
INSTALL_LTDL_TRUE=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/ccs/bin/ld'
LDFLAGS=''
LIBADD_DL=' '
LIBADD_DLD_LINK=''
LIBADD_DLOPEN=''
LIBADD_SHL_LOAD=''
LIBOBJS=' ${LIBOBJDIR}argz$U.o'
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTDLOPEN='libltdl'
LTLIBOBJS=' ${LIBOBJDIR}argz$U.lo'
LT_CONFIG_H='config.h'
LT_DLLOADERS=' libltdl/dlopen.la'
LT_DLPREOPEN='-dlpreopen libltdl/dlopen.la '
M4SH='$(AUTOM4TE) --language=m4sh'
MAKEINFO='${SHELL} 
/scratch/latta/tmp/lt/libtool-2.4.2.135-aa59c/build-aux/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/opt/sfw/bin/mkdir -p'
NM='/usr/ccs/bin/nm -p'
NMEDIT=''
OBJDUMP='false'
OBJEXT='o'
ORDER='|'
OTOOL64=''
OTOOL=''
PACKAGE='libtool'
PACKAGE_BUGREPORT='address@hidden'
PACKAGE_NAME='GNU Libtool'
PACKAGE_STRING='GNU Libtool 2.4.2.135-aa59c'
PACKAGE_TARNAME='libtool'
PACKAGE_URL='http://www.gnu.org/software/libtool/'
PACKAGE_VERSION='2.4.2.135-aa59c'
PATH_SEPARATOR=':'
RANLIB='ranlib'
RC=''
SED='/usr/local/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
VERSION='2.4.2.135-aa59c'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
ac_ct_F77='f77'
ac_ct_FC='gfortran'
aclocaldir='$(datadir)/aclocal'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
aux_dir='build-aux'
bindir='${exec_prefix}/bin'
build='i386-pc-solaris2.10'
build_alias=''
build_cpu='i386'
build_os='solaris2.10'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i386-pc-solaris2.10'
host_alias=''
host_cpu='i386'
host_os='solaris2.10'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} 
/scratch/latta/tmp/lt/libtool-2.4.2.135-aa59c/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
ltdl_dir='libltdl'
macro_dir='m4'
mandir='${datarootdir}/man'
mkdir_p='/opt/sfw/bin/mkdir -p'
oldincludedir='/usr/include'
package_revision='UNKNOWN'
pdfdir='${docdir}'
pkgaux_scripts='compile config.guess config.sub depcomp install-sh missing'
pkgdatadir='$(datadir)/libtool'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sys_symbol_underscore='no'
sysconfdir='${prefix}/etc'
target_alias=''
to_host_file_cmd='func_convert_file_noop'
to_tool_file_cmd='func_convert_file_noop'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "GNU Libtool"
#define PACKAGE_TARNAME "libtool"
#define PACKAGE_VERSION "2.4.2.135-aa59c"
#define PACKAGE_STRING "GNU Libtool 2.4.2.135-aa59c"
#define PACKAGE_BUGREPORT "address@hidden"
#define PACKAGE_URL "http://www.gnu.org/software/libtool/";
#define PACKAGE "libtool"
#define VERSION "2.4.2.135-aa59c"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define LT_MODULE_EXT ".so"
#define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
#define LT_DLSEARCH_PATH "/lib:/usr/lib"
#define HAVE_LIBDL 1
#define HAVE_DLERROR 1
#define HAVE_LIBDLLOADER 1
#define error_t int
#define __error_t_defined 1
#define HAVE_PRELOADED_SYMBOLS 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_DL_H 1
#define HAVE_DIRENT_H 1
#define HAVE_CLOSEDIR 1
#define HAVE_OPENDIR 1
#define HAVE_READDIR 1
#define HAVE_STRLCAT 1
#define HAVE_STRLCPY 1
#define LT_LIBEXT "a"
#define LT_LIBPREFIX "lib"

configure: exit 0

reply via email to

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