Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2002 20:47:25 -0500 (EST)
From:      Joe Clarke <marcus@marcuscom.com>
To:        stan <stanb@awod.com>
Cc:        FreeBSD Stable Mailing List <freebsd-stable@FreeBSD.ORG>
Subject:   Re: ORBir port fails during configure
Message-ID:  <20020315204507.K73932-100000@shumai.marcuscom.com>
In-Reply-To: <20020316004815.GA10547@teddy.fas.com>

next in thread | previous in thread | raw e-mail | index | archive | help


On Fri, 15 Mar 2002, stan wrote:

> OK, todays port problem is that ORBit fails in teh configure stage.
>
> Seems like very time I've tried to upgrade ports lately, there is
> a new problem :-(
>
> Thankfulu, this list has been able to help me out on every one of
> these problems os far.

Ade has committed part 1 of a big gettext change to the ports today.  This
might be contributing to your problem.  Make sure you have the latest
ports tree, and you have gettext 0.10.35 installed, and xgettext is in
your path.

Joe

>
>
> Script started on Fri Mar 15 19:42:52 2002
> black# make
> ===>  Configuring for ORBit-0.5.14
> checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
> checking whether build environment is sane... yes
> checking whether gmake sets ${MAKE}... yes
> checking for working aclocal... missing
> checking for working autoconf... missing
> checking for working automake... missing
> checking for working autoheader... missing
> checking for working makeinfo... found
> checking build system type... i386-unknown-freebsd4.5
> checking host system type... i386-unknown-freebsd4.5
> checking for gcc... cc
> checking for C compiler default output... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for executable suffix...
> checking for object suffix... o
> checking whether we are using the GNU C compiler... yes
> checking whether cc accepts -g... yes
> checking for ld used by GCC... /usr/libexec/elf/ld
> checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
> checking for /usr/libexec/elf/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognise dependant libraries... pass_all
> checking command to parse /usr/bin/nm -B output... ok
> checking how to run the C preprocessor... cc -E
> checking for dlfcn.h... yes
> checking for ranlib... ranlib
> checking for strip... strip
> checking for objdir... .libs
> checking for cc option to produce PIC... -fPIC
> checking if cc PIC flag -fPIC works... yes
> checking if cc static flag -static works... yes
> checking if cc supports -c -o file.o... yes
> checking if cc supports -c -o file.lo...
> checking if cc supports -fno-rtti -fno-exceptions... yes
> checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking dynamic linker characteristics... freebsd4.5 ld.so
> checking if libtool supports shared libraries... yes
> checking whether -lc should be explicitly linked in... yes
> creating libtool
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for gcc... (cached) cc
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether cc accepts -g... (cached) yes
> checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
> checking for indentation command to pipe generated c-files through... cat
> checking for glib-config... /usr/local/bin/glib12-config
> checking for GLIB - version >= 1.2.1... yes
> checking for bison... bison -y
> checking for flex... flex
> checking for flex... (cached) flex
> checking for yywrap in -lfl... yes
> checking lex output file root... lex.yy
> checking whether yytext is a pointer... yes
> checking for mawk... no
> checking for gawk... no
> checking for nawk... no
> checking for awk... awk
> checking for ANSI C header files... yes
> checking for fcntl.h... yes
> checking for unistd.h... yes
> checking for sys/endian.h... no
> checking for endian.h... no
> checking for machine/endian.h... yes
> checking for sys/machine.h... no
> checking for sys/isa_defs.h... no
> checking for sys/poll.h... yes
> checking for stddef.h... yes
> checking for wchar.h... yes
> checking for wcstr.h... no
> checking for wctype.h... yes
> checking for machine/types.h... yes
> checking for tcpd.h... yes
> checking for cc option to accept ANSI C... none needed
> checking for an ANSI C-conforming const... yes
> checking for inline... inline
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... no
> checking for unistd.h... (cached) yes
> checking for size_t... yes
> checking for vprintf... yes
> checking for _doprnt... no
> checking for working alloca.h... no
> checking for alloca... yes
> checking for poll... yes
> checking for basename... yes
> checking for socket... yes
> checking for gethostbyname... yes
> checking for socklen_t... yes
> checking "whether to use TCP wrappers"... yes
> checking for inet_aton... yes
> checking whether byte ordering is bigendian... no
> checking how many vectors writev is capable to handle...
> 1024
> checking alignment of CORBA_short... 2
> checking alignment of CORBA_long... 4
> checking alignment of CORBA_unsigned_short... 2
> checking alignment of CORBA_unsigned_long... 4
> checking alignment of CORBA_float... 4
> checking alignment of CORBA_double... 4
> checking alignment of CORBA_char... 1
> checking alignment of CORBA_boolean... 1
> checking alignment of CORBA_octet... 1
> checking alignment of CORBA_long_double... 4
> checking alignment of CORBA_wchar... 2
> checking alignment of CORBA_long_long... 4
> checking alignment of CORBA_unsigned_long_long... 4
> checking alignment of CORBA_struct... 1
> checking alignment of CORBA_pointer... 4
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating orbit-config
> config.status: creating src/Makefile
> config.status: creating src/ORBitutil/Makefile
> config.status: creating src/ORBitutil/orbit-os-config.h
> config.status: creating src/IIOP/Makefile
> config.status: creating src/orb/orbit.h
> config.status: creating src/orb/Makefile
> config.status: creating src/orbit-idl-compiler/Makefile
> config.status: creating src/orbit-idl-compiler/backends/Makefile
> config.status: creating src/orbit-idl-compiler/backends/c/Makefile
> config.status: creating src/services/Makefile
> config.status: creating src/services/name/Makefile
> config.status: creating src/services/event/Makefile
> config.status: creating src/daemons/Makefile
> config.status: creating src/daemons/interface_repository/Makefile
> config.status: creating test/Makefile
> config.status: creating test/idl/Makefile
> config.status: creating test/test-poa/Makefile
> config.status: creating test/everything/Makefile
> config.status: creating ORBit.pc
> config.status: creating ORBit.spec
> config.status: creating config.h
> config.status: config.h is unchanged
> configure: configuring in libIDL
> configure: running /bin/sh './configure'  --disable-indent --prefix=/usr/local --target=i386-unknown-freebsd4.5 'CFLAGS=-O -pipe -march=k6' CPPFLAGS=-I/usr/local/include target_alias=i386-unknown-freebsd4.5 CC=cc --cache-file=/dev/null --srcdir=.
> checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
> checking whether build environment is sane... yes
> checking whether gmake sets ${MAKE}... yes
> checking for working aclocal... missing
> checking for working autoconf... missing
> checking for working automake... missing
> checking for working autoheader... missing
> checking for working makeinfo... found
> checking for gcc... cc
> checking for C compiler default output... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for executable suffix...
> checking for object suffix... o
> checking whether we are using the GNU C compiler... yes
> checking whether cc accepts -g... yes
> checking for strerror in -lcposix... no
> checking for gcc... (cached) cc
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether cc accepts -g... (cached) yes
> checking how to run the C preprocessor... cc -E
> checking if C preprocessor likes IDL... yes
> checking if C preprocessor can read from stdin... yes
> checking how to ignore standard include path...
> checking for flex... flex
> checking for flex... (cached) flex
> checking for yywrap in -lfl... yes
> checking lex output file root... lex.yy
> checking whether yytext is a pointer... yes
> checking for bison... bison -y
> checking build system type... i386-unknown-freebsd4.5
> checking host system type... i386-unknown-freebsd4.5
> checking for ld used by GCC... /usr/libexec/elf/ld
> checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
> checking for /usr/libexec/elf/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognise dependant libraries... pass_all
> checking command to parse /usr/bin/nm -B output... ok
> checking for dlfcn.h... yes
> checking for ranlib... ranlib
> checking for strip... strip
> checking for objdir... .libs
> checking for cc option to produce PIC... -fPIC
> checking if cc PIC flag -fPIC works... yes
> checking if cc static flag -static works... yes
> checking if cc supports -c -o file.o... yes
> checking if cc supports -c -o file.lo...
> checking if cc supports -fno-rtti -fno-exceptions... yes
> checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking dynamic linker characteristics... freebsd4.5 ld.so
> checking if libtool supports shared libraries... yes
> checking whether -lc should be explicitly linked in... yes
> creating libtool
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for glib-config... no
> checking for glib-config... /usr/local/bin/glib12-config
> checking for GLIB - version >= 1.2.0... yes
> checking for ANSI C header files... yes
> checking for stddef.h... yes
> checking for wchar.h... yes
> checking for wcstr.h... no
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating Makefile.msc
> config.status: creating libIDL-config
> config.status: creating libIDL.m4
> config.status: creating libIDL.spec
> config.status: creating libIDL.pc
> config.status: creating IDL.h.new
> IDL.h is unchanged
>
> libIDL 0.6.8 configuration complete
>
>   Flex installed: yes
>   C Preprocessor: "cc -E"
>   Standard input supported.
>
> configure: configuring in popt
> configure: running /bin/sh './configure'  --disable-indent --prefix=/usr/local --target=i386-unknown-freebsd4.5 'CFLAGS=-O -pipe -march=k6' CPPFLAGS=-I/usr/local/include target_alias=i386-unknown-freebsd4.5 CC=cc --cache-file=/dev/null --srcdir=.
> checking build system type... i386-unknown-freebsd4.5
> checking host system type... i386-unknown-freebsd4.5
> checking target system type... i386-unknown-freebsd4.5
> checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
> checking whether build environment is sane... yes
> checking whether gmake sets ${MAKE}... yes
> checking for working aclocal... missing
> checking for working autoconf... missing
> checking for working automake... missing
> checking for working autoheader... missing
> checking for working makeinfo... found
> checking for gcc... cc
> checking for C compiler default output... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for executable suffix...
> checking for object suffix... o
> checking whether we are using the GNU C compiler... yes
> checking whether cc accepts -g... yes
> checking for strerror in -lcposix... no
> checking for gcc... (cached) cc
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether cc accepts -g... (cached) yes
> checking how to run the C preprocessor... cc -E
> checking whether cc needs -traditional... no
> checking for cc option to accept ANSI C... none needed
> checking for function prototypes... yes
> checking for ld used by GCC... /usr/libexec/elf/ld
> checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
> checking for /usr/libexec/elf/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognise dependant libraries... pass_all
> checking command to parse /usr/bin/nm -B output... ok
> checking for dlfcn.h... yes
> checking for ranlib... ranlib
> checking for strip... strip
> checking for objdir... .libs
> checking for cc option to produce PIC... -fPIC
> checking if cc PIC flag -fPIC works... yes
> checking if cc static flag -static works... yes
> checking if cc supports -c -o file.o... yes
> checking if cc supports -c -o file.lo...
> checking if cc supports -fno-rtti -fno-exceptions... yes
> checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking dynamic linker characteristics... freebsd4.5 ld.so
> checking if libtool supports shared libraries... yes
> creating libtool
> checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
> checking for alloca.h... no
> checking for libintl.h... no
> checking for mcheck.h... no
> checking for unistd.h... yes
> checking for /usr/ucblib in LIBS... no
> checking for GNU xgettext... xgettext: not found
> configure: error:
> *** GNU gettext is required. The latest version
> *** is always available from ftp://ftp.gnu.org/gnu/gettext/.
> configure: error: /bin/sh './configure' failed for popt
> sed: confdefs.h: No such file or directory
> ===>  Script "configure" failed: here are the contents of "config.log"
> 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 --disable-indent --prefix=/usr/local --target=i386-unknown-freebsd4.5
>
> ## ---------- ##
> ## Platform.  ##
> ## ---------- ##
>
> hostname = black.fas.com
> uname -m = i386
> uname -r = 4.5-STABLE
> uname -s = FreeBSD
> uname -v = FreeBSD 4.5-STABLE #2: Fri Mar 15 17:38:03 EST 2002     root@black.fas.com:/usr/obj/usr/src/sys/BLACK
>
> /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 = /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin
>
> ## ------------ ##
> ## Core tests.  ##
> ## ------------ ##
>
> configure:1132: PATH=".;."; conftest.sh
> conftest.sh: not found
> configure:1135: $? = 127
> configure:1227: checking for a BSD compatible install
> configure:1276: result: /usr/bin/install -c -o root -g wheel
> configure:1287: checking whether build environment is sane
> configure:1330: result: yes
> configure:1345: checking whether gmake sets ${MAKE}
> configure:1365: result: yes
> configure:1385: checking for working aclocal
> configure:1396: result: missing
> configure:1400: checking for working autoconf
> configure:1411: result: missing
> configure:1415: checking for working automake
> configure:1426: result: missing
> configure:1430: checking for working autoheader
> configure:1441: result: missing
> configure:1445: checking for working makeinfo
> configure:1452: result: found
> configure:1532: checking build system type
> configure:1550: result: i386-unknown-freebsd4.5
> configure:1557: checking host system type
> configure:1571: result: i386-unknown-freebsd4.5
> configure:1621: checking for gcc
> configure:1644: result: cc
> configure:1872: checking for C compiler version
> configure:1875: cc --version </dev/null >&5
> 2.95.3
> configure:1878: $? = 0
> configure:1880: cc -v </dev/null >&5
> Using builtin specs.
> gcc version 2.95.3 20010315 (release) [FreeBSD]
> configure:1883: $? = 0
> configure:1885: cc -V </dev/null >&5
> cc: argument to `-V' is missing
> configure:1888: $? = 1
> configure:1908: checking for C compiler default output
> configure:1911: cc -O -pipe -march=k6 -I/usr/local/include  conftest.c -L/usr/local/lib >&5
> configure:1914: $? = 0
> configure:1943: result: a.out
> configure:1948: checking whether the C compiler works
> configure:1954: ./a.out
> configure:1957: $? = 0
> configure:1972: result: yes
> configure:1979: checking whether we are cross compiling
> configure:1981: result: no
> configure:1984: checking for executable suffix
> configure:1986: cc -o conftest -O -pipe -march=k6 -I/usr/local/include  conftest.c -L/usr/local/lib >&5
> configure:1989: $? = 0
> configure:2011: result:
> configure:2017: checking for object suffix
> configure:2035: cc -c -O -pipe -march=k6 -I/usr/local/include conftest.c >&5
> configure:2038: $? = 0
> configure:2057: result: o
> configure:2061: checking whether we are using the GNU C compiler
> configure:2082: cc -c -O -pipe -march=k6 -I/usr/local/include conftest.c >&5
> configure:2085: $? = 0
> configure:2088: test -s conftest.o
> configure:2091: $? = 0
> configure:2103: result: yes
> configure:2109: checking whether cc accepts -g
> configure:2127: cc -c -g -I/usr/local/include conftest.c >&5
> configure:2130: $? = 0
> configure:2133: test -s conftest.o
> configure:2136: $? = 0
> configure:2146: result: yes
> configure:2173: cc -c -O -pipe -march=k6 -I/usr/local/include conftest.c >&5
> conftest.c:2: syntax error before `me'
> configure:2176: $? = 1
> configure: failed program was:
> #ifndef __cplusplus
>   choke me
> #endif
> configure:2284: checking for ld used by GCC
> configure:2347: result: /usr/libexec/elf/ld
> configure:2356: checking if the linker (/usr/libexec/elf/ld) is GNU ld
> GNU ld version 2.11.2 20010719 [FreeBSD] (with BFD 2.11.2 20010719 [FreeBSD])
> configure:2368: result: yes
> configure:2372: checking for /usr/libexec/elf/ld option to reload object files
> configure:2379: result: -r
> configure:2384: checking for BSD-compatible nm
> configure:2420: result: /usr/bin/nm -B
> configure:2423: checking whether ln -s works
> configure:2427: result: yes
> configure:2434: checking how to recognise dependant libraries
> configure:2602: result: pass_all
> configure:2608: checking command to parse /usr/bin/nm -B output
> configure:2685: cc -c -O -pipe -march=k6 -I/usr/local/include conftest.c >&5
> configure:2688: $? = 0
> configure:2692: /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:2695: $? = 0
> configure:2747: cc -o conftest -O -pipe -march=k6 -I/usr/local/include  conftest.c conftstm.o >&5
> configure:2750: $? = 0
> configure:2791: result: ok
> configure:2800: checking how to run the C preprocessor
> configure:2826: cc -E -I/usr/local/include conftest.c
> configure:2832: $? = 0
> configure:2859: cc -E -I/usr/local/include conftest.c
> configure:2856: ac_nonexistent.h: No such file or directory
> configure:2865: $? = 1
> configure: failed program was:
> #line 2855 "configure"
> #include "confdefs.h"
> #include <ac_nonexistent.h>
> configure:2902: result: cc -E
> configure:2917: cc -E -I/usr/local/include conftest.c
> configure:2923: $? = 0
> configure:2950: cc -E -I/usr/local/include conftest.c
> configure:2947: ac_nonexistent.h: No such file or directory
> configure:2956: $? = 1
> configure: failed program was:
> #line 2946 "configure"
> #include "confdefs.h"
> #include <ac_nonexistent.h>
> configure:2998: checking for dlfcn.h
> configure:3008: cc -E -I/usr/local/include conftest.c
> configure:3014: $? = 0
> configure:3033: result: yes
> configure:3220: checking for ranlib
> configure:3235: found /usr/bin/ranlib
> configure:3244: result: ranlib
> configure:3294: checking for strip
> configure:3309: found /usr/bin/strip
> configure:3318: result: strip
> configure:3513: checking for objdir
> configure:3524: result: .libs
> configure:3539: checking for cc option to produce PIC
> configure:3689: result: -fPIC
> configure:3693: checking if cc PIC flag -fPIC works
> configure:3713: cc -c -O -pipe -march=k6 -fPIC -DPIC -I/usr/local/include conftest.c >&5
> configure:3716: $? = 0
> configure:3719: test -s conftest.o
> configure:3722: $? = 0
> configure:3758: result: yes
> configure:3774: checking if cc static flag -static works
> configure:3795: cc -o conftest -O -pipe -march=k6 -I/usr/local/include  -static conftest.c -L/usr/local/lib >&5
> configure:3798: $? = 0
> configure:3801: test -s conftest
> configure:3804: $? = 0
> configure:3818: result: yes
> configure:3829: checking if cc supports -c -o file.o
> configure:3849: cc -c -O -pipe -march=k6 -o out/conftest2.o -I/usr/local/include conftest.c >&5
> configure:3873: result: yes
> configure:3878: checking if cc supports -c -o file.lo
> configure:3900: cc -c -O -pipe -march=k6 -c -o conftest.lo -I/usr/local/include conftest.c >&5
> configure:3903: $? = 0
> configure:3906: test -s conftest.o
> configure:3909: $? = 1
> configure: failed program was:
> #line 3888 "configure"
> #include "confdefs.h"
>
> int
> main ()
> {
> int some_variable = 0;
>   ;
>   return 0;
> }
> configure:3929: result:
> configure:3960: checking if cc supports -fno-rtti -fno-exceptions
> configure:3979: cc -c -O -pipe -march=k6 -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c >&5
> configure:3982: $? = 0
> configure:3985: test -s conftest.o
> configure:3988: $? = 0
> configure:4004: result: yes
> configure:4015: checking whether the linker (/usr/libexec/elf/ld) supports shared libraries
> configure:4627: result: yes
> configure:4632: checking how to hardcode library paths into programs
> configure:4656: result: immediate
> configure:4661: checking whether stripping libraries is possible
> configure:4666: result: yes
> configure:4677: checking dynamic linker characteristics
> configure:5059: result: freebsd4.5 ld.so
> configure:5064: checking if libtool supports shared libraries
> configure:5066: result: yes
> configure:5630: checking whether -lc should be explicitly linked in
> configure:5638: cc -c -O -pipe -march=k6 -I/usr/local/include conftest.c >&5
> configure:5641: $? = 0
> configure:5655: cc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
> configure:5658: $? = 1
> configure:5671: result: yes
> configure:6232: checking whether to enable maintainer-specific portions of Makefiles
> configure:6241: result: no
> configure:6303: checking for gcc
> configure:6326: result: cc
> configure:6554: checking for C compiler version
> configure:6557: cc --version </dev/null >&5
> 2.95.3
> configure:6560: $? = 0
> configure:6562: cc -v </dev/null >&5
> Using builtin specs.
> gcc version 2.95.3 20010315 (release) [FreeBSD]
> configure:6565: $? = 0
> configure:6567: cc -V </dev/null >&5
> cc: argument to `-V' is missing
> configure:6570: $? = 1
> configure:6573: checking whether we are using the GNU C compiler
> configure:6615: result: yes
> configure:6621: checking whether cc accepts -g
> configure:6658: result: yes
> configure:6685: cc -c -O -pipe -march=k6 -I/usr/local/include conftest.c >&5
> conftest.c:2: syntax error before `me'
> configure:6688: $? = 1
> configure: failed program was:
> #ifndef __cplusplus
>   choke me
> #endif
> configure:6798: checking for a BSD compatible install
> configure:6847: result: /usr/bin/install -c -o root -g wheel
> configure:6866: checking for indentation command to pipe generated c-files through
> configure:6887: result: cat
> configure:6945: checking for glib-config
> configure:6974: result: /usr/local/bin/glib12-config
> configure:6982: checking for GLIB - version >= 1.2.1
> configure:7083: cc -o conftest -O -pipe -march=k6 -I/usr/local/include/glib12 -I/usr/local/include  conftest.c -L/usr/local/lib -lglib12 -L/usr/local/lib >&5
> configure:7086: $? = 0
> configure:7088: ./conftest
> configure:7091: $? = 0
> configure:7107: result: yes
> configure:7200: checking for bison
> configure:7215: found /usr/local/bin/bison
> configure:7223: result: bison -y
> configure:7239: checking for flex
> configure:7254: found /usr/bin/flex
> configure:7262: result: flex
> configure:7277: checking for flex
> configure:7300: result: flex
> configure:7313: checking for yywrap in -lfl
> configure:7340: cc -o conftest -O -pipe -march=k6 -I/usr/local/include  conftest.c -lfl  -L/usr/local/lib >&5
> configure:7343: $? = 0
> configure:7346: test -s conftest
> configure:7349: $? = 0
> configure:7360: result: yes
> configure:7423: checking lex output file root
> configure:7442: result: lex.yy
> configure:7446: checking whether yytext is a pointer
> configure:7462: cc -o conftest -O -pipe -march=k6 -I/usr/local/include  conftest.c -L/usr/local/lib -lfl >&5
> configure:7465: $? = 0
> configure:7468: test -s conftest
> configure:7471: $? = 0
> configure:7483: result: yes
> configure:7499: checking for mawk
> configure:7525: result: no
> configure:7499: checking for gawk
> configure:7525: result: no
> configure:7499: checking for nawk
> configure:7525: result: no
> configure:7499: checking for awk
> configure:7514: found /usr/bin/awk
> configure:7522: result: awk
> configure:7532: checking for ANSI C header files
> configure:7546: cc -E -I/usr/local/include conftest.c
> configure:7552: $? = 0
> configure:7639: cc -o conftest -O -pipe -march=k6 -I/usr/local/include  conftest.c -L/usr/local/lib >&5
> configure:7642: $? = 0
> configure:7644: ./conftest
> configure:7647: $? = 0
> configure:7660: result: yes
> configure:7673: checking for fcntl.h
> configure:7683: cc -E -I/usr/local/include conftest.c
> configure:7689: $? = 0
> configure:7708: result: yes
> configure:7673: checking for unistd.h
> configure:7683: cc -E -I/usr/local/include conftest.c
> configure:7689: $? = 0
> configure:7708: result: yes
> configure:7673: checking for sys/endian.h
> configure:7683: cc -E -I/usr/local/include conftest.c
> configure:7680: sys/endian.h: No such file or directory
> configure:7689: $? = 1
> configure: failed program was:
> #line 7679 "configure"
> #include "confdefs.h"
> #include <sys/endian.h>
> configure:7708: result: no
> configure:7673: checking for endian.h
> configure:7683: cc -E -I/usr/local/include conftest.c
> configure:7680: endian.h: No such file or directory
> configure:7689: $? = 1
> configure: failed program was:
> #line 7679 "configure"
> #include "confdefs.h"
> #include <endian.h>
> configure:7708: result: no
> configure:7673: checking for machine/endian.h
> configure:7683: cc -E -I/usr/local/include conftest.c
> configure:7689: $? = 0
> configure:7708: result: yes
> configure:7673: checking for sys/machine.h
> configure:7683: cc -E -I/usr/local/include conftest.c
> configure:7680: sys/machine.h: No such file or directory
> configure:7689: $? = 1
> configure: failed program was:
> #line 7679 "configure"
> #include "confdefs.h"
> #include <sys/machine.h>
> configure:7708: result: no
> configure:7673: checking for sys/isa_defs.h
> configure:7683: cc -E -I/usr/local/include conftest.c
> configure:7680: sys/isa_defs.h: No such file or directory
> configure:7689: $? = 1
> configure: failed program was:
> #line 7679 "configure"
> #include "confdefs.h"
> #include <sys/isa_defs.h>
> configure:7708: result: no
> configure:7673: checking for sys/poll.h
> configure:7683: cc -E -I/usr/local/include conftest.c
> configure:7689: $? = 0
> configure:7708: result: yes
> configure:7721: checking for stddef.h
> configure:7731: cc -E -I/usr/local/include conftest.c
> configure:7737: $? = 0
> configure:7756: result: yes
> configure:7721: checking for wchar.h
> configure:7731: cc -E -I/usr/local/include conftest.c
> configure:7737: $? = 0
> configure:7756: result: yes
> configure:7721: checking for wcstr.h
> configure:7731: cc -E -I/usr/local/include conftest.c
> configure:7728: wcstr.h: No such file or directory
> configure:7737: $? = 1
> configure: failed program was:
> #line 7727 "configure"
> #include "confdefs.h"
> #include <wcstr.h>
> configure:7756: result: no
> configure:7721: checking for wctype.h
> configure:7731: cc -E -I/usr/local/include conftest.c
> configure:7737: $? = 0
> configure:7756: result: yes
> configure:7721: checking for machine/types.h
> configure:7731: cc -E -I/usr/local/include conftest.c
> configure:7737: $? = 0
> configure:7756: result: yes
> configure:7721: checking for tcpd.h
> configure:7731: cc -E -I/usr/local/include conftest.c
> configure:7737: $? = 0
> configure:7756: result: yes
> configure:7766: checking for cc option to accept ANSI C
> configure:7823: cc  -c -O -pipe -march=k6 -I/usr/local/include conftest.c >&5
> configure:7826: $? = 0
> configure:7829: test -s conftest.o
> configure:7832: $? = 0
> configure:7849: result: none needed
> configure:7857: checking for an ANSI C-conforming const
> configure:7921: cc -c -O -pipe -march=k6 -I/usr/local/include conftest.c >&5
> configure:7924: $? = 0
> configure:7927: test -s conftest.o
> configure:7930: $? = 0
> configure:7940: result: yes
> configure:7950: checking for inline
> configure:7967: cc -c -O -pipe -march=k6 -I/usr/local/include conftest.c >&5
> configure:7970: $? = 0
> configure:7973: test -s conftest.o
> configure:7976: $? = 0
> configure:7987: result: inline
> configure:8008: checking for sys/types.h
> configure:8020: cc -c -O -pipe -march=k6 -I/usr/local/include conftest.c >&5
> configure:8023: $? = 0
> configure:8026: test -s conftest.o
> configure:8029: $? = 0
> configure:8039: result: yes
> configure:8008: checking for sys/stat.h
> configure:8020: cc -c -O -pipe -march=k6 -I/usr/local/include conftest.c >&5
> configure:8023: $? = 0
> configure:8026: test -s conftest.o
> configure:8029: $? = 0
> configure:8039: result: yes
> configure:8008: checking for stdlib.h
> configure:8020: cc -c -O -pipe -march=k6 -I/usr/local/include conftest.c >&5
> configure:8023: $? = 0
> configure:8026: test -s conftest.o
> configure:8029: $? = 0
> configure:8039: result: yes
> configure:8008: checking for string.h
> configure:8020: cc -c -O -pipe -march=k6 -I/usr/local/include conftest.c >&5
> configure:8023: $? = 0
> configure:8026: test -s conftest.o
> configure:8029: $? = 0
> configure:8039: result: yes
> configure:8008: checking for memory.h
> configure:8020: cc -c -O -pipe -march=k6 -I/usr/local/include conftest.c >&5
> configure:8023: $? = 0
> configure:8026: test -s conftest.o
> configure:8029: $? = 0
> configure:8039: result: yes
> configure:8008: checking for strings.h
> configure:8020: cc -c -O -pipe -march=k6 -I/usr/local/include conftest.c >&5
> configure:8023: $? = 0
> configure:8026: test -s conftest.o
> configure:8029: $? = 0
> configure:8039: result: yes
> configure:8008: checking for inttypes.h
> configure:8020: cc -c -O -pipe -march=k6 -I/usr/local/include conftest.c >&5
> configure:8023: $? = 0
> configure:8026: test -s conftest.o
> configure:8029: $? = 0
> configure:8039: result: yes
> configure:8008: checking for stdint.h
> configure:8020: cc -c -O -pipe -march=k6 -I/usr/local/include conftest.c >&5
> configure:8049: stdint.h: No such file or directory
> configure:8023: $? = 1
> configure: failed program was:
> #line 8014 "configure"
> #include "confdefs.h"
> #include <stdio.h>
> #if HAVE_SYS_TYPES_H
> # include <sys/types.h>
> #endif
> #if HAVE_SYS_STAT_H
> # include <sys/stat.h>
> #endif
> #if STDC_HEADERS
> # include <stdlib.h>
> # include <stddef.h>
> #else
> # if HAVE_STDLIB_H
> #  include <stdlib.h>
> # endif
> #endif
> #if HAVE_STRING_H
> # if !STDC_HEADERS && HAVE_MEMORY_H
> #  include <memory.h>
> # endif
> # include <string.h>
> #endif
> #if HAVE_STRINGS_H
> # include <strings.h>
> #endif
> #if HAVE_INTTYPES_H
> # include <inttypes.h>
> #else
> # if HAVE_STDINT_H
> #  include <stdint.h>
> # endif
> #endif
> #if HAVE_UNISTD_H
> # include <unistd.h>
> #endif
> #include <stdint.h>
> configure:8039: result: no
> configure:8008: checking for unistd.h
> configure:8039: result: yes
> configure:8049: checking for size_t
> configure:8070: cc -c -O -pipe -march=k6 -I/usr/local/include conftest.c >&5
> configure:8073: $? = 0
> configure:8076: test -s conftest.o
> configure:8079: $? = 0
> configure:8089: result: yes
> configure:8104: checking for vprintf
> configure:8141: cc -o conftest -O -pipe -march=k6 -I/usr/local/include  conftest.c -L/usr/local/lib >&5
> configure:8144: $? = 0
> configure:8147: test -s conftest
> configure:8150: $? = 0
> configure:8160: result: yes
> configure:8167: checking for _doprnt
> configure:8204: cc -o conftest -O -pipe -march=k6 -I/usr/local/include  conftest.c -L/usr/local/lib >&5
> /tmp/ccUUALTw.o: In function `main':
> /tmp/ccUUALTw.o(.text+0x9): undefined reference to `_doprnt'
> configure:8207: $? = 1
> configure: failed program was:
> #line 8173 "configure"
> #include "confdefs.h"
> /* System header to define __stub macros and hopefully few prototypes,
>     which can conflict with char _doprnt (); below.  */
> #include <assert.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 _doprnt ();
> 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__doprnt) || defined (__stub____doprnt)
> choke me
> #else
> f = _doprnt;
> #endif
>
>   ;
>   return 0;
> }
> configure:8223: result: no
> configure:8238: checking for working alloca.h
> configure:8256: cc -o conftest -O -pipe -march=k6 -I/usr/local/include  conftest.c -L/usr/local/lib >&5
> configure:8245: alloca.h: No such file or directory
> configure:8259: $? = 1
> configure: failed program was:
> #line 8244 "configure"
> #include "confdefs.h"
> #include <alloca.h>
> int
> main ()
> {
> char *p = (char *) alloca (2 * sizeof (int));
>   ;
>   return 0;
> }
> configure:8275: result: no
> configure:8285: checking for alloca
> configure:8323: cc -o conftest -O -pipe -march=k6 -I/usr/local/include  conftest.c -L/usr/local/lib >&5
> configure:8326: $? = 0
> configure:8329: test -s conftest
> configure:8332: $? = 0
> configure:8342: result: yes
> configure:8532: checking for poll
> configure:8569: cc -o conftest -O -pipe -march=k6 -I/usr/local/include  conftest.c -L/usr/local/lib >&5
> configure:8572: $? = 0
> configure:8575: test -s conftest
> configure:8578: $? = 0
> configure:8588: result: yes
> configure:8532: checking for basename
> configure:8569: cc -o conftest -O -pipe -march=k6 -I/usr/local/include  conftest.c -L/usr/local/lib >&5
> configure:8572: $? = 0
> configure:8575: test -s conftest
> configure:8578: $? = 0
> configure:8588: result: yes
> configure:8598: checking for socket
> configure:8635: cc -o conftest -O -pipe -march=k6 -I/usr/local/include  conftest.c -L/usr/local/lib >&5
> configure:8638: $? = 0
> configure:8641: test -s conftest
> configure:8644: $? = 0
> configure:8654: result: yes
> configure:8720: checking for gethostbyname
> configure:8757: cc -o conftest -O -pipe -march=k6 -I/usr/local/include  conftest.c -L/usr/local/lib >&5
> configure:8760: $? = 0
> configure:8763: test -s conftest
> configure:8766: $? = 0
> configure:8776: result: yes
> configure:8843: checking for socklen_t
> configure:8859: cc -c -O -pipe -march=k6 -I/usr/local/include conftest.c >&5
> configure:8862: $? = 0
> configure:8865: test -s conftest.o
> configure:8868: $? = 0
> configure:8870: result: yes
> configure:8890: checking "whether to use TCP wrappers"
> >From -L/usr/local/lib, checking in dir /usr/local/lib for libwrap.so
> >From -L/usr/local/lib, checking in dir /usr/local/lib for libwrap.a
> >From -L/usr/lib, checking in dir /usr/lib for libwrap.so
> Found /usr/lib/libwrap.so
> configure:8914: result: yes
> configure:9038: checking for inet_aton
> configure:9075: cc -o conftest -O -pipe -march=k6 -I/usr/local/include  conftest.c -L/usr/local/lib >&5
> configure:9078: $? = 0
> configure:9081: test -s conftest
> configure:9084: $? = 0
> configure:9094: result: yes
> configure:9169: checking whether byte ordering is bigendian
> configure:9194: cc -c -O -pipe -march=k6 -I/usr/local/include conftest.c >&5
> configure:9197: $? = 0
> configure:9200: test -s conftest.o
> configure:9203: $? = 0
> configure:9224: cc -c -O -pipe -march=k6 -I/usr/local/include conftest.c >&5
> configure: In function `main':
> configure:9215: syntax error before `big'
> configure:9227: $? = 1
> configure: failed program was:
> #line 9207 "configure"
> #include "confdefs.h"
> #include <sys/types.h>
> #include <sys/param.h>
>
> int
> main ()
> {
> #if BYTE_ORDER != BIG_ENDIAN
>  not big endian
> #endif
>
>   ;
>   return 0;
> }
> configure:9291: result: no
> configure:3761: checking how many vectors writev is capable to handle
> configure:9338: cc -o conftest -O -pipe -march=k6 -I/usr/local/include  conftest.c -L/usr/local/lib >&5
> configure:9341: $? = 0
> configure:9343: ./conftest
> configure:9346: $? = 0
> configure:9367: checking alignment of CORBA_short
> configure:9395: cc -o conftest -O -pipe -march=k6 -I/usr/local/include -I/usr/local/include/glib12  conftest.c -L/usr/local/lib -lglib12 -L/usr/local/lib >&5
> configure:9398: $? = 0
> configure:9400: ./conftest
> configure:9403: $? = 0
> configure:9415: result: 2
> configure:9427: checking alignment of CORBA_long
> configure:9455: cc -o conftest -O -pipe -march=k6 -I/usr/local/include -I/usr/local/include/glib12  conftest.c -L/usr/local/lib -lglib12 -L/usr/local/lib >&5
> configure:9458: $? = 0
> configure:9460: ./conftest
> configure:9463: $? = 0
> configure:9475: result: 4
> configure:9487: checking alignment of CORBA_unsigned_short
> configure:9515: cc -o conftest -O -pipe -march=k6 -I/usr/local/include -I/usr/local/include/glib12  conftest.c -L/usr/local/lib -lglib12 -L/usr/local/lib >&5
> configure:9518: $? = 0
> configure:9520: ./conftest
> configure:9523: $? = 0
> configure:9535: result: 2
> configure:9547: checking alignment of CORBA_unsigned_long
> configure:9575: cc -o conftest -O -pipe -march=k6 -I/usr/local/include -I/usr/local/include/glib12  conftest.c -L/usr/local/lib -lglib12 -L/usr/local/lib >&5
> configure:9578: $? = 0
> configure:9580: ./conftest
> configure:9583: $? = 0
> configure:9595: result: 4
> configure:9607: checking alignment of CORBA_float
> configure:9635: cc -o conftest -O -pipe -march=k6 -I/usr/local/include -I/usr/local/include/glib12  conftest.c -L/usr/local/lib -lglib12 -L/usr/local/lib >&5
> configure:9638: $? = 0
> configure:9640: ./conftest
> configure:9643: $? = 0
> configure:9655: result: 4
> configure:9667: checking alignment of CORBA_double
> configure:9695: cc -o conftest -O -pipe -march=k6 -I/usr/local/include -I/usr/local/include/glib12  conftest.c -L/usr/local/lib -lglib12 -L/usr/local/lib >&5
> configure:9698: $? = 0
> configure:9700: ./conftest
> configure:9703: $? = 0
> configure:9715: result: 4
> configure:9727: checking alignment of CORBA_char
> configure:9755: cc -o conftest -O -pipe -march=k6 -I/usr/local/include -I/usr/local/include/glib12  conftest.c -L/usr/local/lib -lglib12 -L/usr/local/lib >&5
> configure:9758: $? = 0
> configure:9760: ./conftest
> configure:9763: $? = 0
> configure:9775: result: 1
> configure:9787: checking alignment of CORBA_boolean
> configure:9815: cc -o conftest -O -pipe -march=k6 -I/usr/local/include -I/usr/local/include/glib12  conftest.c -L/usr/local/lib -lglib12 -L/usr/local/lib >&5
> configure:9818: $? = 0
> configure:9820: ./conftest
> configure:9823: $? = 0
> configure:9835: result: 1
> configure:9847: checking alignment of CORBA_octet
> configure:9875: cc -o conftest -O -pipe -march=k6 -I/usr/local/include -I/usr/local/include/glib12  conftest.c -L/usr/local/lib -lglib12 -L/usr/local/lib >&5
> configure:9878: $? = 0
> configure:9880: ./conftest
> configure:9883: $? = 0
> configure:9895: result: 1
> configure:9907: checking alignment of CORBA_long_double
> configure:9935: cc -o conftest -O -pipe -march=k6 -I/usr/local/include -I/usr/local/include/glib12  conftest.c -L/usr/local/lib -lglib12 -L/usr/local/lib >&5
> configure:9938: $? = 0
> configure:9940: ./conftest
> configure:9943: $? = 0
> configure:9955: result: 4
> configure:9967: checking alignment of CORBA_wchar
> configure:9995: cc -o conftest -O -pipe -march=k6 -I/usr/local/include -I/usr/local/include/glib12  conftest.c -L/usr/local/lib -lglib12 -L/usr/local/lib >&5
> configure:9998: $? = 0
> configure:10000: ./conftest
> configure:10003: $? = 0
> configure:10015: result: 2
> configure:10027: checking alignment of CORBA_long_long
> configure:10055: cc -o conftest -O -pipe -march=k6 -I/usr/local/include -I/usr/local/include/glib12  conftest.c -L/usr/local/lib -lglib12 -L/usr/local/lib >&5
> configure:10058: $? = 0
> configure:10060: ./conftest
> configure:10063: $? = 0
> configure:10075: result: 4
> configure:10087: checking alignment of CORBA_unsigned_long_long
> configure:10115: cc -o conftest -O -pipe -march=k6 -I/usr/local/include -I/usr/local/include/glib12  conftest.c -L/usr/local/lib -lglib12 -L/usr/local/lib >&5
> configure:10118: $? = 0
> configure:10120: ./conftest
> configure:10123: $? = 0
> configure:10135: result: 4
> configure:10147: checking alignment of CORBA_struct
> configure:10175: cc -o conftest -O -pipe -march=k6 -I/usr/local/include -I/usr/local/include/glib12  conftest.c -L/usr/local/lib -lglib12 -L/usr/local/lib >&5
> configure:10178: $? = 0
> configure:10180: ./conftest
> configure:10183: $? = 0
> configure:10195: result: 1
> configure:10207: checking alignment of CORBA_pointer
> configure:10235: cc -o conftest -O -pipe -march=k6 -I/usr/local/include -I/usr/local/include/glib12  conftest.c -L/usr/local/lib -lglib12 -L/usr/local/lib >&5
> configure:10238: $? = 0
> configure:10240: ./conftest
> configure:10243: $? = 0
> configure:10255: result: 4
> configure:10353: creating ./config.status
>
> ## ----------------------- ##
> ## Running config.status.  ##
> ## ----------------------- ##
>
> This file was extended by config.status 2.52, executed with
>   CONFIG_FILES    =
>   CONFIG_HEADERS  =
>   CONFIG_LINKS    =
>   CONFIG_COMMANDS =
>   > ./config.status
> on black.fas.com
>
> config.status:10875: creating Makefile
> config.status:10875: creating orbit-config
> config.status:10875: creating src/Makefile
> config.status:10875: creating src/ORBitutil/Makefile
> config.status:10875: creating src/ORBitutil/orbit-os-config.h
> config.status:10875: creating src/IIOP/Makefile
> config.status:10875: creating src/orb/orbit.h
> config.status:10875: creating src/orb/Makefile
> config.status:10875: creating src/orbit-idl-compiler/Makefile
> config.status:10875: creating src/orbit-idl-compiler/backends/Makefile
> config.status:10875: creating src/orbit-idl-compiler/backends/c/Makefile
> config.status:10875: creating src/services/Makefile
> config.status:10875: creating src/services/name/Makefile
> config.status:10875: creating src/services/event/Makefile
> config.status:10875: creating src/daemons/Makefile
> config.status:10875: creating src/daemons/interface_repository/Makefile
> config.status:10875: creating test/Makefile
> config.status:10875: creating test/idl/Makefile
> config.status:10875: creating test/test-poa/Makefile
> config.status:10875: creating test/everything/Makefile
> config.status:10875: creating ORBit.pc
> config.status:10875: creating ORBit.spec
> config.status:10967: creating config.h
> config.status:11108: config.h is unchanged
> configure:11226: configuring in libIDL
> configure:11293: running /bin/sh './configure'  --disable-indent --prefix=/usr/local --target=i386-unknown-freebsd4.5 'CFLAGS=-O -pipe -march=k6' CPPFLAGS=-I/usr/local/include target_alias=i386-unknown-freebsd4.5 CC=cc --cache-file=/dev/null --srcdir=.
> configure:11226: configuring in popt
> configure:11293: running /bin/sh './configure'  --disable-indent --prefix=/usr/local --target=i386-unknown-freebsd4.5 'CFLAGS=-O -pipe -march=k6' CPPFLAGS=-I/usr/local/include target_alias=i386-unknown-freebsd4.5 CC=cc --cache-file=/dev/null --srcdir=.
> configure:11298: error: /bin/sh './configure' failed for popt
>
> ## ----------------- ##
> ## Cache variables.  ##
> ## ----------------- ##
>
> ac_cv_alignof_CORBA_long_double='4'
> ac_cv_type_size_t='yes'
> ac_cv_header_sys_endian_h='no'
> ac_cv_lib_fl_yywrap='yes'
> ac_cv_c_bigendian='no'
> ac_cv_header_wcstr_h='no'
> ac_cv_alignof_CORBA_boolean='1'
> ac_cv_alignof_CORBA_unsigned_short='2'
> ac_cv_header_stdlib_h='yes'
> lt_cv_file_magic_cmd='$MAGIC_CMD'
> ac_cv_func__doprnt='no'
> ac_cv_alignof_CORBA_octet='1'
> ac_cv_header_machine_types_h='yes'
> ac_cv_prog_cc_g='yes'
> ac_cv_env_LDFLAGS_set=''
> lt_cv_prog_cc_can_build_shared='yes'
> ac_cv_c_compiler_gnu='yes'
> ac_cv_env_CFLAGS_set='set'
> ac_cv_prog_make_gmake_set='yes'
> ac_cv_env_CPP_value=''
> ac_cv_env_CPPFLAGS_set='set'
> ac_cv_alignof_CORBA_long='4'
> ac_cv_header_wchar_h='yes'
> lt_cv_prog_cc_static_works='yes'
> lt_cv_prog_cc_no_builtin=''
> ac_cv_alignof_CORBA_unsigned_long_long='4'
> ac_cv_func_inet_aton='yes'
> ac_cv_func_socket='yes'
> ac_cv_header_sys_poll_h='yes'
> lt_cv_prog_cc_shlib=''
> ac_cv_header_sys_isa_defs_h='no'
> ac_cv_header_fcntl_h='yes'
> lt_cv_prog_cc_static='-static'
> ac_cv_env_host_alias_set=''
> ac_cv_c_const='yes'
> ac_cv_prog_YACC='bison -y'
> lt_cv_ld_reload_flag='-r'
> ac_cv_working_alloca_h='no'
> lt_cv_sys_path_separator=':'
> ac_cv_header_sys_stat_h='yes'
> ac_cv_prog_lex_root='lex.yy'
> lt_cv_archive_cmds_need_lc='yes'
> lt_cv_prog_gnu_ld='yes'
> ac_cv_env_build_alias_set=''
> ac_cv_alignof_CORBA_double='4'
> ac_cv_env_LDFLAGS_value=''
> ac_cv_env_target_alias_set='set'
> ac_cv_func_alloca_works='yes'
> ac_cv_prog_cc_stdc=''
> ac_cv_host_alias='i386-unknown-freebsd4.5'
> ac_cv_env_CFLAGS_value='-O -pipe -march=k6'
> ac_cv_env_CC_set='set'
> ac_cv_header_sys_types_h='yes'
> ac_cv_header_stdc='yes'
> lt_cv_prog_cc_wl='-Wl,'
> ac_cv_alignof_CORBA_struct='1'
> ac_cv_alignof_CORBA_short='2'
> ac_cv_header_strings_h='yes'
> ac_cv_header_tcpd_h='yes'
> ac_cv_func_vprintf='yes'
> ac_cv_header_stdint_h='no'
> ac_cv_header_inttypes_h='yes'
> ac_cv_header_endian_h='no'
> ac_cv_func_gethostbyname='yes'
> ac_cv_header_string_h='yes'
> ac_cv_c_inline='inline'
> ac_cv_header_machine_endian_h='yes'
> ac_cv_header_unistd_h='yes'
> lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
> lt_cv_path_LD='/usr/libexec/elf/ld'
> ac_cv_build_alias='i386-unknown-freebsd4.5'
> ac_cv_env_CPPFLAGS_value='-I/usr/local/include'
> ac_cv_header_sys_machine_h='no'
> ac_cv_header_memory_h='yes'
> ac_cv_prog_ac_ct_RANLIB='ranlib'
> ac_cv_path_GLIB_CONFIG='/usr/local/bin/glib12-config'
> ac_cv_prog_ac_ct_STRIP='strip'
> ac_cv_host='i386-unknown-freebsd4.5'
> ac_cv_env_host_alias_value=''
> ac_cv_header_wctype_h='yes'
> lt_cv_compiler_c_o='yes'
> lt_cv_prog_cc_pic_works='yes'
> lt_cv_file_magic_test_file=''
> ac_cv_alignof_CORBA_long_long='4'
> ac_cv_alignof_CORBA_unsigned_long='4'
> ac_cv_prog_AWK='awk'
> ac_cv_prog_CPP='cc -E'
> ac_cv_build='i386-unknown-freebsd4.5'
> ac_cv_env_build_alias_value=''
> ac_cv_alignof_CORBA_char='1'
> ac_cv_prog_lex_yytext_pointer='yes'
> lt_cv_prog_cc_pic=' -fPIC'
> 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'
> lt_cv_compiler_o_lo='no'
> ac_cv_env_target_alias_value='i386-unknown-freebsd4.5'
> ac_cv_alignof_CORBA_wchar='2'
> ac_cv_header_stddef_h='yes'
> ac_cv_env_CC_value='cc'
> ac_cv_alignof_CORBA_float='4'
> ac_cv_func_basename='yes'
> lt_cv_path_NM='/usr/bin/nm -B'
> ac_cv_env_CPP_set=''
> ac_cv_alignof_CORBA_pointer='4'
> ac_cv_func_poll='yes'
> ac_cv_header_dlfcn_h='yes'
> ac_cv_prog_LEX='flex'
> ac_cv_objext='o'
>
>
> configure: exit 1
> (end of "config.log")
> *** Error code 1
>
> Stop in /usr/ports/devel/ORBit.
> *** Error code 1
>
> Stop in /usr/ports/devel/ORBit.
> *** Error code 1
>
> Stop in /usr/ports/devel/ORBit.
> *** Error code 1
>
> Stop in /usr/ports/devel/ORBit.
> black# ^Dexit
>
> Script done on Fri Mar 15 19:43:23 2002
>
> --
> "They that would give up essential liberty for temporary safety deserve
> neither liberty nor safety."
> 						-- Benjamin Franklin
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message
>
>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020315204507.K73932-100000>