From owner-freebsd-current Tue Jun 25 1:55:48 2002 Delivered-To: freebsd-current@freebsd.org Received: from matrix.eurocontrol.fr (matrix.eurocontrol.fr [147.196.254.254]) by hub.freebsd.org (Postfix) with ESMTP id 834A437B400; Tue, 25 Jun 2002 01:53:36 -0700 (PDT) Received: from caerdonn.eurocontrol.fr (caerdonn.eurocontrol.fr [147.196.51.214]) by matrix.eurocontrol.fr (Postfix/TLS) with ESMTP id 7202B4A9D4; Tue, 25 Jun 2002 10:53:29 +0200 (MEST) Received: by caerdonn.eurocontrol.fr (Postfix/TLS, from userid 1193) id 003C011C; Tue, 25 Jun 2002 10:53:24 +0200 (CEST) Date: Tue, 25 Jun 2002 10:53:24 +0200 From: Ollivier Robert To: kde@freebsd.org Cc: current@freebsd.org Subject: [3.0.1] gcc/g++ 3.1 problems Message-ID: <20020625085324.GA46452@caerdonn.eurocontrol.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.99i X-Operating-System: FreeBSD 5.0-CURRENT Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I've upgraded my CURRENT system to a post gcc 3.1 world and I'm now unable to compile any C++ program that use the STL (incl. KDE 3.0.1). I happens with the system g++ 3.1 and the ports g++ 3.1.1 and with both a clean /usr/include/g++ and the old one (which has lots of older files due to CURRENT evolution). The weird thing is that my laptop, also running CURRENT, is fine. Any idea ? I attach the config.log file from kdelibs3. This run is with system-g++ and old /usr/include. I managed to compile qt 3.0.3 with the ports 3.1.1 g++ though (needed to avoid system-gcc problems). -=-=- 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.52. Invocation command line was $ ./configure --enable-cups --disable-ltdl-install --build=i386-portbld-freebsd5.0 --disable-debug --with-qt-includes=/usr/X11R6/include --with-qt-libraries=/usr/X11R6/lib --with-extra-libs=/usr/local/lib --prefix=/usr/local ## ---------- ## ## Platform. ## ## ---------- ## hostname = caerdonn.eurocontrol.fr uname -m = i386 uname -r = 5.0-CURRENT uname -s = FreeBSD uname -v = FreeBSD 5.0-CURRENT #0: Mon Jun 10 16:40:23 CEST 2002 root@caerdonn.eurocontrol.fr:/spare/obj/src/src/sys/nCAERDONN /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH = /usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/pilot/bin:/usr/local/bin:/usr/local/pgsql/bin:/usr/bin:/usr/sbin:/sbin:/bin:/home/roberto/shell:/usr/local/sbin:/usr/games:/opt/networker/bin:/usr/local/intel/compiler60/ia32/bin:. ## ------------ ## ## Core tests. ## ## ------------ ## configure:1176: PATH=".;."; conftest.sh conftest.sh: not found configure:1179: $? = 127 configure:1245: checking build system type configure:1263: result: i386-portbld-freebsd5.0 configure:1270: checking host system type configure:1284: result: i386-portbld-freebsd5.0 configure:1291: checking target system type configure:1305: result: i386-portbld-freebsd5.0 configure:1346: checking for a BSD compatible install configure:1395: result: /usr/bin/install -c -o root -g wheel configure:1433: checking whether build environment is sane configure:1476: result: yes configure:1497: checking for mawk configure:1523: result: no configure:1497: checking for gawk configure:1512: found /usr/bin/gawk configure:1520: result: gawk configure:1530: checking whether gmake sets ${MAKE} configure:1550: result: yes configure:1651: checking for a BSD compatible install configure:1700: result: /usr/bin/install -c -o root -g wheel configure:1721: checking for style of include used by gmake configure:1748: result: GNU configure:1869: checking for gcc configure:1892: result: cc configure:2120: checking for C compiler version configure:2123: cc --version &5 cc (GCC) 3.1 [FreeBSD] 20020509 (prerelease) Copyright (C) 2002 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:2126: $? = 0 configure:2128: cc -v &5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.1 [FreeBSD] 20020509 (prerelease) configure:2131: $? = 0 configure:2133: cc -V &5 cc: argument to `-V' is missing configure:2136: $? = 1 configure:2156: checking for C compiler default output configure:2159: cc -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:2162: $? = 0 configure:2191: result: a.out configure:2196: checking whether the C compiler works configure:2202: ./a.out configure:2205: $? = 0 configure:2220: result: yes configure:2227: checking whether we are cross compiling configure:2229: result: no configure:2232: checking for executable suffix configure:2234: cc -o conftest -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:2237: $? = 0 configure:2259: result: configure:2265: checking for object suffix configure:2283: cc -c -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:2286: $? = 0 configure:2305: result: o configure:2309: checking whether we are using the GNU C compiler configure:2330: cc -c -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:2333: $? = 0 configure:2336: test -s conftest.o configure:2339: $? = 0 configure:2351: result: yes configure:2357: checking whether cc accepts -g configure:2375: cc -c -g -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:2378: $? = 0 configure:2381: test -s conftest.o configure:2384: $? = 0 configure:2394: result: yes configure:2421: cc -c -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory conftest.c:2: syntax error before "me" configure:2424: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2524: checking dependency style of cc configure:2586: result: gcc3 configure:2595: checking how to run the C preprocessor configure:2621: cc -E -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory configure:2627: $? = 0 configure:2654: cc -E -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory configure:2651:28: ac_nonexistent.h: No such file or directory configure:2660: $? = 1 configure: failed program was: #line 2650 "configure" #include "confdefs.h" #include configure:2697: result: cc -E configure:2712: cc -E -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory configure:2718: $? = 0 configure:2745: cc -E -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory configure:2742:28: ac_nonexistent.h: No such file or directory configure:2751: $? = 1 configure: failed program was: #line 2741 "configure" #include "confdefs.h" #include configure:2904: checking for C++ compiler version configure:2907: c++ --version &5 c++ (GCC) 3.1 [FreeBSD] 20020509 (prerelease) Copyright (C) 2002 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:2910: $? = 0 configure:2912: c++ -v &5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.1 [FreeBSD] 20020509 (prerelease) configure:2915: $? = 0 configure:2917: c++ -V &5 c++: argument to `-V' missing configure:2920: $? = 1 configure:2923: checking whether we are using the GNU C++ compiler configure:2944: c++ -c -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc >&5 cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory configure:2947: $? = 0 configure:2950: test -s conftest.o configure:2953: $? = 0 configure:2965: result: yes configure:2971: checking whether c++ accepts -g configure:2989: c++ -c -g -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc >&5 cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory configure:2992: $? = 0 configure:2995: test -s conftest.o configure:2998: $? = 0 configure:3008: result: yes configure:3048: c++ -c -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc >&5 cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory In file included from configure:3036: /usr/include/stdlib.h:57: redeclaration of C++ built-in type `wchar_t' configure:3051: $? = 1 configure: failed program was: #line 3035 "configure" #include "confdefs.h" #include int main () { exit (42); ; return 0; } configure:3048: c++ -c -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc >&5 cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory In file included from configure:3036: /usr/include/stdlib.h:57: redeclaration of C++ built-in type `wchar_t' configure:3051: $? = 1 configure: failed program was: #line 3035 "configure" #include "confdefs.h" #include #include int main () { exit (42); ; return 0; } configure:3048: c++ -c -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc >&5 cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory In file included from configure:3036: /usr/include/stdlib.h:57: redeclaration of C++ built-in type `wchar_t' configure:3051: $? = 1 configure: failed program was: #line 3035 "configure" #include "confdefs.h" #include extern "C" void std::exit (int) throw (); using std::exit; int main () { exit (42); ; return 0; } configure:3048: c++ -c -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc >&5 cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory In file included from configure:3036: /usr/include/stdlib.h:57: redeclaration of C++ built-in type `wchar_t' configure:3051: $? = 1 configure: failed program was: #line 3035 "configure" #include "confdefs.h" #include extern "C" void std::exit (int); using std::exit; int main () { exit (42); ; return 0; } configure:3048: c++ -c -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc >&5 cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory In file included from configure:3036: /usr/include/stdlib.h:57: redeclaration of C++ built-in type `wchar_t' configure:3037: declaration of `void exit(int) throw ()' throws different exceptions /usr/include/stdlib.h:103: than previous declaration `void exit(int)' configure:3051: $? = 1 configure: failed program was: #line 3035 "configure" #include "confdefs.h" #include extern "C" void exit (int) throw (); int main () { exit (42); ; return 0; } configure:3048: c++ -c -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc >&5 cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory In file included from configure:3036: /usr/include/stdlib.h:57: redeclaration of C++ built-in type `wchar_t' configure:3051: $? = 1 configure: failed program was: #line 3035 "configure" #include "confdefs.h" #include extern "C" void exit (int); int main () { exit (42); ; return 0; } configure:3048: c++ -c -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc >&5 cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory In file included from configure:3036: /usr/include/stdlib.h:57: redeclaration of C++ built-in type `wchar_t' configure:3051: $? = 1 configure: failed program was: #line 3035 "configure" #include "confdefs.h" #include void exit (int); int main () { exit (42); ; return 0; } configure:3112: checking dependency style of c++ configure:3174: result: gcc3 configure:3705: checking whether c++ supports -fno-exceptions configure:3735: rm -rf SunWS_cache; c++ -o conftest -DNDEBUG -DNO_DEBUG -O2 -O -pipe -march=pentiumpro -fno-exceptions -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib 1>&5 cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory configure:3738: $? = 0 configure:3741: test -s conftest configure:3744: $? = 0 configure:3762: result: yes configure:3773: checking whether c++ supports -fno-check-new configure:3803: rm -rf SunWS_cache; c++ -o conftest -DNDEBUG -DNO_DEBUG -O2 -O -pipe -march=pentiumpro -fno-exceptions -fno-check-new -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib 1>&5 cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory configure:3806: $? = 0 configure:3809: test -s conftest configure:3812: $? = 0 configure:3830: result: yes configure:3841: checking whether c++ supports -fexceptions configure:3871: rm -rf SunWS_cache; c++ -o conftest -DNDEBUG -DNO_DEBUG -O2 -O -pipe -march=pentiumpro -fno-exceptions -fno-check-new -fexceptions -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib 1>&5 cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory configure:3874: $? = 0 configure:3877: test -s conftest configure:3880: $? = 0 configure:3898: result: yes configure:4439: checking how to run the C++ preprocessor configure:4461: c++ -E -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory configure:4467: $? = 0 configure:4494: c++ -E -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory configure:4491:28: ac_nonexistent.h: No such file or directory configure:4500: $? = 1 configure: failed program was: #line 4490 "configure" #include "confdefs.h" #include configure:4537: result: c++ -E configure:4552: c++ -E -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory configure:4558: $? = 0 configure:4585: c++ -E -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory configure:4582:28: ac_nonexistent.h: No such file or directory configure:4591: $? = 1 configure: failed program was: #line 4581 "configure" #include "confdefs.h" #include configure:4679: checking whether c++ supports -frepo configure:4709: rm -rf SunWS_cache; c++ -o conftest -DNDEBUG -DNO_DEBUG -O2 -O -pipe -march=pentiumpro -fno-exceptions -fno-check-new -frepo -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib 1>&5 cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory conftest.cc:1: warning: -frepo must be used with -c configure:4712: $? = 0 configure:4715: test -s conftest configure:4718: $? = 0 configure:4736: result: yes configure:4954: checking for ld used by GCC configure:5018: result: /usr/libexec/elf/ld configure:5027: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.12.0 [FreeBSD] 2002-04-10 configure:5039: result: yes configure:5043: checking for /usr/libexec/elf/ld option to reload object files configure:5050: result: -r configure:5059: checking for BSD-compatible nm configure:5094: result: /usr/bin/nm -B configure:5098: checking for a sed that does not truncate output configure:5174: result: configure:5177: checking whether ln -s works configure:5181: result: yes configure:5188: checking how to recognise dependant libraries configure:5375: result: pass_all configure:5508: checking for dlfcn.h configure:5518: cc -E -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory configure:5524: $? = 0 configure:5543: result: yes configure:5556: checking the maximum length of command line arguments configure:5604: result: 16384 configure:5612: checking command to parse /usr/bin/nm -B output from cc object configure:5697: cc -c -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:5700: $? = 0 configure:5704: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:5707: $? = 0 configure:5759: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c conftstm.o >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:5762: $? = 0 configure:5800: result: ok configure:5804: checking for objdir configure:5819: result: .libs configure:5902: checking for ranlib configure:5917: found /usr/bin/ranlib configure:5926: result: ranlib configure:5976: checking for strip configure:5991: found /usr/bin/strip configure:6000: result: strip configure:6257: checking if cc static flag works cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:6280: result: no configure:6294: checking if cc supports -fno-rtti -fno-exceptions cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:6318: result: no configure:6333: checking for cc option to produce PIC configure:6486: result: -fPIC configure:6493: checking if cc PIC flag -fPIC works cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:6517: result: no configure:6541: checking if cc supports -c -o file.o cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:6582: result: no configure:6588: checking if we can lock with hard links configure:6596: result: yes configure:6607: checking whether the cc linker (/usr/libexec/elf/ld) supports shared libraries configure:7380: result: yes configure:7402: checking whether -lc should be explicitly linked in configure:7407: cc -c -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:7410: $? = 0 configure:7424: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:7427: $? = 1 configure:7439: result: yes configure:7445: checking how to hardcode library paths into programs configure:7469: result: immediate configure:7483: checking whether stripping libraries is possible configure:7488: result: yes configure:7495: checking dynamic linker characteristics configure:7937: result: freebsd5.0 ld.so configure:7962: checking for shl_load configure:7999: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory /tmp/ccesniVw.o: In function `main': /tmp/ccesniVw.o(.text+0xf): undefined reference to `shl_load' configure:8002: $? = 1 configure: failed program was: #line 7968 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shl_load (); below. */ #include /* 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 (); char (*f) (); int main () { /* 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 f = shl_load; #endif ; return 0; } configure:8018: result: no configure:8023: checking for shl_load in -ldld configure:8050: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c -ldld -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory /usr/libexec/elf/ld: cannot find -ldld configure:8053: $? = 1 configure: failed program was: #line 8031 "configure" #include "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:8070: result: no configure:8075: checking for dlopen configure:8112: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:8115: $? = 0 configure:8118: test -s conftest configure:8121: $? = 0 configure:8131: result: yes configure:8323: checking whether a program can dlopen itself configure:8395: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:8398: $? = 0 configure:8415: result: yes configure:8420: checking whether a statically linked program can dlopen itself configure:8492: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:8495: $? = 0 configure:8512: result: yes configure:8534: checking if libtool supports shared libraries configure:8536: result: yes configure:8539: checking whether to build shared libraries configure:8560: result: yes configure:8563: checking whether to build static libraries configure:8567: result: no configure:8646: creating libtool configure:9364: checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libraries configure:10009: result: yes configure:10025: c++ -c -DNDEBUG -DNO_DEBUG -O2 -O -pipe -march=pentiumpro -fno-exceptions -fno-check-new -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc >&5 cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory configure:10028: $? = 0 configure:10128: checking for c++ option to produce PIC configure:10364: result: -fPIC configure:10371: checking if c++ PIC flag -fPIC works cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory configure:10395: result: no configure:10419: checking if c++ supports -c -o file.o cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory configure:10460: result: no configure:10466: checking if we can lock with hard links configure:10474: result: yes configure:10485: checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libraries configure:10507: result: yes configure:10529: checking whether -lc should be explicitly linked in configure:10534: c++ -c -DNDEBUG -DNO_DEBUG -O2 -O -pipe -march=pentiumpro -fno-exceptions -fno-check-new -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc >&5 cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory configure:10537: $? = 0 configure:10551: c++ -shared -nostdlib conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:10554: $? = 1 configure:10566: result: yes configure:10572: checking how to hardcode library paths into programs configure:10596: result: immediate configure:10610: checking whether stripping libraries is possible configure:10615: result: yes configure:10622: checking dynamic linker characteristics configure:11064: result: freebsd5.0 ld.so configure:11089: checking for shl_load configure:11145: result: no configure:11150: checking for shl_load in -ldld configure:11197: result: no configure:11202: checking for dlopen configure:11258: result: yes configure:11450: checking whether a program can dlopen itself configure:11542: result: yes configure:11547: checking whether a statically linked program can dlopen itself configure:11639: result: yes configure:12071: checking if gcj supports -fno-rtti -fno-exceptions configure:12095: result: no configure:12110: checking for gcj option to produce PIC configure:12263: result: -fPIC configure:12270: checking if gcj PIC flag -fPIC works configure:12294: result: no configure:12318: checking if gcj supports -c -o file.o configure:12359: result: no configure:12365: checking if we can lock with hard links configure:12373: result: yes configure:12384: checking whether the gcj linker (/usr/libexec/elf/ld) supports shared libraries configure:13157: result: yes configure:13179: checking whether -lc should be explicitly linked in configure:13184: gcj -c -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.java >&5 gcj: not found configure:13187: $? = 127 configure:13216: result: yes configure:13222: checking how to hardcode library paths into programs configure:13246: result: immediate configure:13260: checking whether stripping libraries is possible configure:13265: result: yes configure:13272: checking dynamic linker characteristics configure:13714: result: freebsd5.0 ld.so configure:13739: checking for shl_load configure:13795: result: no configure:13800: checking for shl_load in -ldld configure:13847: result: no configure:13852: checking for dlopen configure:13908: result: yes configure:14100: checking whether a program can dlopen itself configure:14192: result: yes configure:14197: checking whether a statically linked program can dlopen itself configure:14289: result: yes configure:15221: checking for msgfmt configure:15248: result: /usr/local/bin/msgfmt configure:15257: checking for gmsgfmt configure:15286: result: /usr/local/bin/msgfmt configure:15302: checking for xgettext configure:15329: result: /usr/local/bin/xgettext configure:15384: checking for ranlib configure:15408: result: ranlib configure:15420: checking for ANSI C header files configure:15434: cc -E -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory configure:15440: $? = 0 cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory configure:15527: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:15530: $? = 0 configure:15532: ./conftest configure:15535: $? = 0 configure:15548: result: yes configure:15564: checking for sys/types.h configure:15576: cc -c -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:15579: $? = 0 configure:15582: test -s conftest.o configure:15585: $? = 0 configure:15595: result: yes configure:15564: checking for sys/stat.h configure:15576: cc -c -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:15579: $? = 0 configure:15582: test -s conftest.o configure:15585: $? = 0 configure:15595: result: yes configure:15564: checking for stdlib.h configure:15576: cc -c -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:15579: $? = 0 configure:15582: test -s conftest.o configure:15585: $? = 0 configure:15595: result: yes configure:15564: checking for string.h configure:15576: cc -c -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:15579: $? = 0 configure:15582: test -s conftest.o configure:15585: $? = 0 configure:15595: result: yes configure:15564: checking for memory.h configure:15576: cc -c -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:15579: $? = 0 configure:15582: test -s conftest.o configure:15585: $? = 0 configure:15595: result: yes configure:15564: checking for strings.h configure:15576: cc -c -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:15579: $? = 0 configure:15582: test -s conftest.o configure:15585: $? = 0 configure:15595: result: yes configure:15564: checking for inttypes.h configure:15576: cc -c -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:15579: $? = 0 configure:15582: test -s conftest.o configure:15585: $? = 0 configure:15595: result: yes configure:15564: checking for stdint.h configure:15576: cc -c -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:15579: $? = 0 configure:15582: test -s conftest.o configure:15585: $? = 0 configure:15595: result: yes configure:15564: checking for unistd.h configure:15576: cc -c -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:15579: $? = 0 configure:15582: test -s conftest.o configure:15585: $? = 0 configure:15595: result: yes configure:15605: checking for off_t configure:15626: cc -c -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:15629: $? = 0 configure:15632: test -s conftest.o configure:15635: $? = 0 configure:15645: result: yes configure:15657: checking for size_t configure:15678: cc -c -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:15681: $? = 0 configure:15684: test -s conftest.o configure:15687: $? = 0 configure:15697: result: yes configure:15711: checking for working alloca.h configure:15729: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:15718:20: alloca.h: No such file or directory configure:15732: $? = 1 configure: failed program was: #line 15717 "configure" #include "confdefs.h" #include int main () { char *p = (char *) alloca (2 * sizeof (int)); ; return 0; } configure:15748: result: no configure:15758: checking for alloca configure:15796: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:15799: $? = 0 configure:15802: test -s conftest configure:15805: $? = 0 configure:15815: result: yes configure:15999: checking for stdlib.h configure:16034: result: yes configure:15999: checking for unistd.h configure:16034: result: yes configure:16047: checking for getpagesize configure:16084: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:16087: $? = 0 configure:16090: test -s conftest configure:16093: $? = 0 configure:16103: result: yes configure:16113: checking for working mmap configure:16249: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:16252: $? = 0 configure:16254: ./conftest configure:16257: $? = 0 configure:16269: result: yes configure:16283: checking for argz.h configure:16293: cc -E -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory configure:16290:18: argz.h: No such file or directory configure:16299: $? = 1 configure: failed program was: #line 16289 "configure" #include "confdefs.h" #include configure:16318: result: no configure:16283: checking for limits.h configure:16293: cc -E -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory configure:16299: $? = 0 configure:16318: result: yes configure:16283: checking for locale.h configure:16293: cc -E -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory configure:16299: $? = 0 configure:16318: result: yes configure:16283: checking for nl_types.h configure:16293: cc -E -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory configure:16299: $? = 0 configure:16318: result: yes configure:16283: checking for string.h configure:16318: result: yes configure:16283: checking for values.h configure:16293: cc -E -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory In file included from configure:16290: /usr/include/values.h:2:2: warning: #warning "this file includes which is obsoleted, use or instead" configure:16299: $? = 0 configure:16318: result: yes configure:16283: checking for alloca.h configure:16293: cc -E -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory cpp0: warning: changing search order for system directory "/usr/include" cpp0: warning: as it has already been specified as a non-system directory configure:16290:20: alloca.h: No such file or directory configure:16299: $? = 1 configure: failed program was: #line 16289 "configure" #include "confdefs.h" #include configure:16318: result: no configure:16332: checking for getcwd configure:16369: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:16372: $? = 0 configure:16375: test -s conftest configure:16378: $? = 0 configure:16388: result: yes configure:16332: checking for munmap configure:16369: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:16372: $? = 0 configure:16375: test -s conftest configure:16378: $? = 0 configure:16388: result: yes configure:16332: checking for putenv configure:16369: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:16372: $? = 0 configure:16375: test -s conftest configure:16378: $? = 0 configure:16388: result: yes configure:16332: checking for setenv configure:16369: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:16372: $? = 0 configure:16375: test -s conftest configure:16378: $? = 0 configure:16388: result: yes configure:16332: checking for setlocale configure:16369: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:16372: $? = 0 configure:16375: test -s conftest configure:16378: $? = 0 configure:16388: result: yes configure:16332: checking for strchr configure:16369: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:16348: warning: conflicting types for built-in function `strchr' configure:16372: $? = 0 configure:16375: test -s conftest configure:16378: $? = 0 configure:16388: result: yes configure:16332: checking for strcasecmp configure:16369: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:16372: $? = 0 configure:16375: test -s conftest configure:16378: $? = 0 configure:16388: result: yes configure:16332: checking for __argz_count configure:16369: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory /tmp/ccCFC81X.o: In function `main': /tmp/ccCFC81X.o(.text+0xf): undefined reference to `__argz_count' configure:16372: $? = 1 configure: failed program was: #line 16338 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __argz_count (); below. */ #include /* 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 __argz_count (); char (*f) (); int main () { /* 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 #else f = __argz_count; #endif ; return 0; } configure:16388: result: no configure:16332: checking for __argz_stringify configure:16369: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory /tmp/ccByExDu.o: In function `main': /tmp/ccByExDu.o(.text+0xf): undefined reference to `__argz_stringify' configure:16372: $? = 1 configure: failed program was: #line 16338 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __argz_stringify (); below. */ #include /* 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 __argz_stringify (); char (*f) (); int main () { /* 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 #else f = __argz_stringify; #endif ; return 0; } configure:16388: result: no configure:16332: checking for __argz_next configure:16369: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory /tmp/ccmbzc9M.o: In function `main': /tmp/ccmbzc9M.o(.text+0xf): undefined reference to `__argz_next' configure:16372: $? = 1 configure: failed program was: #line 16338 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __argz_next (); below. */ #include /* 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 __argz_next (); char (*f) (); int main () { /* 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 #else f = __argz_next; #endif ; return 0; } configure:16388: result: no configure:16398: checking for stpcpy configure:16433: c++ -c -Wmissing-prototypes -Werror -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc >&5 cc1plus: changing search order for system directory "/usr/include" cc1plus: as it has already been specified as a non-system directory cc1plus: changing search order for system directory "/usr/include" cc1plus: as it has already been specified as a non-system directory configure: In function `int main()': configure:16425: `stpcpy' undeclared (first use this function) configure:16425: (Each undeclared identifier is reported only once for each function it appears in.) configure:16436: $? = 1 configure: failed program was: #line 16416 "configure" #include "confdefs.h" #include int main () { char buffer[200]; stpcpy(buffer, buffer); ; return 0; } configure:16461: result: no configure:16472: checking for LC_MESSAGES configure:16490: cc -o conftest -DNDEBUG -O2 -O -pipe -march=pentiumpro -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib >&5 cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory configure:16493: $? = 0 configure:16496: test -s conftest configure:16499: $? = 0 configure:16509: result: yes configure:16553: checking if STL implementation is SGI like configure:16579: c++ -c -DNDEBUG -DNO_DEBUG -O2 -O -pipe -march=pentiumpro -fno-check-new -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc >&5 cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory In file included from /usr/include/g++/cstdlib:52, from /usr/include/g++/bits/stl_algobase.h:67, from /usr/include/g++/memory:54, from /usr/include/g++/string:48, from configure:16562: confdefs.h:5: previous declaration of `void exit(int)' with C++ linkage /usr/include/stdlib.h:103: conflicts with new declaration with C linkage configure:16582: $? = 1 configure: failed program was: #line 16560 "configure" #include "confdefs.h" #include using namespace std; int main () { string astring="Hallo Welt."; astring.erase(0, 6); // now astring is "Welt" return 0; ; return 0; } configure:16600: result: no configure:16613: checking if STL implementation is HP like configure:16639: c++ -c -DNDEBUG -DNO_DEBUG -O2 -O -pipe -march=pentiumpro -fno-check-new -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include conftest.cc >&5 cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory In file included from /usr/include/g++/cstdlib:52, from /usr/include/g++/bits/stl_algobase.h:67, from /usr/include/g++/memory:54, from /usr/include/g++/string:48, from configure:16622: confdefs.h:5: previous declaration of `void exit(int)' with C++ linkage /usr/include/stdlib.h:103: conflicts with new declaration with C linkage configure: In function `int main()': configure:16630: no matching function for call to `std::basic_string, std::allocator >::remove(int, int)' configure:16642: $? = 1 configure: failed program was: #line 16620 "configure" #include "confdefs.h" #include using namespace std; int main () { string astring="Hello World"; astring.remove(0, 6); // now astring is "World" return 0; ; return 0; } configure:16660: result: no configure:16672: error: "no known STL type found - did you forget to install libstdc++-devel ?" ## ----------------- ## ## Cache variables. ## ## ----------------- ## ac_cv_type_size_t=yes lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGISTW][ABCDGISTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"' am_cv_CC_dependencies_compiler_type=gcc3 ac_cv_func_getcwd=yes ac_cv_path_XGETTEXT=/usr/local/bin/xgettext ac_cv_prog_CXXCPP='c++ -E' ac_cv_env_CXXFLAGS_value=' -O -pipe -march=pentiumpro' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' ac_cv_header_stdlib_h=yes lt_cv_file_magic_cmd='$MAGIC_CMD' ac_cv_header_nl_types_h=yes ac_cv_func_dlopen=yes ac_cv_prog_cc_g=yes ac_cv_env_CXXCPP_set= ac_cv_env_LDFLAGS_set= lt_cv_prog_compiler_c_o_CXX=no ac_cv_func_shl_load=no ac_cv_c_compiler_gnu=yes ac_cv_env_CFLAGS_set=set ac_cv_func_setlocale=yes 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'\''' ac_cv_func_mmap_fixed_mapped=yes lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' lt_cv_sys_max_cmd_len=16384 ac_cv_prog_make_gmake_set=yes ac_cv_env_CPP_value= ac_cv_env_CPPFLAGS_set=set ac_cv_func_strcasecmp=yes lt_cv_dlopen_self=yes lt_cv_dlopen_libs= ac_cv_cxx_compiler_gnu=yes ac_cv_env_CXX_set=set ac_cv_func___argz_count=no lt_lt_cv_prog_compiler_c_o_CXX='"no"' ac_cv_env_host_alias_set= ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt lt_cv_prog_compiler_c_o_GCJ=no 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_cv_dlopen_self_static=yes lt_cv_ld_reload_flag=-r ac_cv_working_alloca_h=no ac_cv_func_munmap=yes ac_cv_header_values_h=yes ac_cv_header_sys_stat_h=yes lt_cv_prog_gnu_ld=yes ac_cv_env_build_alias_set=set ac_cv_header_limits_h=yes ac_cv_lib_dld_shl_load=no lt_cv_prog_compiler_c_o=no ac_cv_env_CXXCPP_value= ac_cv_env_LDFLAGS_value= ac_cv_env_target_alias_set= ac_cv_header_alloca_h=no ac_cv_func_alloca_works=yes ac_cv_host_alias=i386-portbld-freebsd5.0 ac_cv_env_CFLAGS_value='-O -pipe -march=pentiumpro' ac_cv_env_CC_set=set ac_cv_header_sys_types_h=yes ac_cv_header_stdc=yes ac_cv_path_MSGFMT=/usr/local/bin/msgfmt lt_lt_cv_prog_compiler_c_o_GCJ='"no"' ac_cv_func___argz_stringify=no ac_cv_header_strings_h=yes lt_cv_path_SED=/usr/bin/sed ac_cv_header_stdint_h=yes ac_cv_header_inttypes_h=yes kde_cv_stl_type_sgi=no ac_cv_func___argz_next=no ac_cv_func_setenv=yes ac_cv_header_locale_h=yes ac_cv_header_unistd_h=yes ac_cv_header_string_h=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_path_LD=/usr/libexec/elf/ld ac_cv_build_alias=i386-portbld-freebsd5.0 ac_cv_env_CPPFLAGS_value=' -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include' ac_cv_func_strchr=yes kde_cv_prog_cxx_fexceptions=yes ac_cv_header_memory_h=yes lt_lt_cv_prog_compiler_c_o='"no"' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_target_alias=i386-portbld-freebsd5.0 ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXX_value=c++ ac_cv_prog_ac_ct_STRIP=strip ac_cv_host=i386-portbld-freebsd5.0 ac_cv_env_host_alias_value= am_cv_val_LC_MESSAGES=yes ac_cv_type_off_t=yes lt_cv_objdir=.libs kde_cv_prog_cxx_fno_exceptions=yes ac_cv_prog_cxx_g=yes lt_cv_file_magic_test_file= kde_cv_prog_cxx_fno_check_new=yes ac_cv_header_argz_h=no am_cv_CXX_dependencies_compiler_type=gcc3 ac_cv_prog_CPP='cc -E' ac_cv_prog_AWK=gawk ac_cv_build=i386-portbld-freebsd5.0 ac_cv_env_build_alias_value=i386-portbld-freebsd5.0 ac_cv_func_getpagesize=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_deplibs_check_method=pass_all ac_cv_prog_ac_ct_CC=cc ac_cv_target=i386-portbld-freebsd5.0 ac_cv_env_target_alias_value= kde_cv_stl_type_hp=no ac_cv_env_CC_value=cc lt_cv_path_NM='/usr/bin/nm -B' ac_cv_env_CPP_set= ac_cv_header_dlfcn_h=yes kde_cv_prog_cxx_frepo=yes kde_cv_func_stpcpy=no ac_cv_func_putenv=yes lt_cv_dlopen=dlopen ac_cv_objext=o ## ------------ ## ## confdefs.h. ## ## ------------ ## #define PACKAGE "kdelibs-3.0.1" #define VERSION "3.0.1" #ifdef __cplusplus void exit (int); #endif #define HAVE_TEMPLATE_REPOSITORY 1 #define HAVE_DLFCN_H 1 #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_ALLOCA 1 #define HAVE_STDLIB_H 1 #define HAVE_UNISTD_H 1 #define HAVE_GETPAGESIZE 1 #define HAVE_MMAP 1 #define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 #define HAVE_NL_TYPES_H 1 #define HAVE_STRING_H 1 #define HAVE_VALUES_H 1 #define HAVE_GETCWD 1 #define HAVE_MUNMAP 1 #define HAVE_PUTENV 1 #define HAVE_SETENV 1 #define HAVE_SETLOCALE 1 #define HAVE_STRCHR 1 #define HAVE_STRCASECMP 1 #define HAVE_LC_MESSAGES 1 configure: exit 1 -=-=- -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- Ollivier.Robert@eurocontrol.fr FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:00 CET 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message