[Asterisk-bsd] chan_capi / liblinuxcapi build error on FreeBSD 6.1-RELEASE

Aragon Gouveia aragon at phat.za.net
Wed Sep 20 16:04:04 MST 2006


| By Jeremy Bogan <jeremy at voicebox.net.au>
|                                          [ 2006-09-21 00:42 +0200 ]
> >configure: WARNING: you should use --build, --host, --target
> >configure: error: cannot find sources (capi20.c) in . or ..
> >===>  Script "configure" failed unexpectedly.
> >Please report the problem to Jan.Stocker at t-online.de [maintainer]  
> >and attach the
> >"/usr/ports/comms/liblinuxcapi/work/isdn4k-utils-CVS-2005-02-01/ 
> >capi20/config.log"
> >including the output of the failure of your make command. Also, it  
> >might be
> >a good idea to provide an overview of all packages installed on  
> >your system
> >(e.g. an ls /var/db/pkg).
> >*** Error code 1
> 
> From the error message it can't find the sources/headers needed.  
> What is the contents of /usr/ports/comms/liblinuxcapi/work/isdn4k- 
> utils-CVS-2005-02-01/capi20/config.log?

With the first failure there is no config.log file.

The second failure after my hacks and the LIBTOOL error there is a
config.log and it is attached to this post. (hope that's ok with the list)


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

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

  $ ./configure --prefix=/usr/local i386-portbld-freebsd6.1

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

hostname = asterisk1.intranet
uname -m = i386
uname -r = 6.1-RELEASE-p6
uname -s = FreeBSD
uname -v = FreeBSD 6.1-RELEASE-p6 #1: Thu Sep  7 16:06:53 SAST 2006     root at asterisk1.intranet:/usr/obj/usr/src/sys/ASTERISK 

/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
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /root/bin


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

configure:1534: checking for a BSD-compatible install
configure:1589: result: /usr/bin/install -c -o root -g wheel
configure:1600: checking whether build environment is sane
configure:1643: result: yes
configure:1658: checking whether gmake sets $(MAKE)
configure:1678: result: yes
configure:1710: checking for working aclocal
configure:1717: result: found
configure:1725: checking for working autoconf
configure:1732: result: found
configure:1740: checking for working automake
configure:1747: result: found
configure:1755: checking for working autoheader
configure:1762: result: found
configure:1770: checking for working makeinfo
configure:1777: result: found
configure:1796: checking for i386-portbld-freebsd6.1-gcc
configure:1822: result: cc
configure:2104: checking for C compiler version
configure:2107: cc --version </dev/null >&5
cc (GCC) 3.4.4 [FreeBSD] 20050518
Copyright (C) 2004 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:2110: $? = 0
configure:2112: cc -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.4 [FreeBSD] 20050518
configure:2115: $? = 0
configure:2117: cc -V </dev/null >&5
cc: `-V' option must have argument
configure:2120: $? = 1
configure:2143: checking for C compiler default output file name
configure:2146: cc -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   -L/usr/local/lib -pthread conftest.c  >&5
configure:2149: $? = 0
configure:2195: result: a.out
configure:2200: checking whether the C compiler works
configure:2206: ./a.out
configure:2209: $? = 0
configure:2226: result: yes
configure:2233: checking whether we are cross compiling
configure:2235: result: no
configure:2238: checking for suffix of executables
configure:2240: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   -L/usr/local/lib -pthread conftest.c  >&5
configure:2243: $? = 0
configure:2268: result: 
configure:2274: checking for suffix of object files
configure:2295: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   conftest.c >&5
configure:2298: $? = 0
configure:2320: result: o
configure:2324: checking whether we are using the GNU C compiler
configure:2348: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   conftest.c >&5
configure:2354: $? = 0
configure:2358: test -z 
			 || test ! -s conftest.err
configure:2361: $? = 0
configure:2364: test -s conftest.o
configure:2367: $? = 0
configure:2380: result: yes
configure:2386: checking whether cc accepts -g
configure:2407: cc -c -g  -I/usr/local/include   conftest.c >&5
configure:2413: $? = 0
configure:2417: test -z 
			 || test ! -s conftest.err
configure:2420: $? = 0
configure:2423: test -s conftest.o
configure:2426: $? = 0
configure:2437: result: yes
configure:2454: checking for cc option to accept ANSI C
configure:2524: cc  -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   conftest.c >&5
configure:2530: $? = 0
configure:2534: test -z 
			 || test ! -s conftest.err
configure:2537: $? = 0
configure:2540: test -s conftest.o
configure:2543: $? = 0
configure:2561: result: none needed
configure:2579: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2585: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2731: checking for a BSD-compatible install
configure:2786: result: /usr/bin/install -c -o root -g wheel
configure:2875: checking build system type
configure:2893: result: i386-portbld-freebsd6.1
configure:2901: checking host system type
configure:2915: result: i386-portbld-freebsd6.1
configure:2923: checking for a sed that does not truncate output
configure:2977: result: /usr/bin/sed
configure:2980: checking for egrep
configure:2990: result: grep -E
configure:3006: checking for ld used by cc
configure:3073: result: /usr/bin/ld
configure:3082: checking if the linker (/usr/bin/ld) is GNU ld
configure:3097: result: yes
configure:3102: checking for /usr/bin/ld option to reload object files
configure:3109: result: -r
configure:3118: checking for BSD-compatible nm
configure:3160: result: nm
configure:3164: checking whether ln -s works
configure:3168: result: yes
configure:3175: checking how to recognise dependent libraries
configure:3375: result: pass_all
configure:3589: checking how to run the C preprocessor
configure:3624: cc -E  -I/usr/local/include   conftest.c
configure:3630: $? = 0
configure:3662: cc -E  -I/usr/local/include   conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3668: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "liblinuxcapi20"
| #define VERSION "2.0.6"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3707: result: cc -E
configure:3731: cc -E  -I/usr/local/include   conftest.c
configure:3737: $? = 0
configure:3769: cc -E  -I/usr/local/include   conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3775: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "liblinuxcapi20"
| #define VERSION "2.0.6"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3819: checking for ANSI C header files
configure:3844: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   conftest.c >&5
configure:3850: $? = 0
configure:3854: test -z 
			 || test ! -s conftest.err
configure:3857: $? = 0
configure:3860: test -s conftest.o
configure:3863: $? = 0
configure:3952: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   -L/usr/local/lib -pthread conftest.c  >&5
configure:3955: $? = 0
configure:3957: ./conftest
configure:3960: $? = 0
configure:3975: result: yes
configure:3999: checking for sys/types.h
configure:4015: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   conftest.c >&5
configure:4021: $? = 0
configure:4025: test -z 
			 || test ! -s conftest.err
configure:4028: $? = 0
configure:4031: test -s conftest.o
configure:4034: $? = 0
configure:4045: result: yes
configure:3999: checking for sys/stat.h
configure:4015: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   conftest.c >&5
configure:4021: $? = 0
configure:4025: test -z 
			 || test ! -s conftest.err
configure:4028: $? = 0
configure:4031: test -s conftest.o
configure:4034: $? = 0
configure:4045: result: yes
configure:3999: checking for stdlib.h
configure:4015: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   conftest.c >&5
configure:4021: $? = 0
configure:4025: test -z 
			 || test ! -s conftest.err
configure:4028: $? = 0
configure:4031: test -s conftest.o
configure:4034: $? = 0
configure:4045: result: yes
configure:3999: checking for string.h
configure:4015: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   conftest.c >&5
configure:4021: $? = 0
configure:4025: test -z 
			 || test ! -s conftest.err
configure:4028: $? = 0
configure:4031: test -s conftest.o
configure:4034: $? = 0
configure:4045: result: yes
configure:3999: checking for memory.h
configure:4015: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   conftest.c >&5
configure:4021: $? = 0
configure:4025: test -z 
			 || test ! -s conftest.err
configure:4028: $? = 0
configure:4031: test -s conftest.o
configure:4034: $? = 0
configure:4045: result: yes
configure:3999: checking for strings.h
configure:4015: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   conftest.c >&5
configure:4021: $? = 0
configure:4025: test -z 
			 || test ! -s conftest.err
configure:4028: $? = 0
configure:4031: test -s conftest.o
configure:4034: $? = 0
configure:4045: result: yes
configure:3999: checking for inttypes.h
configure:4015: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   conftest.c >&5
configure:4021: $? = 0
configure:4025: test -z 
			 || test ! -s conftest.err
configure:4028: $? = 0
configure:4031: test -s conftest.o
configure:4034: $? = 0
configure:4045: result: yes
configure:3999: checking for stdint.h
configure:4015: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   conftest.c >&5
configure:4021: $? = 0
configure:4025: test -z 
			 || test ! -s conftest.err
configure:4028: $? = 0
configure:4031: test -s conftest.o
configure:4034: $? = 0
configure:4045: result: yes
configure:3999: checking for unistd.h
configure:4015: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   conftest.c >&5
configure:4021: $? = 0
configure:4025: test -z 
			 || test ! -s conftest.err
configure:4028: $? = 0
configure:4031: test -s conftest.o
configure:4034: $? = 0
configure:4045: result: yes
configure:4071: checking dlfcn.h usability
configure:4083: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   conftest.c >&5
configure:4089: $? = 0
configure:4093: test -z 
			 || test ! -s conftest.err
configure:4096: $? = 0
configure:4099: test -s conftest.o
configure:4102: $? = 0
configure:4112: result: yes
configure:4116: checking dlfcn.h presence
configure:4126: cc -E  -I/usr/local/include   conftest.c
configure:4132: $? = 0
configure:4152: result: yes
configure:4187: checking for dlfcn.h
configure:4194: result: yes
configure:4217: checking for i386-portbld-freebsd6.1-g++
configure:4243: result: c++
configure:4301: checking for C++ compiler version
configure:4304: c++ --version </dev/null >&5
c++ (GCC) 3.4.4 [FreeBSD] 20050518
Copyright (C) 2004 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:4307: $? = 0
configure:4309: c++ -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.4 [FreeBSD] 20050518
configure:4312: $? = 0
configure:4314: c++ -V </dev/null >&5
c++: `-V' option must have argument
configure:4317: $? = 1
configure:4320: checking whether we are using the GNU C++ compiler
configure:4344: c++ -c -O -pipe -march=pentiumpro  -I/usr/local/include   conftest.cc >&5
configure:4350: $? = 0
configure:4354: test -z 
			 || test ! -s conftest.err
configure:4357: $? = 0
configure:4360: test -s conftest.o
configure:4363: $? = 0
configure:4376: result: yes
configure:4382: checking whether c++ accepts -g
configure:4403: c++ -c -g  -I/usr/local/include   conftest.cc >&5
configure:4409: $? = 0
configure:4413: test -z 
			 || test ! -s conftest.err
configure:4416: $? = 0
configure:4419: test -s conftest.o
configure:4422: $? = 0
configure:4433: result: yes
configure:4475: c++ -c -O -pipe -march=pentiumpro  -I/usr/local/include   conftest.cc >&5
configure:4481: $? = 0
configure:4485: test -z 
			 || test ! -s conftest.err
configure:4488: $? = 0
configure:4491: test -s conftest.o
configure:4494: $? = 0
configure:4520: c++ -c -O -pipe -march=pentiumpro  -I/usr/local/include   conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:26: error: `exit' undeclared (first use this function)
conftest.cc:26: error: (Each undeclared identifier is reported only once for each function it appears in.)
configure:4526: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "liblinuxcapi20"
| #define VERSION "2.0.6"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4475: c++ -c -O -pipe -march=pentiumpro  -I/usr/local/include   conftest.cc >&5
configure:4481: $? = 0
configure:4485: test -z 
			 || test ! -s conftest.err
configure:4488: $? = 0
configure:4491: test -s conftest.o
configure:4494: $? = 0
configure:4520: c++ -c -O -pipe -march=pentiumpro  -I/usr/local/include   conftest.cc >&5
configure:4526: $? = 0
configure:4530: test -z 
			 || test ! -s conftest.err
configure:4533: $? = 0
configure:4536: test -s conftest.o
configure:4539: $? = 0
configure:4567: checking how to run the C++ preprocessor
configure:4598: c++ -E  -I/usr/local/include   conftest.cc
configure:4604: $? = 0
configure:4636: c++ -E  -I/usr/local/include   conftest.cc
conftest.cc:25:28: ac_nonexistent.h: No such file or directory
configure:4642: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "liblinuxcapi20"
| #define VERSION "2.0.6"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4681: result: c++ -E
configure:4705: c++ -E  -I/usr/local/include   conftest.cc
configure:4711: $? = 0
configure:4743: c++ -E  -I/usr/local/include   conftest.cc
conftest.cc:25:28: ac_nonexistent.h: No such file or directory
configure:4749: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "liblinuxcapi20"
| #define VERSION "2.0.6"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4802: checking for i386-portbld-freebsd6.1-g77
configure:4831: result: no
configure:4802: checking for i386-portbld-freebsd6.1-f77
configure:4831: result: no
configure:4802: checking for i386-portbld-freebsd6.1-xlf
configure:4831: result: no
configure:4802: checking for i386-portbld-freebsd6.1-frt
configure:4831: result: no
configure:4802: checking for i386-portbld-freebsd6.1-pgf77
configure:4831: result: no
configure:4802: checking for i386-portbld-freebsd6.1-fort77
configure:4831: result: no
configure:4802: checking for i386-portbld-freebsd6.1-fl32
configure:4831: result: no
configure:4802: checking for i386-portbld-freebsd6.1-af77
configure:4831: result: no
configure:4802: checking for i386-portbld-freebsd6.1-f90
configure:4831: result: no
configure:4802: checking for i386-portbld-freebsd6.1-xlf90
configure:4831: result: no
configure:4802: checking for i386-portbld-freebsd6.1-pgf90
configure:4831: result: no
configure:4802: checking for i386-portbld-freebsd6.1-epcf90
configure:4831: result: no
configure:4802: checking for i386-portbld-freebsd6.1-f95
configure:4831: result: no
configure:4802: checking for i386-portbld-freebsd6.1-fort
configure:4831: result: no
configure:4802: checking for i386-portbld-freebsd6.1-xlf95
configure:4831: result: no
configure:4802: checking for i386-portbld-freebsd6.1-ifc
configure:4831: result: no
configure:4802: checking for i386-portbld-freebsd6.1-efc
configure:4831: result: no
configure:4802: checking for i386-portbld-freebsd6.1-pgf95
configure:4831: result: no
configure:4802: checking for i386-portbld-freebsd6.1-lf95
configure:4831: result: no
configure:4802: checking for i386-portbld-freebsd6.1-gfortran
configure:4831: result: no
configure:4844: checking for g77
configure:4873: result: no
configure:4844: checking for f77
configure:4860: found /usr/bin/f77
configure:4870: result: f77
configure:4885: checking for Fortran 77 compiler version
configure:4888: f77 --version </dev/null >&5
GNU Fortran (GCC) 3.4.4 [FreeBSD] 20050518
Copyright (C) 2004 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:4891: $? = 0
configure:4893: f77 -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.4 [FreeBSD] 20050518
configure:4896: $? = 0
configure:4898: f77 -V </dev/null >&5
f77: `-V' option must have argument
configure:4901: $? = 1
configure:4909: checking whether we are using the GNU Fortran 77 compiler
configure:4923: f77 -c  conftest.F >&5
configure:4929: $? = 0
configure:4933: test -z 
			 || test ! -s conftest.err
configure:4936: $? = 0
configure:4939: test -s conftest.o
configure:4942: $? = 0
configure:4955: result: yes
configure:4961: checking whether f77 accepts -g
configure:4973: f77 -c -g conftest.f >&5
configure:4979: $? = 0
configure:4983: test -z 
			 || test ! -s conftest.err
configure:4986: $? = 0
configure:4989: test -s conftest.o
configure:4992: $? = 0
configure:5004: result: yes
configure:5034: checking the maximum length of command line arguments
configure:5099: result: 262144
configure:5110: checking command to parse nm output from cc object
configure:5199: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   conftest.c >&5
configure:5202: $? = 0
configure:5206: nm conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:5209: $? = 0
configure:5261: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   -L/usr/local/lib -pthread conftest.c conftstm.o >&5
configure:5264: $? = 0
configure:5302: result: ok
configure:5306: checking for objdir
configure:5321: result: .libs
configure:5373: checking for i386-portbld-freebsd6.1-ar
configure:5402: result: no
configure:5411: checking for ar
configure:5427: found /usr/bin/ar
configure:5438: result: ar
configure:5453: checking for i386-portbld-freebsd6.1-ranlib
configure:5482: result: no
configure:5491: checking for ranlib
configure:5507: found /usr/bin/ranlib
configure:5518: result: ranlib
configure:5533: checking for i386-portbld-freebsd6.1-strip
configure:5562: result: no
configure:5571: checking for strip
configure:5587: found /usr/bin/strip
configure:5598: result: strip
configure:5860: checking if cc static flag  works
configure:5883: result: yes
configure:5901: checking if cc supports -fno-rtti -fno-exceptions
configure:5919: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:5923: $? = 0
configure:5934: result: no
configure:5949: checking for cc option to produce PIC
configure:6126: result: -fPIC
configure:6134: checking if cc PIC flag -fPIC works
configure:6152: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   -fPIC -DPIC conftest.c >&5
configure:6156: $? = 0
configure:6167: result: yes
configure:6191: checking if cc supports -c -o file.o
configure:6219: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   -o out/conftest2.o conftest.c >&5
configure:6223: $? = 0
configure:6243: result: yes
configure:6269: checking whether the cc linker (/usr/bin/ld) supports shared libraries
configure:7117: result: yes
configure:7143: checking whether -lc should be explicitly linked in
configure:7148: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   conftest.c >&5
configure:7151: $? = 0
configure:7165: cc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7168: $? = 1
configure:7180: result: yes
configure:7188: checking dynamic linker characteristics
configure:7710: result: freebsd6.1 ld.so
configure:7714: checking how to hardcode library paths into programs
configure:7739: result: immediate
configure:7753: checking whether stripping libraries is possible
configure:7758: result: yes
configure:8588: checking if libtool supports shared libraries
configure:8590: result: yes
configure:8593: checking whether to build shared libraries
configure:8651: result: yes
configure:8654: checking whether to build static libraries
configure:8658: result: yes
configure:8749: creating libtool
configure:9293: checking for ld used by c++
configure:9360: result: /usr/bin/ld
configure:9369: checking if the linker (/usr/bin/ld) is GNU ld
configure:9384: result: yes
configure:9435: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
configure:10263: result: yes
configure:10281: c++ -c -O -pipe -march=pentiumpro  -I/usr/local/include   conftest.cc >&5
configure:10284: $? = 0
configure:10380: checking for c++ option to produce PIC
configure:10632: result: -fPIC
configure:10640: checking if c++ PIC flag -fPIC works
configure:10658: c++ -c -O -pipe -march=pentiumpro  -I/usr/local/include   -fPIC -DPIC conftest.cc >&5
configure:10662: $? = 0
configure:10673: result: yes
configure:10697: checking if c++ supports -c -o file.o
configure:10725: c++ -c -O -pipe -march=pentiumpro  -I/usr/local/include   -o out/conftest2.o conftest.cc >&5
configure:10729: $? = 0
configure:10749: result: yes
configure:10775: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
configure:10800: result: yes
configure:10871: checking dynamic linker characteristics
configure:11393: result: freebsd6.1 ld.so
configure:11397: checking how to hardcode library paths into programs
configure:11422: result: immediate
configure:11436: checking whether stripping libraries is possible
configure:11441: result: yes
configure:12744: checking if libtool supports shared libraries
configure:12746: result: yes
configure:12749: checking whether to build shared libraries
configure:12767: result: yes
configure:12770: checking whether to build static libraries
configure:12774: result: yes
configure:12786: checking for f77 option to produce PIC
configure:12963: result: -fPIC
configure:12971: checking if f77 PIC flag -fPIC works
configure:12989: f77 -c -g -O2 -fPIC conftest.f >&5
configure:12993: $? = 0
configure:13004: result: yes
configure:13028: checking if f77 supports -c -o file.o
configure:13056: f77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:13060: $? = 0
configure:13080: result: yes
configure:13106: checking whether the f77 linker (/usr/bin/ld) supports shared libraries
configure:13934: result: yes
configure:14005: checking dynamic linker characteristics
configure:14527: result: freebsd6.1 ld.so
configure:14531: checking how to hardcode library paths into programs
configure:14556: result: immediate
configure:14570: checking whether stripping libraries is possible
configure:14575: result: yes
configure:18642: checking for sed
configure:18672: result: /usr/bin/sed
configure:18680: checking for ANSI C header files
configure:18836: result: yes
configure:18862: checking fcntl.h usability
configure:18874: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   conftest.c >&5
configure:18880: $? = 0
configure:18884: test -z 
			 || test ! -s conftest.err
configure:18887: $? = 0
configure:18890: test -s conftest.o
configure:18893: $? = 0
configure:18903: result: yes
configure:18907: checking fcntl.h presence
configure:18917: cc -E  -I/usr/local/include   conftest.c
configure:18923: $? = 0
configure:18943: result: yes
configure:18978: checking for fcntl.h
configure:18985: result: yes
configure:18862: checking sys/ioctl.h usability
configure:18874: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   conftest.c >&5
configure:18880: $? = 0
configure:18884: test -z 
			 || test ! -s conftest.err
configure:18887: $? = 0
configure:18890: test -s conftest.o
configure:18893: $? = 0
configure:18903: result: yes
configure:18907: checking sys/ioctl.h presence
configure:18917: cc -E  -I/usr/local/include   conftest.c
configure:18923: $? = 0
configure:18943: result: yes
configure:18978: checking for sys/ioctl.h
configure:18985: result: yes
configure:18853: checking for unistd.h
configure:18858: result: yes
configure:19012: checking capi20.h usability
configure:19024: cc -c -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   conftest.c >&5
configure:19030: $? = 0
configure:19034: test -z 
			 || test ! -s conftest.err
configure:19037: $? = 0
configure:19040: test -s conftest.o
configure:19043: $? = 0
configure:19053: result: yes
configure:19057: checking capi20.h presence
configure:19067: cc -E  -I/usr/local/include   conftest.c
configure:19073: $? = 0
configure:19093: result: yes
configure:19128: checking for capi20.h
configure:19135: result: yes
configure:19153: checking for select
configure:19210: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include    -I/usr/local/include   -L/usr/local/lib -pthread conftest.c  >&5
configure:19216: $? = 0
configure:19220: test -z 
			 || test ! -s conftest.err
configure:19223: $? = 0
configure:19226: test -s conftest
configure:19229: $? = 0
configure:19241: result: yes
configure:19385: creating ./config.status

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

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

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

on asterisk1.intranet

config.status:20110: creating Makefile

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

lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
ac_cv_prog_ac_ct_F77=f77
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_f77_compiler_gnu=yes
ac_cv_env_F77_value=''
ac_cv_func_select=yes
ac_cv_header_stdlib_h=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_prog_gnu_ldcxx=yes
ac_cv_prog_cc_g=yes
ac_cv_env_CXXCPP_set=''
ac_cv_env_LDFLAGS_set=set
lt_cv_prog_compiler_c_o_CXX=yes
ac_cv_prog_ac_ct_AR=ar
ac_cv_c_compiler_gnu=yes
ac_cv_exeext=''
ac_cv_env_CFLAGS_set=set
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_prog_CXX=c++
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
ac_cv_prog_make_gmake_set=yes
ac_cv_env_FFLAGS_set=''
lt_cv_sys_max_cmd_len=262144
ac_cv_env_CPP_value=''
ac_cv_env_CPPFLAGS_set=set
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CXX_set=set
ac_cv_header_fcntl_h=yes
ac_cv_path_SED=/usr/bin/sed
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
ac_cv_env_host_alias_set=set
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_ld_reload_flag=-r
ac_cv_prog_CC=cc
lt_cv_prog_gnu_ld=yes
ac_cv_header_sys_stat_h=yes
ac_cv_env_build_alias_set=set
lt_cv_prog_compiler_c_o=yes
ac_cv_prog_f77_g=yes
ac_cv_env_CXXCPP_value=''
ac_cv_env_LDFLAGS_value='-L/usr/local/lib -pthread'
ac_cv_env_target_alias_set=set
ac_cv_host_alias=i386-portbld-freebsd6.1
ac_cv_prog_cc_stdc=''
ac_cv_env_CFLAGS_value='-O -pipe -march=pentiumpro -I/usr/local/include  '
ac_cv_env_CC_set=set
lt_cv_prog_compiler_c_o_F77=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_stdc=yes
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
ac_cv_prog_egrep='grep -E'
ac_cv_env_FFLAGS_value=''
lt_cv_path_LD=/usr/bin/ld
lt_cv_prog_compiler_rtti_exceptions=no
ac_cv_header_unistd_h=yes
ac_cv_header_string_h=yes
ac_cv_build_alias=i386-portbld-freebsd6.1
ac_cv_env_CPPFLAGS_value=' -I/usr/local/include  '
lt_lt_cv_prog_compiler_c_o='"yes"'
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_header_memory_h=yes
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXX_value=c++
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_host=i386-portbld-freebsd6.1
ac_cv_env_F77_set=''
ac_cv_env_host_alias_value=i386-portbld-freebsd6.1
ac_cv_header_capi20_h=yes
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_cv_objdir=.libs
ac_cv_prog_cxx_g=yes
lt_cv_file_magic_test_file=''
ac_cv_prog_CPP='cc -E'
ac_cv_build=i386-portbld-freebsd6.1
ac_cv_env_build_alias_value=i386-portbld-freebsd6.1
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_deplibs_check_method=pass_all
lt_cv_path_LDCXX=/usr/bin/ld
ac_cv_env_target_alias_value=i386-portbld-freebsd6.1
ac_cv_header_sys_ioctl_h=yes
ac_cv_env_CC_value=cc
lt_cv_path_NM=nm
ac_cv_env_CPP_set=''
ac_cv_header_dlfcn_h=yes
ac_cv_objext=o

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

ACLOCAL='aclocal'
AR='ar'
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='automake'
CC='cc'
CFLAGS='-O -pipe -march=pentiumpro -I/usr/local/include  '
CPP='cc -E'
CPPFLAGS=' -I/usr/local/include  '
CXX='c++'
CXXCPP='c++ -E'
CXXFLAGS='-O -pipe -march=pentiumpro'
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liblinuxcapi20\" -DVERSION=\"2.0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CAPI20_H=1 -DHAVE_SELECT=1 '
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77='f77'
FFLAGS='-g -O2'
INSTALL='/usr/bin/install -c -o root -g wheel'
INSTALL_DATA='install  -o root -g wheel -m 444'
INSTALL_PROGRAM='install  -s -o root -g wheel -m 555'
INSTALL_SCRIPT='install  -o root -g wheel -m 555'
LDFLAGS='-L/usr/local/lib -pthread'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='./ltmain.sh'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='makeinfo'
OBJEXT='o'
PACKAGE='liblinuxcapi20'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='2.0.6'
ac_ct_AR='ar'
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_F77='f77'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
bindir='${exec_prefix}/bin'
build='i386-portbld-freebsd6.1'
build_alias='i386-portbld-freebsd6.1'
build_cpu='i386'
build_os='freebsd6.1'
build_vendor='portbld'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i386-portbld-freebsd6.1'
host_alias='i386-portbld-freebsd6.1'
host_cpu='i386'
host_os='freebsd6.1'
host_vendor='portbld'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias='i386-portbld-freebsd6.1'

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

#define HAVE_CAPI20_H 1
#define HAVE_DLFCN_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_SELECT 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "liblinuxcapi20"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define VERSION "2.0.6"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0


More information about the Asterisk-BSD mailing list