bug-libtool
[Top][All Lists]
Advanced

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

libtool-1.5 fails to configure on sunos 4.1.4


From: hotlips Internet admin
Subject: libtool-1.5 fails to configure on sunos 4.1.4
Date: Thu, 22 Jan 2004 17:11:46 -0500 (EST)

SunOS 4.1.4/sparc gcc 2.95.3 -


configure fails due to use of "printf" command not present -
when it is substituted bt "$echo"  things work a bit better,
but it hangs forever after outputting


        'appending configuration tag "GCJ" to libtool'


-- 
Bruce Becker                    +1 416 410 0879
GTS Network Administration      Toronto, Ont.
Email:  address@hidden

 --------- 8< --------- 8< --------- 8< --------- 8< --------- 8< ---------

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by libtool configure 1.5, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure 

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

hostname = hotlips
uname -m = sun4c
uname -r = 4.1.4
uname -s = SunOS
uname -v = 5

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

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

PATH: /usr/lib/news
PATH: /usr/lib/newsbin
PATH: /usr/lib/newsbin/maint
PATH: /usr/lib/newsbin/expire
PATH: /usr/lib/newsbin/batch
PATH: /usr/lib/newsbin/input
PATH: /usr/lib/newsbin/inject
PATH: /usr/lib/newsbin/relay
PATH: /usr/lib/newsbin/nntp
PATH: /usr/lib/newsbin/nov
PATH: /root/bin
PATH: /usr/local/bin
PATH: /usr/ucb
PATH: /usr/sbin
PATH: /usr/bin
PATH: /bin
PATH: /etc
PATH: /usr/etc
PATH: /usr/lib
PATH: /usr/games
PATH: /usr/5bin
PATH: /usr/local/sbin
PATH: /usr/openwin/bin


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

configure:1549: checking for a BSD-compatible install
configure:1603: result: /usr/bin/install -c
configure:1614: checking whether build environment is sane
configure:1657: result: yes
configure:1690: checking for gawk
configure:1719: result: no
configure:1690: checking for mawk
configure:1706: found /usr/local/bin/mawk
configure:1716: result: mawk
configure:1726: checking whether make sets $(MAKE)
configure:1746: result: yes
configure:2002: checking for gcc
configure:2028: result: gcc
configure:2272: checking for C compiler version
configure:2275: gcc --version </dev/null >&5
2.95.3
configure:2278: $? = 0
configure:2280: gcc -v </dev/null >&5
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-sunos4.1.4/2.95.3/specs
gcc version 2.95.3 20010315 (release)
configure:2283: $? = 0
configure:2285: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2288: $? = 1
configure:2312: checking for C compiler default output
configure:2315: gcc -O2 -pipe   conftest.c  >&5
configure:2318: $? = 0
configure:2364: result: a.out
configure:2369: checking whether the C compiler works
configure:2375: ./a.out
configure:2378: $? = 0
configure:2395: result: yes
configure:2402: checking whether we are cross compiling
configure:2404: result: no
configure:2407: checking for suffix of executables
configure:2409: gcc -o conftest -O2 -pipe   conftest.c  >&5
configure:2412: $? = 0
configure:2437: result: 
configure:2443: checking for suffix of object files
configure:2465: gcc -c -O2 -pipe  conftest.c >&5
configure:2468: $? = 0
configure:2490: result: o
configure:2494: checking whether we are using the GNU C compiler
configure:2519: gcc -c -O2 -pipe  conftest.c >&5
configure:2522: $? = 0
configure:2525: test -s conftest.o
configure:2528: $? = 0
configure:2541: result: yes
configure:2547: checking whether gcc accepts -g
configure:2569: gcc -c -g  conftest.c >&5
configure:2572: $? = 0
configure:2575: test -s conftest.o
configure:2578: $? = 0
configure:2589: result: yes
configure:2606: checking for gcc option to accept ANSI C
configure:2667: gcc  -c -O2 -pipe  conftest.c >&5
configure:2670: $? = 0
configure:2673: test -s conftest.o
configure:2676: $? = 0
configure:2694: result: none needed
configure:2712: gcc -c -O2 -pipe  conftest.c >&5
conftest.c:2: parse error before `me'
configure:2715: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2834: checking for style of include used by make
configure:2862: result: GNU
configure:2890: checking dependency style of gcc
configure:2958: result: none
configure:2976: checking for a sed that does not truncate output
configure:3030: result: /usr/bin/sed
configure:3039: checking build system type
configure:3057: result: sparc-sun-sunos4.1.4
configure:3065: checking host system type
configure:3079: result: sparc-sun-sunos4.1.4
configure:3087: checking for egrep
configure:3097: result: egrep
configure:3113: checking for ld used by gcc
configure:3180: result: /usr/bin/ld
configure:3189: checking if the linker (/usr/bin/ld) is GNU ld
configure:3204: result: no
configure:3210: checking for BSD-compatible nm
configure:3252: result: /usr/bin/nm -p
configure:3257: checking whether ln -s works
configure:3261: result: yes
configure:3322: checking for g++
configure:3338: found /usr/local/bin/g++
configure:3348: result: g++
configure:3364: checking for C++ compiler version
configure:3367: g++ --version </dev/null >&5
2.95.3
configure:3370: $? = 0
configure:3372: g++ -v </dev/null >&5
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-sunos4.1.4/2.95.3/specs
gcc version 2.95.3 20010315 (release)
configure:3375: $? = 0
configure:3377: g++ -V </dev/null >&5
g++: argument to `-V' missing

configure:3380: $? = 1
configure:3383: checking whether we are using the GNU C++ compiler
configure:3408: g++ -c   conftest.cc >&5
configure:3411: $? = 0
configure:3414: test -s conftest.o
configure:3417: $? = 0
configure:3430: result: yes
configure:3436: checking whether g++ accepts -g
configure:3458: g++ -c -g  conftest.cc >&5
configure:3461: $? = 0
configure:3464: test -s conftest.o
configure:3467: $? = 0
configure:3478: result: yes
configure:3522: g++ -c -g -O2  conftest.cc >&5
configure:3525: $? = 0
configure:3528: test -s conftest.o
configure:3531: $? = 0
configure:3558: g++ -c -g -O2  conftest.cc >&5
configure:3561: $? = 0
configure:3564: test -s conftest.o
configure:3567: $? = 0
configure:3592: checking dependency style of g++
configure:3660: result: none
configure:3741: checking for g77
configure:3757: found /usr/local/bin/g77
configure:3767: result: g77
configure:3782: checking for Fortran 77 compiler version
configure:3785: g77 --version </dev/null >&5
GNU Fortran 0.5.25 20010315 (release)
Copyright (C) 1997 Free Software Foundation, Inc.
For more version information on components of the GNU Fortran
compilation system, especially useful when reporting bugs,
type the command `g77 --verbose'.

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
or type the command `info -f g77 Copying'.
configure:3788: $? = 0
configure:3790: g77 -v </dev/null >&5
g77 version 2.95.3 20010315 (release) (from FSF-g77 version 0.5.25 20010315 
(release))
Driving: g77 -v -c -xf77-version /dev/null -xnone
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-sunos4.1.4/2.95.3/specs
gcc version 2.95.3 20010315 (release)
 /usr/local/lib/gcc-lib/sparc-sun-sunos4.1.4/2.95.3/cpp0 -lang-c -v 
-D__GNUC__=2 -D__GNUC_MINOR__=95 -D__sparc__ -D__sun__ -D__unix__ -D__sparc 
-D__sun -D__unix -Asystem(unix) -Asystem(bsd) -D_LANGUAGE_FORTRAN -traditional 
-D__GCC_NEW_VARARGS__ -Acpu(sparc) -Amachine(sparc) /dev/null /dev/null
GNU CPP version 2.95.3 20010315 (release) (sparc)
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 
/usr/local/lib/gcc-lib/sparc-sun-sunos4.1.4/2.95.3/../../../../sparc-sun-sunos4.1.4/include
 /usr/local/lib/gcc-lib/sparc-sun-sunos4.1.4/2.95.3/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
 /usr/local/lib/gcc-lib/sparc-sun-sunos4.1.4/2.95.3/../../../../include/g++-3
End of omitted list.
 /usr/local/lib/gcc-lib/sparc-sun-sunos4.1.4/2.95.3/f771 -fnull-version -quiet 
-dumpbase g77-version.f -version -fversion -o /usr/tmp/ccXGF2qv.s /dev/null
GNU F77 version 2.95.3 20010315 (release) (sparc-sun-sunos4.1.4) compiled by 
GNU C version 2.95.3 20010315 (release).
GNU Fortran Front End version 0.5.25 20010315 (release)
 as -o /usr/tmp/ccBaoxMi.o /usr/tmp/ccXGF2qv.s
 ld -e start -dc -dp -o /usr/tmp/ccSIRXSY /usr/tmp/ccBaoxMi.o /lib/crt0.o 
-L/usr/local/lib/gcc-lib/sparc-sun-sunos4.1.4/2.95.3 -L/usr/local/lib -lg2c -lm 
-lgcc -lc -lgcc
 /usr/tmp/ccSIRXSY
__G77_LIBF77_VERSION__: 0.5.25 20010315 (release)
@(#)LIBF77 VERSION 19990503
__G77_LIBI77_VERSION__: 0.5.25 20010315 (release)
@(#) LIBI77 VERSION pjw,dmg-mods 19990503
__G77_LIBU77_VERSION__: 0.5.25 20010315 (release)
@(#) LIBU77 VERSION 19980709
configure:3793: $? = 0
configure:3795: g77 -V </dev/null >&5
g77: argument to `-V' missing
configure:3798: $? = 1
configure:3805: checking whether we are using the GNU Fortran 77 compiler
configure:3819: g77 -c  conftest.F >&5
configure:3822: $? = 0
configure:3825: test -s conftest.o
configure:3828: $? = 0
configure:3841: result: yes
configure:3848: checking whether g77 accepts -g
configure:3860: g77 -c -g conftest.f >&5
configure:3863: $? = 0
configure:3866: test -s conftest.o
configure:3869: $? = 0
configure:3881: result: yes
configure:3960: checking for gcj
configure:3987: result: no
configure:4054: checking for windres
configure:4081: result: no
configure:4186: checking for /usr/bin/ld option to reload object files
configure:4193: result: -r
configure:4202: checking how to recognise dependent libraries
configure:4402: result: unknown
configure:4847: checking how to run the C preprocessor
configure:4883: gcc -E  conftest.c
configure:4889: $? = 0
configure:4921: gcc -E  conftest.c
configure:4922: ac_nonexistent.h: No such file or directory
configure:4927: $? = 1
configure: failed program was:
| #line 4912 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "libtool 1.5"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "1.5"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4965: result: gcc -E
configure:4990: gcc -E  conftest.c
configure:4996: $? = 0
configure:5028: gcc -E  conftest.c
configure:5029: ac_nonexistent.h: No such file or directory
configure:5034: $? = 1
configure: failed program was:
| #line 5019 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "libtool 1.5"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "1.5"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5077: checking for ANSI C header files
configure:5103: gcc -c -O2 -pipe  conftest.c >&5
configure:5106: $? = 0
configure:5109: test -s conftest.o
configure:5112: $? = 0
configure:5227: result: no
configure:5251: checking for sys/types.h
configure:5268: gcc -c -O2 -pipe  conftest.c >&5
configure:5271: $? = 0
configure:5274: test -s conftest.o
configure:5277: $? = 0
configure:5288: result: yes
configure:5251: checking for sys/stat.h
configure:5268: gcc -c -O2 -pipe  conftest.c >&5
configure:5271: $? = 0
configure:5274: test -s conftest.o
configure:5277: $? = 0
configure:5288: result: yes
configure:5251: checking for stdlib.h
configure:5268: gcc -c -O2 -pipe  conftest.c >&5
configure:5271: $? = 0
configure:5274: test -s conftest.o
configure:5277: $? = 0
configure:5288: result: yes
configure:5251: checking for string.h
configure:5268: gcc -c -O2 -pipe  conftest.c >&5
configure:5271: $? = 0
configure:5274: test -s conftest.o
configure:5277: $? = 0
configure:5288: result: yes
configure:5251: checking for memory.h
configure:5268: gcc -c -O2 -pipe  conftest.c >&5
configure:5271: $? = 0
configure:5274: test -s conftest.o
configure:5277: $? = 0
configure:5288: result: yes
configure:5251: checking for strings.h
configure:5268: gcc -c -O2 -pipe  conftest.c >&5
configure:5271: $? = 0
configure:5274: test -s conftest.o
configure:5277: $? = 0
configure:5288: result: yes
configure:5251: checking for inttypes.h
configure:5268: gcc -c -O2 -pipe  conftest.c >&5
configure:5307: inttypes.h: No such file or directory
configure:5271: $? = 1
configure: failed program was:
| #line 5256 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "libtool 1.5"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "1.5"
| #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
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <inttypes.h>
configure:5288: result: no
configure:5251: checking for stdint.h
configure:5268: gcc -c -O2 -pipe  conftest.c >&5
configure:5307: stdint.h: No such file or directory
configure:5271: $? = 1
configure: failed program was:
| #line 5256 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "libtool 1.5"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "1.5"
| #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
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <stdint.h>
configure:5288: result: no
configure:5251: checking for unistd.h
configure:5268: gcc -c -O2 -pipe  conftest.c >&5
configure:5271: $? = 0
configure:5274: test -s conftest.o
configure:5277: $? = 0
configure:5288: result: yes
configure:5314: checking dlfcn.h usability
configure:5327: gcc -c -O2 -pipe  conftest.c >&5
configure:5330: $? = 0
configure:5333: test -s conftest.o
configure:5336: $? = 0
configure:5346: result: yes
configure:5350: checking dlfcn.h presence
configure:5361: gcc -E  conftest.c
configure:5367: $? = 0
configure:5386: result: yes
configure:5422: checking for dlfcn.h
configure:5429: result: yes
configure:5447: checking how to run the C++ preprocessor
configure:5479: g++ -E  conftest.cc
configure:5485: $? = 0
configure:5517: g++ -E  conftest.cc
configure:5526: ac_nonexistent.h: No such file or directory
configure:5523: $? = 1
configure: failed program was:
| #line 5508 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "libtool 1.5"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "1.5"
| #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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5561: result: g++ -E
configure:5586: g++ -E  conftest.cc
configure:5592: $? = 0
configure:5624: g++ -E  conftest.cc
configure:5633: ac_nonexistent.h: No such file or directory
configure:5630: $? = 1
configure: failed program was:
| #line 5615 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "libtool 1.5"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "1.5"
| #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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5678: checking the maximum length of command line arguments
configure:5737: result: 131072
configure:5748: checking command to parse /usr/bin/nm -p output from gcc object
configure:5837: g++ -c -g -O2  conftest.cc >&5
configure:5840: $? = 0
configure:5844: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[  
]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 
\2\3 \3/p' \> conftest.nm
configure:5847: $? = 0
cannot find nm_test_var in conftest.nm
configure:5837: g++ -c -g -O2  conftest.cc >&5
configure:5840: $? = 0
configure:5844: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[  
]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 
\2\3 \3/p' \> conftest.nm
configure:5847: $? = 0
configure:5899: g++ -o conftest -g -O2   conftest.cc conftstm.o >&5
configure:5902: $? = 0
configure:5940: result: ok
configure:5944: checking for objdir
configure:5959: result: .libs
configure:6049: checking for ar
configure:6065: found /usr/bin/ar
configure:6076: result: ar
configure:6129: checking for ranlib
configure:6145: found /usr/bin/ranlib
configure:6156: result: ranlib
configure:6209: checking for strip
configure:6225: found /usr/bin/strip
configure:6236: result: strip
configure:6498: checking if gcc static flag  works
configure:6521: result: no
configure:6538: checking if gcc supports -fno-rtti -fno-exceptions
configure:6556: gcc -c -O2 -pipe  -fno-rtti -fno-exceptions conftest.c >&5
conftest.c:1: stray '\' in program
configure:6560: $? = 1
configure:6571: result: no
configure:6586: checking for gcc option to produce PIC
configure:6763: result: -fPIC
configure:6770: checking if gcc PIC flag -fPIC works
configure:6788: gcc -c -O2 -pipe  -fPIC -DPIC conftest.c >&5
conftest.c:1: stray '\' in program
configure:6792: $? = 1
configure:6803: result: no
configure:6827: checking if gcc supports -c -o file.o
configure:6855: gcc -c -O2 -pipe  -o out/conftest2.o conftest.c >&5
conftest.c:1: stray '\' in program
configure:6859: $? = 1
configure:6876: result: no
configure:6883: checking if we can lock with hard links
configure:6891: result: yes
configure:6902: checking whether the gcc linker (/usr/bin/ld) supports shared 
libraries
configure:7696: result: yes
configure:7767: checking how to hardcode library paths into programs
configure:7792: result: relink
configure:7806: checking whether stripping libraries is possible
configure:7827: result: no
configure:7833: checking dynamic linker characteristics
configure:8344: result: sunos4.1.4 ld.so
configure:8442: checking for shl_load
configure:8492: gcc -o conftest -O2 -pipe   conftest.c  >&5
ld: Undefined symbol 
   _shl_load 
collect2: ld returned 2 exit status
configure:8495: $? = 1
configure: failed program was:
| #line 8447 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "libtool 1.5"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "1.5"
| #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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| /* 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
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| 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
| #else
| char (*f) () = shl_load;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != shl_load;
|   ;
|   return 0;
| }
configure:8512: result: no
configure:8517: checking for shl_load in -ldld
configure:8548: gcc -o conftest -O2 -pipe   conftest.c -ldld   >&5
ld: -ldld: No such file or directory
collect2: ld returned 4 exit status
configure:8551: $? = 1
configure: failed program was:
| #line 8524 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "libtool 1.5"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "1.5"
| #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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char shl_load ();
| int
| main ()
| {
| shl_load ();
|   ;
|   return 0;
| }
configure:8569: result: no
configure:8574: checking for dlopen
configure:8624: gcc -o conftest -O2 -pipe   conftest.c  >&5
configure:8627: $? = 0
configure:8630: test -s conftest
configure:8633: $? = 0
configure:8644: result: yes
configure:8856: checking whether a program can dlopen itself
configure:8928: gcc -o conftest -O2 -pipe  -DHAVE_DLFCN_H   conftest.c   >&5
configure:8931: $? = 0
configure:8949: result: yes
configure:8954: checking whether a statically linked program can dlopen itself
configure:9026: gcc -o conftest -O2 -pipe  -DHAVE_DLFCN_H    conftest.c   >&5
configure:9029: $? = 0
configure:9047: result: yes
configure:9070: checking if libtool supports shared libraries
configure:9072: result: yes
configure:9075: checking whether to build shared libraries
configure:9124: result: yes
configure:9127: checking whether to build static libraries
configure:9131: result: yes
configure:9222: creating libtool
configure:9766: checking for ld used by g++
configure:9833: result: /usr/bin/ld
configure:9842: checking if the linker (/usr/bin/ld) is GNU ld
configure:9857: result: no
configure:9908: checking whether the g++ linker (/usr/bin/ld) supports shared 
libraries
configure:10703: result: no
configure:10721: g++ -c -g -O2  conftest.cc >&5
configure:10724: $? = 0
configure:10820: checking for g++ option to produce PIC
configure:11072: result: -fPIC
configure:11079: checking if g++ PIC flag -fPIC works
configure:11097: g++ -c -g -O2  -fPIC -DPIC conftest.cc >&5
conftest.cc:1: stray '\' in program
configure:11101: $? = 1
configure:11112: result: no
configure:11136: checking if g++ supports -c -o file.o
configure:11164: g++ -c -g -O2  -o out/conftest2.o conftest.cc >&5
conftest.cc:1: stray '\' in program
configure:11168: $? = 1
configure:11185: result: no
configure:11192: checking if we can lock with hard links
configure:11200: result: yes
configure:11211: checking whether the g++ linker (/usr/bin/ld) supports shared 
libraries
configure:11236: result: no
configure:11307: checking how to hardcode library paths into programs
configure:11332: result: immediate
configure:11346: checking whether stripping libraries is possible
configure:11367: result: no
configure:11373: checking dynamic linker characteristics
configure:11884: result: sunos4.1.4 ld.so
configure:11982: checking for shl_load
configure:12052: result: no
configure:12057: checking for shl_load in -ldld
configure:12109: result: no
configure:12114: checking for dlopen
configure:12184: result: yes
configure:12396: checking whether a program can dlopen itself
configure:12489: result: yes
configure:12494: checking whether a statically linked program can dlopen itself
configure:12587: result: yes
configure:13083: checking if libtool supports shared libraries
configure:13085: result: no
configure:13088: checking whether to build shared libraries
configure:13106: result: no
configure:13109: checking whether to build static libraries
configure:13113: result: yes
configure:13125: checking for g77 option to produce PIC
configure:13302: result: -fPIC
configure:13309: checking if g77 PIC flag -fPIC works
configure:13327: g77 -c -g -O2 -fPIC conftest.f >&5
conftest.f:1: 
         subroutine t\n      return\n      end\n
                     ^
Unrecognized character at (^) [info -f g77 M LEX]
conftest.f: In subroutine `t':
conftest.f:1: 
         subroutine t\n      return\n      end\n
         ^
End of source file before end of block started at (^)
configure:13331: $? = 1
configure:13342: result: no
configure:13366: checking if g77 supports -c -o file.o
configure:13394: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
conftest.f:1: 
         subroutine t\n      return\n      end\n
                     ^
Unrecognized character at (^) [info -f g77 M LEX]
conftest.f: In subroutine `t':
conftest.f:1: 
         subroutine t\n      return\n      end\n
         ^
End of source file before end of block started at (^)
configure:13398: $? = 1
configure:13415: result: no
configure:13422: checking if we can lock with hard links
configure:13430: result: yes
configure:13441: checking whether the g77 linker (/usr/bin/ld) supports shared 
libraries
configure:14213: result: yes
configure:14284: checking how to hardcode library paths into programs
configure:14309: result: relink
configure:14323: checking whether stripping libraries is possible
configure:14344: result: no
configure:14350: checking dynamic linker characteristics
configure:14861: result: sunos4.1.4 ld.so

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

ac_cv_build='sparc-sun-sunos4.1.4'
ac_cv_build_alias='sparc-sun-sunos4.1.4'
ac_cv_c_compiler_gnu='yes'
ac_cv_cxx_compiler_gnu='yes'
ac_cv_env_CC_set='set'
ac_cv_env_CC_value='gcc'
ac_cv_env_CFLAGS_set='set'
ac_cv_env_CFLAGS_value='-O2 -pipe'
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_FFLAGS_set=''
ac_cv_env_FFLAGS_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_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_exeext=''
ac_cv_f77_compiler_gnu='yes'
ac_cv_func_dlopen='yes'
ac_cv_func_shl_load='no'
ac_cv_header_dlfcn_h='yes'
ac_cv_header_inttypes_h='no'
ac_cv_header_memory_h='yes'
ac_cv_header_stdc='no'
ac_cv_header_stdint_h='no'
ac_cv_header_stdlib_h='yes'
ac_cv_header_string_h='yes'
ac_cv_header_strings_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='sparc-sun-sunos4.1.4'
ac_cv_host_alias='sparc-sun-sunos4.1.4'
ac_cv_lib_dld_shl_load='no'
ac_cv_objext='o'
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK='mawk'
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='g77'
ac_cv_prog_ac_ct_GCJ='no'
ac_cv_prog_ac_ct_RANLIB='ranlib'
ac_cv_prog_ac_ct_RC='no'
ac_cv_prog_ac_ct_STRIP='strip'
ac_cv_prog_cc_g='yes'
ac_cv_prog_cc_stdc=''
ac_cv_prog_cxx_g='yes'
ac_cv_prog_egrep='egrep'
ac_cv_prog_f77_g='yes'
ac_cv_prog_make_make_set='yes'
am_cv_CC_dependencies_compiler_type='none'
am_cv_CXX_dependencies_compiler_type='none'
lt_cv_deplibs_check_method='unknown'
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_objdir='.libs'
lt_cv_path_LD='/usr/bin/ld'
lt_cv_path_LDCXX='/usr/bin/ld'
lt_cv_path_NM='/usr/bin/nm -p'
lt_cv_path_SED='/usr/bin/sed'
lt_cv_prog_compiler_c_o='no'
lt_cv_prog_compiler_c_o_CXX='no'
lt_cv_prog_compiler_c_o_F77='no'
lt_cv_prog_compiler_rtti_exceptions='no'
lt_cv_prog_gnu_ld='no'
lt_cv_prog_gnu_ldcxx='no'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      
]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 
\2\3 \3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  
{\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", 
(lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int 
\1;/p'\'''
lt_cv_sys_max_cmd_len='131072'
lt_lt_cv_prog_compiler_c_o='"no"'
lt_lt_cv_prog_compiler_c_o_CXX='"no"'
lt_lt_cv_prog_compiler_c_o_F77='"no"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  
]\\([BCDEGRST][BCDEGRST]*\\)[   ][      
]*\\(_\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) 
\$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ 
]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern 
int \\1;/p'\''"'

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

ACINCLUDE_M4_LIST='./acinclude.m4 ./cdemo/acinclude.m4 ./pdemo/acinclude.m4 
./demo/acinclude.m4 ./depdemo/acinclude.m4 ./mdemo/acinclude.m4 
./tagdemo/acinclude.m4 ./f77demo/acinclude.m4'
ACLOCAL='${SHELL} /usr/local/src/utils/libtool-1.5/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/local/src/utils/libtool-1.5/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /usr/local/src/utils/libtool-1.5/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/local/src/utils/libtool-1.5/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/local/src/utils/libtool-1.5/missing --run automake-1.7'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-O2 -pipe'
CONF_SUBDIRS='cdemo pdemo demo depdemo mdemo tagdemo f77demo'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DIST_MAKEFILE_LIST='cdemo/Makefile pdemo/Makefile demo/Makefile 
depdemo/Makefile mdemo/Makefile tagdemo/Makefile f77demo/Makefile '
DLLTOOL='dlltool'
ECHO='/usr/bin/echo'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='egrep'
EXEEXT=''
F77='g77'
FFLAGS='-g -O2'
GCJ='no'
GCJFLAGS='-g -O2'
HAVE_CXX_FALSE='#'
HAVE_CXX_TRUE=''
HAVE_F77_FALSE='#'
HAVE_F77_TRUE=''
HAVE_GCJ_FALSE=''
HAVE_GCJ_TRUE='#'
HAVE_RC_FALSE=''
HAVE_RC_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LD='/usr/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /usr/local/src/utils/libtool-1.5/missing --run makeinfo'
NM='/usr/bin/nm -p'
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='libtool'
PACKAGE_BUGREPORT='address@hidden'
PACKAGE_NAME='libtool'
PACKAGE_STRING='libtool 1.5'
PACKAGE_TARNAME='libtool'
PACKAGE_VERSION='1.5'
PATH_SEPARATOR=':'
RANLIB='ranlib'
RC='no'
SET_MAKE=''
SHELL='/bin/ksh'
STRIP='strip'
TIMESTAMP=''
VERSION='1.5'
ac_ct_AR='ar'
ac_ct_AS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DLLTOOL=''
ac_ct_F77='g77'
ac_ct_GCJ='no'
ac_ct_OBJDUMP=''
ac_ct_RANLIB='ranlib'
ac_ct_RC='no'
ac_ct_STRIP='strip'
aclocaldir='${datadir}/aclocal'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='sparc-sun-sunos4.1.4'
build_alias=''
build_cpu='sparc'
build_os='sunos4.1.4'
build_vendor='sun'
datadir='${prefix}/share'
exec_prefix='NONE'
host='sparc-sun-sunos4.1.4'
host_alias=''
host_cpu='sparc'
host_os='sunos4.1.4'
host_vendor='sun'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/usr/local/src/utils/libtool-1.5/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
pkgdatadir='${datadir}/libtool'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' libltdl'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define HAVE_DLFCN_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "libtool"
#define PACKAGE_BUGREPORT "address@hidden"
#define PACKAGE_NAME "libtool"
#define PACKAGE_STRING "libtool 1.5"
#define PACKAGE_TARNAME "libtool"
#define PACKAGE_VERSION "1.5"
#define VERSION "1.5"

configure: exit 0





reply via email to

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