[sigc] error compiling libsigc++-2.0.4 on Slackware 10.0



Hi, trying to compile libsigc++-2.0.4 on Slackware 10.0 (on a i586 PC) I
get this error:

then mv -f ".deps/lambda.Tpo" ".deps/lambda.Plo"; else rm -f
".deps/lambda.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I.. -I.. -g -O2 -MT lambda.lo -MD -MP -MF
.deps/lambda.Tpo -c adaptors/lambda/lambda.cc  -fPIC -DPIC -o
.libs/lambda.o g++ -DHAVE_CONFIG_H -I.. -I.. -g -O2 -MT lambda.lo -MD
-MP -MF .deps/lambda.Tpo -c adaptors/lambda/lambda.cc -o lambda.o
 >/dev/null 2>&1
/bin/sh ../libtool --mode=link g++  -g -O2   -o libsigc-2.0.la -rpath
/usr/local/lib  signal.lo signal_base.lo trackable.lo connection.lo
slot.lo slot_base.lo lambda.lo
g++ -shared -nostdlib
/usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../crti.o
/usr/lib/gcc-lib/i486-slackware-linux/3.3.4/crtbeginS.o  .libs/signal.o
.libs/signal_base.o .libs/trackable.o .libs/connection.o .libs/slot.o
.libs/slot_base.o .libs/lambda.o
-L/usr/lib/gcc-lib/i486-slackware-linux/3.3.4
-L/usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/lib
-L/usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../.. -lstdc++ -lm -lc
-lgcc_s /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/crtendS.o
/usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../crtn.o  -Wl,-soname
-Wl,libsigc-2.0.so.0 -o .libs/libsigc-2.0.so.0.0.0
/usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld:
.libs/libsigc-2.0.so.0.0.0: undefined versioned symbol name
std::time_put_w@@GLIBCPP_3.2
/usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld:
failed to set dynamic section sizes: Bad value
collect2: ld returned 1 exit status
make[3]: *** [libsigc-2.0.la] Error 1
make[3]: Leaving directory `/home/giacomo/src/libsigc++-2.0.4/sigc++'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/giacomo/src/libsigc++-2.0.4/sigc++'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/giacomo/src/libsigc++-2.0.4'
make: *** [all] Error 2
giacomo giacomo:~/src/libsigc++-2.0.4$

I've attached the config.log file for further information.

Tanx !!

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

It was created by configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure 

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

hostname = giacomo
uname -m = i586
uname -r = 2.4.26
uname -s = Linux
uname -v = #6 Mon Jun 14 19:07:27 PDT 2004

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

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

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: .
PATH: /bin


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

configure:1547: checking for a BSD-compatible install
configure:1602: result: /usr/bin/ginstall -c
configure:1613: checking whether build environment is sane
configure:1656: result: yes
configure:1713: checking for gawk
configure:1729: found /usr/bin/gawk
configure:1739: result: gawk
configure:1749: checking whether make sets $(MAKE)
configure:1769: result: yes
configure:1943: checking build system type
configure:1961: result: i586-pc-linux-gnu
configure:1969: checking host system type
configure:1983: result: i586-pc-linux-gnu
configure:2003: checking for gm4
configure:2032: result: no
configure:2003: checking for m4
configure:2019: found /usr/bin/m4
configure:2029: result: m4
configure:2045: checking for perl
configure:2063: found /usr/bin/perl
configure:2075: result: /usr/bin/perl
configure:2090: checking whether to enable maintainer-specific portions of Makefiles
configure:2099: result: no
configure:2161: checking for gcc
configure:2177: found /usr/bin/gcc
configure:2187: result: gcc
configure:2431: checking for C compiler version
configure:2434: gcc --version </dev/null >&5
gcc (GCC) 3.3.4
Copyright (C) 2003 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:2437: $? = 0
configure:2439: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/specs
Configured with: ../gcc-3.3.4/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.3.4
configure:2442: $? = 0
configure:2444: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2447: $? = 1
configure:2470: checking for C compiler default output file name
configure:2473: gcc    conftest.c  >&5
configure:2476: $? = 0
configure:2522: result: a.out
configure:2527: checking whether the C compiler works
configure:2533: ./a.out
configure:2536: $? = 0
configure:2553: result: yes
configure:2560: checking whether we are cross compiling
configure:2562: result: no
configure:2565: checking for suffix of executables
configure:2567: gcc -o conftest    conftest.c  >&5
configure:2570: $? = 0
configure:2595: result: 
configure:2601: checking for suffix of object files
configure:2622: gcc -c   conftest.c >&5
configure:2625: $? = 0
configure:2647: result: o
configure:2651: checking whether we are using the GNU C compiler
configure:2675: gcc -c   conftest.c >&5
configure:2681: $? = 0
configure:2684: test -z 			 || test ! -s conftest.err
configure:2687: $? = 0
configure:2690: test -s conftest.o
configure:2693: $? = 0
configure:2706: result: yes
configure:2712: checking whether gcc accepts -g
configure:2733: gcc -c -g  conftest.c >&5
configure:2739: $? = 0
configure:2742: test -z 			 || test ! -s conftest.err
configure:2745: $? = 0
configure:2748: test -s conftest.o
configure:2751: $? = 0
configure:2762: result: yes
configure:2779: checking for gcc option to accept ANSI C
configure:2849: gcc  -c -g -O2  conftest.c >&5
configure:2855: $? = 0
configure:2858: test -z 			 || test ! -s conftest.err
configure:2861: $? = 0
configure:2864: test -s conftest.o
configure:2867: $? = 0
configure:2885: result: none needed
configure:2903: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2909: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3050: checking for style of include used by make
configure:3078: result: GNU
configure:3106: checking dependency style of gcc
configure:3196: result: gcc3
configure:3218: checking how to run the C preprocessor
configure:3253: gcc -E  conftest.c
configure:3259: $? = 0
configure:3291: gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3297: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libsigc++"
| #define VERSION "2.0.4"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3336: result: gcc -E
configure:3360: gcc -E  conftest.c
configure:3366: $? = 0
configure:3398: gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3404: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libsigc++"
| #define VERSION "2.0.4"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3448: checking for some Win32 platform
configure:3458: result: no
configure:3545: checking for a sed that does not truncate output
configure:3599: result: /usr/bin/sed
configure:3602: checking for egrep
configure:3612: result: grep -E
configure:3628: checking for ld used by gcc
configure:3695: result: /usr/i486-slackware-linux/bin/ld
configure:3704: checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld
configure:3719: result: yes
configure:3724: checking for /usr/i486-slackware-linux/bin/ld option to reload object files
configure:3731: result: -r
configure:3740: checking for BSD-compatible nm
configure:3782: result: /usr/bin/nm -B
configure:3786: checking whether ln -s works
configure:3790: result: yes
configure:3797: checking how to recognise dependent libraries
configure:3971: result: pass_all
configure:4421: checking for ANSI C header files
configure:4446: gcc -c -g -O2  conftest.c >&5
configure:4452: $? = 0
configure:4455: test -z 			 || test ! -s conftest.err
configure:4458: $? = 0
configure:4461: test -s conftest.o
configure:4464: $? = 0
configure:4550: gcc -o conftest -g -O2   conftest.c  >&5
configure:4553: $? = 0
configure:4555: ./conftest
configure:4558: $? = 0
configure:4573: result: yes
configure:4597: checking for sys/types.h
configure:4613: gcc -c -g -O2  conftest.c >&5
configure:4619: $? = 0
configure:4622: test -z 			 || test ! -s conftest.err
configure:4625: $? = 0
configure:4628: test -s conftest.o
configure:4631: $? = 0
configure:4642: result: yes
configure:4597: checking for sys/stat.h
configure:4613: gcc -c -g -O2  conftest.c >&5
configure:4619: $? = 0
configure:4622: test -z 			 || test ! -s conftest.err
configure:4625: $? = 0
configure:4628: test -s conftest.o
configure:4631: $? = 0
configure:4642: result: yes
configure:4597: checking for stdlib.h
configure:4613: gcc -c -g -O2  conftest.c >&5
configure:4619: $? = 0
configure:4622: test -z 			 || test ! -s conftest.err
configure:4625: $? = 0
configure:4628: test -s conftest.o
configure:4631: $? = 0
configure:4642: result: yes
configure:4597: checking for string.h
configure:4613: gcc -c -g -O2  conftest.c >&5
configure:4619: $? = 0
configure:4622: test -z 			 || test ! -s conftest.err
configure:4625: $? = 0
configure:4628: test -s conftest.o
configure:4631: $? = 0
configure:4642: result: yes
configure:4597: checking for memory.h
configure:4613: gcc -c -g -O2  conftest.c >&5
configure:4619: $? = 0
configure:4622: test -z 			 || test ! -s conftest.err
configure:4625: $? = 0
configure:4628: test -s conftest.o
configure:4631: $? = 0
configure:4642: result: yes
configure:4597: checking for strings.h
configure:4613: gcc -c -g -O2  conftest.c >&5
configure:4619: $? = 0
configure:4622: test -z 			 || test ! -s conftest.err
configure:4625: $? = 0
configure:4628: test -s conftest.o
configure:4631: $? = 0
configure:4642: result: yes
configure:4597: checking for inttypes.h
configure:4613: gcc -c -g -O2  conftest.c >&5
configure:4619: $? = 0
configure:4622: test -z 			 || test ! -s conftest.err
configure:4625: $? = 0
configure:4628: test -s conftest.o
configure:4631: $? = 0
configure:4642: result: yes
configure:4597: checking for stdint.h
configure:4613: gcc -c -g -O2  conftest.c >&5
configure:4619: $? = 0
configure:4622: test -z 			 || test ! -s conftest.err
configure:4625: $? = 0
configure:4628: test -s conftest.o
configure:4631: $? = 0
configure:4642: result: yes
configure:4597: checking for unistd.h
configure:4613: gcc -c -g -O2  conftest.c >&5
configure:4619: $? = 0
configure:4622: test -z 			 || test ! -s conftest.err
configure:4625: $? = 0
configure:4628: test -s conftest.o
configure:4631: $? = 0
configure:4642: result: yes
configure:4668: checking dlfcn.h usability
configure:4680: gcc -c -g -O2  conftest.c >&5
configure:4686: $? = 0
configure:4689: test -z 			 || test ! -s conftest.err
configure:4692: $? = 0
configure:4695: test -s conftest.o
configure:4698: $? = 0
configure:4708: result: yes
configure:4712: checking dlfcn.h presence
configure:4722: gcc -E  conftest.c
configure:4728: $? = 0
configure:4748: result: yes
configure:4783: checking for dlfcn.h
configure:4790: result: yes
configure:4855: checking for g++
configure:4871: found /usr/bin/g++
configure:4881: result: g++
configure:4897: checking for C++ compiler version
configure:4900: g++ --version </dev/null >&5
g++ (GCC) 3.3.4
Copyright (C) 2003 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:4903: $? = 0
configure:4905: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/specs
Configured with: ../gcc-3.3.4/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.3.4
configure:4908: $? = 0
configure:4910: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:4913: $? = 1
configure:4916: checking whether we are using the GNU C++ compiler
configure:4940: g++ -c   conftest.cc >&5
configure:4946: $? = 0
configure:4949: test -z 			 || test ! -s conftest.err
configure:4952: $? = 0
configure:4955: test -s conftest.o
configure:4958: $? = 0
configure:4971: result: yes
configure:4977: checking whether g++ accepts -g
configure:4998: g++ -c -g  conftest.cc >&5
configure:5004: $? = 0
configure:5007: test -z 			 || test ! -s conftest.err
configure:5010: $? = 0
configure:5013: test -s conftest.o
configure:5016: $? = 0
configure:5027: result: yes
configure:5069: g++ -c -g -O2  conftest.cc >&5
configure:5075: $? = 0
configure:5078: test -z 			 || test ! -s conftest.err
configure:5081: $? = 0
configure:5084: test -s conftest.o
configure:5087: $? = 0
configure:5113: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:26: error: `exit' undeclared (first use this function)
conftest.cc:26: error: (Each undeclared identifier is reported only once for 
   each function it appears in.)
configure:5119: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libsigc++"
| #define VERSION "2.0.4"
| #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
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5069: g++ -c -g -O2  conftest.cc >&5
configure:5075: $? = 0
configure:5078: test -z 			 || test ! -s conftest.err
configure:5081: $? = 0
configure:5084: test -s conftest.o
configure:5087: $? = 0
configure:5113: g++ -c -g -O2  conftest.cc >&5
configure:5119: $? = 0
configure:5122: test -z 			 || test ! -s conftest.err
configure:5125: $? = 0
configure:5128: test -s conftest.o
configure:5131: $? = 0
configure:5156: checking dependency style of g++
configure:5246: result: gcc3
configure:5268: checking how to run the C++ preprocessor
configure:5299: g++ -E  conftest.cc
configure:5305: $? = 0
configure:5337: g++ -E  conftest.cc
conftest.cc:25:28: ac_nonexistent.h: No such file or directory
configure:5343: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libsigc++"
| #define VERSION "2.0.4"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5382: result: g++ -E
configure:5406: g++ -E  conftest.cc
configure:5412: $? = 0
configure:5444: g++ -E  conftest.cc
conftest.cc:25:28: ac_nonexistent.h: No such file or directory
configure:5450: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libsigc++"
| #define VERSION "2.0.4"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5545: checking for g77
configure:5574: result: no
configure:5545: checking for f77
configure:5574: result: no
configure:5545: checking for xlf
configure:5574: result: no
configure:5545: checking for frt
configure:5574: result: no
configure:5545: checking for pgf77
configure:5574: result: no
configure:5545: checking for fort77
configure:5574: result: no
configure:5545: checking for fl32
configure:5574: result: no
configure:5545: checking for af77
configure:5574: result: no
configure:5545: checking for f90
configure:5574: result: no
configure:5545: checking for xlf90
configure:5574: result: no
configure:5545: checking for pgf90
configure:5574: result: no
configure:5545: checking for epcf90
configure:5574: result: no
configure:5545: checking for f95
configure:5574: result: no
configure:5545: checking for fort
configure:5574: result: no
configure:5545: checking for xlf95
configure:5574: result: no
configure:5545: checking for ifc
configure:5574: result: no
configure:5545: checking for efc
configure:5574: result: no
configure:5545: checking for pgf95
configure:5574: result: no
configure:5545: checking for lf95
configure:5574: result: no
configure:5545: checking for gfortran
configure:5574: result: no
configure:5589: checking for Fortran 77 compiler version
configure:5589:  --version </dev/null >&5
./configure: line 1: --version: command not found
configure:5592: $? = 127
configure:5594:  -v </dev/null >&5
./configure: line 1: -v: command not found
configure:5597: $? = 127
configure:5599:  -V </dev/null >&5
./configure: line 1: -V: command not found
configure:5602: $? = 127
configure:5610: checking whether we are using the GNU Fortran 77 compiler
configure:5624:  -c  conftest.F >&5
./configure: line 1: -c: command not found
configure:5630: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:5655: result: no
configure:5661: checking whether  accepts -g
configure:5673:  -c -g conftest.f >&5
./configure: line 1: -c: command not found
configure:5679: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:5703: result: no
configure:5733: checking the maximum length of command line arguments
configure:5798: result: 32768
configure:5809: checking command to parse /usr/bin/nm -B output from gcc object
configure:5898: gcc -c -g -O2  conftest.c >&5
configure:5901: $? = 0
configure:5905: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:5908: $? = 0
configure:5960: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:5963: $? = 0
configure:6001: result: ok
configure:6005: checking for objdir
configure:6020: result: .libs
configure:6110: checking for ar
configure:6126: found /usr/bin/ar
configure:6137: result: ar
configure:6190: checking for ranlib
configure:6206: found /usr/bin/ranlib
configure:6217: result: ranlib
configure:6270: checking for strip
configure:6286: found /usr/bin/strip
configure:6297: result: strip
configure:6559: checking if gcc static flag  works
configure:6582: result: yes
configure:6600: checking if gcc supports -fno-rtti -fno-exceptions
configure:6621: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:6625: $? = 0
configure:6633: result: no
configure:6648: checking for gcc option to produce PIC
configure:6825: result: -fPIC
configure:6833: checking if gcc PIC flag -fPIC works
configure:6854: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:6858: $? = 0
configure:6866: result: yes
configure:6890: checking if gcc supports -c -o file.o
configure:6914: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:6918: $? = 0
configure:6935: result: yes
configure:6961: checking whether the gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries
configure:7808: result: yes
configure:7834: checking whether -lc should be explicitly linked in
configure:7839: gcc -c -g -O2  conftest.c >&5
configure:7842: $? = 0
configure:7856: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7859: $? = 0
configure:7871: result: no
configure:7879: checking dynamic linker characteristics
configure:8419: result: GNU/Linux ld.so
configure:8423: checking how to hardcode library paths into programs
configure:8448: result: immediate
configure:8462: checking whether stripping libraries is possible
configure:8467: result: yes
configure:9290: checking if libtool supports shared libraries
configure:9292: result: yes
configure:9295: checking whether to build shared libraries
configure:9353: result: yes
configure:9356: checking whether to build static libraries
configure:9360: result: yes
configure:9452: creating libtool
configure:9999: checking for ld used by g++
configure:10066: result: /usr/i486-slackware-linux/bin/ld
configure:10075: checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld
configure:10090: result: yes
configure:10141: checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries
configure:10967: result: yes
configure:10985: g++ -c -g -O2  conftest.cc >&5
configure:10988: $? = 0
configure:11084: checking for g++ option to produce PIC
configure:11336: result: -fPIC
configure:11344: checking if g++ PIC flag -fPIC works
configure:11365: g++ -c -g -O2  -fPIC -DPIC conftest.cc >&5
configure:11369: $? = 0
configure:11377: result: yes
configure:11401: checking if g++ supports -c -o file.o
configure:11425: g++ -c -g -O2  -o out/conftest2.o conftest.cc >&5
configure:11429: $? = 0
configure:11446: result: yes
configure:11472: checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries
configure:11500: result: yes
configure:11571: checking dynamic linker characteristics
configure:12111: result: GNU/Linux ld.so
configure:12115: checking how to hardcode library paths into programs
configure:12140: result: immediate
configure:12154: checking whether stripping libraries is possible
configure:12159: result: yes
configure:19473: checking for C++ compiler version
configure:19476: g++ --version </dev/null >&5
g++ (GCC) 3.3.4
Copyright (C) 2003 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:19479: $? = 0
configure:19481: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/specs
Configured with: ../gcc-3.3.4/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.3.4
configure:19484: $? = 0
configure:19486: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:19489: $? = 1
configure:19492: checking whether we are using the GNU C++ compiler
configure:19547: result: yes
configure:19553: checking whether g++ accepts -g
configure:19603: result: yes
configure:19645: g++ -c -g -O2  conftest.cc >&5
configure:19651: $? = 0
configure:19654: test -z 			 || test ! -s conftest.err
configure:19657: $? = 0
configure:19660: test -s conftest.o
configure:19663: $? = 0
configure:19689: g++ -c -g -O2  conftest.cc >&5
configure:19695: $? = 0
configure:19698: test -z 			 || test ! -s conftest.err
configure:19701: $? = 0
configure:19704: test -s conftest.o
configure:19707: $? = 0
configure:19732: checking dependency style of g++
configure:19822: result: gcc3
configure:19847: checking if C++ compiler supports the use of a particular specialization when calling operator() template methods.
configure:19896: g++ -c -g -O2  conftest.cc >&5
configure:19902: $? = 0
configure:19905: test -z 			 || test ! -s conftest.err
configure:19908: $? = 0
configure:19911: test -s conftest.o
configure:19914: $? = 0
configure:19923: result: yes
configure:19939: checking if C++ compiler supports the use of a particular specialization when calling operator() template methods omitting the template keyword.
configure:19988: g++ -c -g -O2  conftest.cc >&5
configure:19994: $? = 0
configure:19997: test -z 			 || test ! -s conftest.err
configure:20000: $? = 0
configure:20003: test -s conftest.o
configure:20006: $? = 0
configure:20015: result: yes
configure:20183: creating ./config.status

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

This file was extended by config.status, which was
generated by GNU Autoconf 2.59.  Invocation command line was

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

on giacomo

config.status:775: creating Makefile
config.status:775: creating sigc++-2.0.pc
config.status:775: creating sigc++/Makefile
config.status:775: creating scripts/Makefile
config.status:775: creating tests/Makefile
config.status:775: creating examples/Makefile
config.status:775: creating MSVC_Net2003/Makefile
config.status:775: creating libsigc++-2.0.spec
config.status:775: creating docs/Makefile
config.status:775: creating docs/images/Makefile
config.status:775: creating docs/reference/Makefile
config.status:775: creating docs/reference/Doxyfile
config.status:841: creating sigc++config.h
config.status:953: sigc++config.h is unchanged
config.status:1133: executing depfiles commands

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

ac_cv_build=i586-pc-linux-gnu
ac_cv_build_alias=i586-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
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_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=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i586-pc-linux-gnu
ac_cv_host_alias=i586-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_PERL_PATH=/usr/bin/perl
ac_cv_path_install='/usr/bin/ginstall -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_M4=m4
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_RANLIB=ranlib
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='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
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/i486-slackware-linux/bin/ld
lt_cv_path_LDCXX=/usr/i486-slackware-linux/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\(\)\([_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=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\(\\)\\([_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. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/giacomo/src/libsigc++-2.0.4/missing --run aclocal-1.8'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/giacomo/src/libsigc++-2.0.4/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /home/giacomo/src/libsigc++-2.0.4/missing --run autoconf'
AUTOHEADER=':'
AUTOMAKE='${SHELL} /home/giacomo/src/libsigc++-2.0.4/missing --run automake-1.8'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
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='dlltool'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
M4='m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/giacomo/src/libsigc++-2.0.4/missing --run makeinfo'
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='libsigc++'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL_PATH='/usr/bin/perl'
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE='#'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='2.0.4'
ac_ct_AR='ar'
ac_ct_AS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DLLTOOL=''
ac_ct_F77=''
ac_ct_OBJDUMP=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
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='i586-pc-linux-gnu'
build_alias=''
build_cpu='i586'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i586-pc-linux-gnu'
host_alias=''
host_cpu='i586'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/giacomo/src/libsigc++-2.0.4/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p -- .'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_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 "libsigc++"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define SIGC_GCC_TEMPLATE_SPECIALIZATION_OPERATOR_OVERLOAD 1
#define SIGC_MSVC_TEMPLATE_SPECIALIZATION_OPERATOR_OVERLOAD 1
#define STDC_HEADERS 1
#define VERSION "2.0.4"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0



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