boost error in configure

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
Feltneix

boost error in configure

Post by Feltneix »

I have searched and searched for a solution, but I can't seem to find any solution. I run the configure script, and it runs all happy until it checks for boost. At this point it fails. Every time.

Code: Select all

 checking for boost... configure: error: failed 
This is all it says. I have boost 1.38 installed from the Debian/Sid repos. Any help would be appreciated.
wmayer
Founder
Posts: 20308
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: boost error in configure

Post by wmayer »

I'm not sure which version of boost I'm using on my Debian system. Maybe it's an older version. I'll have a look on it.

BTW, the file config.log contains some more information of the configure step and there we should be able to locate the failure.
Feltenix

Re: boost error in configure

Post by Feltenix »

Forgot to mention I am running amd64 Debian.

The full config.log to follow.

Code: Select all

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

It was created by FreeCAD configure 0.7.2008, which was
generated by GNU Autoconf 2.63. Invocation command line was

$ ./configure

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

hostname = biot
uname -m = x86_64
uname -r = 2.6.26-1-amd64
uname -s = Linux
uname -v = #1 SMP Sat Jan 10 17:57:00 UTC 2009

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

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

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/games


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

configure:2196: checking for a BSD-compatible install
configure:2264: result: /usr/bin/install -c
configure:2275: checking whether build environment is sane
configure:2318: result: yes
configure:2343: checking for a thread-safe mkdir -p
configure:2382: result: /bin/mkdir -p
configure:2395: checking for gawk
configure:2411: found /usr/bin/gawk
configure:2422: result: gawk
configure:2433: checking whether make sets $(MAKE)
configure:2455: result: yes
configure:2634: checking how to create a ustar tar archive
configure:2647: tar --version
tar (GNU tar) 1.22
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:2650: $? = 0
configure:2690: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:2693: $? = 0
configure:2697: tar -xf - <conftest.tar
configure:2700: $? = 0
configure:2713: result: gnutar
configure:2745: checking for C++ header files
configure:2759: checking for style of include used by make
configure:2787: result: GNU
configure:2867: checking for g++
configure:2883: found /usr/bin/g++
configure:2894: result: g++
configure:2921: checking for C++ compiler version
configure:2929: g++ --version >&5
g++ (Debian 4.3.3-8) 4.3.3
Copyright (C) 2008 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:2933: $? = 0
configure:2940: g++ -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.3-8' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.3.3 (Debian 4.3.3-8)
configure:2944: $? = 0
configure:2951: g++ -V >&5
g++: '-V' option must have argument
configure:2955: $? = 1
configure:2978: checking for C++ compiler default output file name
configure:3000: g++ conftest.cpp >&5
configure:3004: $? = 0
configure:3042: result: a.out
configure:3061: checking whether the C++ compiler works
configure:3071: ./a.out
configure:3075: $? = 0
configure:3094: result: yes
configure:3101: checking whether we are cross compiling
configure:3103: result: no
configure:3106: checking for suffix of executables
configure:3113: g++ -o conftest conftest.cpp >&5
configure:3117: $? = 0
configure:3143: result:
configure:3149: checking for suffix of object files
configure:3175: g++ -c conftest.cpp >&5
configure:3179: $? = 0
configure:3204: result: o
configure:3208: checking whether we are using the GNU C++ compiler
configure:3237: g++ -c conftest.cpp >&5
configure:3244: $? = 0
configure:3261: result: yes
configure:3270: checking whether g++ accepts -g
configure:3300: g++ -c -g conftest.cpp >&5
configure:3307: $? = 0
configure:3408: result: yes
configure:3433: checking dependency style of g++
configure:3524: result: gcc3
configure:3545: checking how to run the C++ preprocessor
configure:3581: g++ -E conftest.cpp
configure:3588: $? = 0
configure:3619: g++ -E conftest.cpp
conftest.cpp:10:28: error: ac_nonexistent.h: No such file or directory
configure:3626: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "FreeCAD"
| #define PACKAGE_TARNAME "FreeCAD"
| #define PACKAGE_VERSION "0.7.2008"
| #define PACKAGE_STRING "FreeCAD 0.7.2008"
| #define PACKAGE_BUGREPORT "wmayer@users.sourceforge.net"
| #define PACKAGE "FreeCAD"
| #define VERSION "0.7.2008"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3659: result: g++ -E
configure:3688: g++ -E conftest.cpp
configure:3695: $? = 0
configure:3726: g++ -E conftest.cpp
conftest.cpp:10:28: error: ac_nonexistent.h: No such file or directory
configure:3733: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "FreeCAD"
| #define PACKAGE_TARNAME "FreeCAD"
| #define PACKAGE_VERSION "0.7.2008"
| #define PACKAGE_STRING "FreeCAD 0.7.2008"
| #define PACKAGE_BUGREPORT "wmayer@users.sourceforge.net"
| #define PACKAGE "FreeCAD"
| #define VERSION "0.7.2008"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3773: checking for grep that handles long lines and -e
configure:3833: result: /bin/grep
configure:3838: checking for egrep
configure:3902: result: /bin/grep -E
configure:3907: checking for ANSI C header files
configure:3937: g++ -c -g -O2 conftest.cpp >&5
configure:3944: $? = 0
configure:4043: g++ -o conftest -g -O2 conftest.cpp >&5
configure:4047: $? = 0
configure:4053: ./conftest
configure:4057: $? = 0
configure:4075: result: yes
configure:4099: checking for sys/types.h
configure:4120: g++ -c -g -O2 conftest.cpp >&5
configure:4127: $? = 0
configure:4144: result: yes
configure:4099: checking for sys/stat.h
configure:4120: g++ -c -g -O2 conftest.cpp >&5
configure:4127: $? = 0
configure:4144: result: yes
configure:4099: checking for stdlib.h
configure:4120: g++ -c -g -O2 conftest.cpp >&5
configure:4127: $? = 0
configure:4144: result: yes
configure:4099: checking for string.h
configure:4120: g++ -c -g -O2 conftest.cpp >&5
configure:4127: $? = 0
configure:4144: result: yes
configure:4099: checking for memory.h
configure:4120: g++ -c -g -O2 conftest.cpp >&5
configure:4127: $? = 0
configure:4144: result: yes
configure:4099: checking for strings.h
configure:4120: g++ -c -g -O2 conftest.cpp >&5
configure:4127: $? = 0
configure:4144: result: yes
configure:4099: checking for inttypes.h
configure:4120: g++ -c -g -O2 conftest.cpp >&5
configure:4127: $? = 0
configure:4144: result: yes
configure:4099: checking for stdint.h
configure:4120: g++ -c -g -O2 conftest.cpp >&5
configure:4127: $? = 0
configure:4144: result: yes
configure:4099: checking for unistd.h
configure:4120: g++ -c -g -O2 conftest.cpp >&5
configure:4127: $? = 0
configure:4144: result: yes
configure:4180: checking istream usability
configure:4197: g++ -c -g -O2 conftest.cpp >&5
configure:4204: $? = 0
configure:4218: result: yes
configure:4222: checking istream presence
configure:4237: g++ -E conftest.cpp
configure:4244: $? = 0
configure:4258: result: yes
configure:4291: checking for istream
configure:4300: result: yes
configure:4180: checking ostream usability
configure:4197: g++ -c -g -O2 conftest.cpp >&5
configure:4204: $? = 0
configure:4218: result: yes
configure:4222: checking ostream presence
configure:4237: g++ -E conftest.cpp
configure:4244: $? = 0
configure:4258: result: yes
configure:4291: checking for ostream
configure:4300: result: yes
configure:4169: checking for istream
configure:4176: result: yes
configure:4180: checking fstream usability
configure:4197: g++ -c -g -O2 conftest.cpp >&5
configure:4204: $? = 0
configure:4218: result: yes
configure:4222: checking fstream presence
configure:4237: g++ -E conftest.cpp
configure:4244: $? = 0
configure:4258: result: yes
configure:4291: checking for fstream
configure:4300: result: yes
configure:4180: checking ios usability
configure:4197: g++ -c -g -O2 conftest.cpp >&5
configure:4204: $? = 0
configure:4218: result: yes
configure:4222: checking ios presence
configure:4237: g++ -E conftest.cpp
configure:4244: $? = 0
configure:4258: result: yes
configure:4291: checking for ios
configure:4300: result: yes
configure:4180: checking iomanip usability
configure:4197: g++ -c -g -O2 conftest.cpp >&5
configure:4204: $? = 0
configure:4218: result: yes
configure:4222: checking iomanip presence
configure:4237: g++ -E conftest.cpp
configure:4244: $? = 0
configure:4258: result: yes
configure:4291: checking for iomanip
configure:4300: result: yes
configure:4180: checking iostream usability
configure:4197: g++ -c -g -O2 conftest.cpp >&5
configure:4204: $? = 0
configure:4218: result: yes
configure:4222: checking iostream presence
configure:4237: g++ -E conftest.cpp
configure:4244: $? = 0
configure:4258: result: yes
configure:4291: checking for iostream
configure:4300: result: yes
configure:4334: checking iomanip.h usability
configure:4351: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp:60:21: error: iomanip.h: No such file or directory
configure:4358: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "FreeCAD"
| #define PACKAGE_TARNAME "FreeCAD"
| #define PACKAGE_VERSION "0.7.2008"
| #define PACKAGE_STRING "FreeCAD 0.7.2008"
| #define PACKAGE_BUGREPORT "wmayer@users.sourceforge.net"
| #define PACKAGE "FreeCAD"
| #define VERSION "0.7.2008"
| #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_ISTREAM 1
| #define HAVE_OSTREAM 1
| #define HAVE_ISTREAM 1
| #define HAVE_FSTREAM 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP 1
| #define HAVE_IOSTREAM 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <iomanip.h>
configure:4372: result: no
configure:4376: checking iomanip.h presence
configure:4391: g++ -E conftest.cpp
conftest.cpp:27:21: error: iomanip.h: No such file or directory
configure:4398: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "FreeCAD"
| #define PACKAGE_TARNAME "FreeCAD"
| #define PACKAGE_VERSION "0.7.2008"
| #define PACKAGE_STRING "FreeCAD 0.7.2008"
| #define PACKAGE_BUGREPORT "wmayer@users.sourceforge.net"
| #define PACKAGE "FreeCAD"
| #define VERSION "0.7.2008"
| #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_ISTREAM 1
| #define HAVE_OSTREAM 1
| #define HAVE_ISTREAM 1
| #define HAVE_FSTREAM 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP 1
| #define HAVE_IOSTREAM 1
| /* end confdefs.h. */
| #include <iomanip.h>
configure:4412: result: no
configure:4445: checking for iomanip.h
configure:4454: result: no
configure:4334: checking limits.h usability
configure:4351: g++ -c -g -O2 conftest.cpp >&5
configure:4358: $? = 0
configure:4372: result: yes
configure:4376: checking limits.h presence
configure:4391: g++ -E conftest.cpp
configure:4398: $? = 0
configure:4412: result: yes
configure:4445: checking for limits.h
configure:4454: result: yes
configure:4334: checking values.h usability
configure:4351: g++ -c -g -O2 conftest.cpp >&5
configure:4358: $? = 0
configure:4372: result: yes
configure:4376: checking values.h presence
configure:4391: g++ -E conftest.cpp
configure:4398: $? = 0
configure:4412: result: yes
configure:4445: checking for values.h
configure:4454: result: yes
configure:4334: checking float.h usability
configure:4351: g++ -c -g -O2 conftest.cpp >&5
configure:4358: $? = 0
configure:4372: result: yes
configure:4376: checking float.h presence
configure:4391: g++ -E conftest.cpp
configure:4398: $? = 0
configure:4412: result: yes
configure:4445: checking for float.h
configure:4454: result: yes
configure:4489: checking siginfo.h usability
configure:4506: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp:63:21: error: siginfo.h: No such file or directory
configure:4513: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "FreeCAD"
| #define PACKAGE_TARNAME "FreeCAD"
| #define PACKAGE_VERSION "0.7.2008"
| #define PACKAGE_STRING "FreeCAD 0.7.2008"
| #define PACKAGE_BUGREPORT "wmayer@users.sourceforge.net"
| #define PACKAGE "FreeCAD"
| #define VERSION "0.7.2008"
| #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_ISTREAM 1
| #define HAVE_OSTREAM 1
| #define HAVE_ISTREAM 1
| #define HAVE_FSTREAM 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP 1
| #define HAVE_IOSTREAM 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <siginfo.h>
configure:4527: result: no
configure:4531: checking siginfo.h presence
configure:4546: g++ -E conftest.cpp
conftest.cpp:30:21: error: siginfo.h: No such file or directory
configure:4553: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "FreeCAD"
| #define PACKAGE_TARNAME "FreeCAD"
| #define PACKAGE_VERSION "0.7.2008"
| #define PACKAGE_STRING "FreeCAD 0.7.2008"
| #define PACKAGE_BUGREPORT "wmayer@users.sourceforge.net"
| #define PACKAGE "FreeCAD"
| #define VERSION "0.7.2008"
| #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_ISTREAM 1
| #define HAVE_OSTREAM 1
| #define HAVE_ISTREAM 1
| #define HAVE_FSTREAM 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP 1
| #define HAVE_IOSTREAM 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h. */
| #include <siginfo.h>
configure:4567: result: no
configure:4600: checking for siginfo.h
configure:4609: result: no
configure:4489: checking bits/sigset.h usability
configure:4506: g++ -c -g -O2 conftest.cpp >&5
configure:4513: $? = 0
configure:4527: result: yes
configure:4531: checking bits/sigset.h presence
configure:4546: g++ -E conftest.cpp
configure:4553: $? = 0
configure:4567: result: yes
configure:4600: checking for bits/sigset.h
configure:4609: result: yes
configure:4489: checking bstring.h usability
configure:4506: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp:64:21: error: bstring.h: No such file or directory
configure:4513: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "FreeCAD"
| #define PACKAGE_TARNAME "FreeCAD"
| #define PACKAGE_VERSION "0.7.2008"
| #define PACKAGE_STRING "FreeCAD 0.7.2008"
| #define PACKAGE_BUGREPORT "wmayer@users.sourceforge.net"
| #define PACKAGE "FreeCAD"
| #define VERSION "0.7.2008"
| #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_ISTREAM 1
| #define HAVE_OSTREAM 1
| #define HAVE_ISTREAM 1
| #define HAVE_FSTREAM 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP 1
| #define HAVE_IOSTREAM 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <bstring.h>
configure:4527: result: no
configure:4531: checking bstring.h presence
configure:4546: g++ -E conftest.cpp
conftest.cpp:31:21: error: bstring.h: No such file or directory
configure:4553: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "FreeCAD"
| #define PACKAGE_TARNAME "FreeCAD"
| #define PACKAGE_VERSION "0.7.2008"
| #define PACKAGE_STRING "FreeCAD 0.7.2008"
| #define PACKAGE_BUGREPORT "wmayer@users.sourceforge.net"
| #define PACKAGE "FreeCAD"
| #define VERSION "0.7.2008"
| #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_ISTREAM 1
| #define HAVE_OSTREAM 1
| #define HAVE_ISTREAM 1
| #define HAVE_FSTREAM 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP 1
| #define HAVE_IOSTREAM 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| /* end confdefs.h. */
| #include <bstring.h>
configure:4567: result: no
configure:4600: checking for bstring.h
configure:4609: result: no
configure:4478: checking for sys/types.h
configure:4485: result: yes
configure:4489: checking sys/select.h usability
configure:4506: g++ -c -g -O2 conftest.cpp >&5
configure:4513: $? = 0
configure:4527: result: yes
configure:4531: checking sys/select.h presence
configure:4546: g++ -E conftest.cpp
configure:4553: $? = 0
configure:4567: result: yes
configure:4600: checking for sys/select.h
configure:4609: result: yes
configure:4642: checking sys/filio.h usability
configure:4659: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp:66:23: error: sys/filio.h: No such file or directory
configure:4666: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "FreeCAD"
| #define PACKAGE_TARNAME "FreeCAD"
| #define PACKAGE_VERSION "0.7.2008"
| #define PACKAGE_STRING "FreeCAD 0.7.2008"
| #define PACKAGE_BUGREPORT "wmayer@users.sourceforge.net"
| #define PACKAGE "FreeCAD"
| #define VERSION "0.7.2008"
| #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_ISTREAM 1
| #define HAVE_OSTREAM 1
| #define HAVE_ISTREAM 1
| #define HAVE_FSTREAM 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP 1
| #define HAVE_IOSTREAM 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/filio.h>
configure:4680: result: no
configure:4684: checking sys/filio.h presence
configure:4699: g++ -E conftest.cpp
conftest.cpp:33:23: error: sys/filio.h: No such file or directory
configure:4706: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "FreeCAD"
| #define PACKAGE_TARNAME "FreeCAD"
| #define PACKAGE_VERSION "0.7.2008"
| #define PACKAGE_STRING "FreeCAD 0.7.2008"
| #define PACKAGE_BUGREPORT "wmayer@users.sourceforge.net"
| #define PACKAGE "FreeCAD"
| #define VERSION "0.7.2008"
| #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_ISTREAM 1
| #define HAVE_OSTREAM 1
| #define HAVE_ISTREAM 1
| #define HAVE_FSTREAM 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP 1
| #define HAVE_IOSTREAM 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h. */
| #include <sys/filio.h>
configure:4720: result: no
configure:4753: checking for sys/filio.h
configure:4762: result: no
configure:4642: checking sys/mman.h usability
configure:4659: g++ -c -g -O2 conftest.cpp >&5
configure:4666: $? = 0
configure:4680: result: yes
configure:4684: checking sys/mman.h presence
configure:4699: g++ -E conftest.cpp
configure:4706: $? = 0
configure:4720: result: yes
configure:4753: checking for sys/mman.h
configure:4762: result: yes
configure:4642: checking libc.h usability
configure:4659: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp:67:18: error: libc.h: No such file or directory
configure:4666: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "FreeCAD"
| #define PACKAGE_TARNAME "FreeCAD"
| #define PACKAGE_VERSION "0.7.2008"
| #define PACKAGE_STRING "FreeCAD 0.7.2008"
| #define PACKAGE_BUGREPORT "wmayer@users.sourceforge.net"
| #define PACKAGE "FreeCAD"
| #define VERSION "0.7.2008"
| #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_ISTREAM 1
| #define HAVE_OSTREAM 1
| #define HAVE_ISTREAM 1
| #define HAVE_FSTREAM 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP 1
| #define HAVE_IOSTREAM 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libc.h>
configure:4680: result: no
configure:4684: checking libc.h presence
configure:4699: g++ -E conftest.cpp
conftest.cpp:34:18: error: libc.h: No such file or directory
configure:4706: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "FreeCAD"
| #define PACKAGE_TARNAME "FreeCAD"
| #define PACKAGE_VERSION "0.7.2008"
| #define PACKAGE_STRING "FreeCAD 0.7.2008"
| #define PACKAGE_BUGREPORT "wmayer@users.sourceforge.net"
| #define PACKAGE "FreeCAD"
| #define VERSION "0.7.2008"
| #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_ISTREAM 1
| #define HAVE_OSTREAM 1
| #define HAVE_ISTREAM 1
| #define HAVE_FSTREAM 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP 1
| #define HAVE_IOSTREAM 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| /* end confdefs.h. */
| #include <libc.h>
configure:4720: result: no
configure:4753: checking for libc.h
configure:4762: result: no
configure:4793: checking sstream usability
configure:4810: g++ -c -g -O2 conftest.cpp >&5
configure:4817: $? = 0
configure:4831: result: yes
configure:4835: checking sstream presence
configure:4850: g++ -E conftest.cpp
configure:4857: $? = 0
configure:4871: result: yes
configure:4904: checking for sstream
configure:4913: result: yes
configure:4933: checking whether the compiler implements namespaces
configure:4966: g++ -c -g -O2 conftest.cpp >&5
configure:4973: $? = 0
configure:4995: result: yes
configure:5005: checking for std iostream
configure:5046: g++ -c -g -O2 conftest.cpp >&5
configure:5053: $? = 0
configure:5075: result: yes
configure:5198: checking for C++ compiler version
configure:5206: g++ --version >&5
g++ (Debian 4.3.3-8) 4.3.3
Copyright (C) 2008 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:5210: $? = 0
configure:5217: g++ -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.3-8' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.3.3 (Debian 4.3.3-8)
configure:5221: $? = 0
configure:5228: g++ -V >&5
g++: '-V' option must have argument
configure:5232: $? = 1
configure:5235: checking whether we are using the GNU C++ compiler
configure:5288: result: yes
configure:5297: checking whether g++ accepts -g
configure:5435: result: yes
configure:5460: checking dependency style of g++
configure:5551: result: gcc3
configure:5614: checking for gcc
configure:5630: found /usr/bin/gcc
configure:5641: result: gcc
configure:5873: checking for C compiler version
configure:5881: gcc --version >&5
gcc (Debian 4.3.3-8) 4.3.3
Copyright (C) 2008 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:5885: $? = 0
configure:5892: gcc -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.3-8' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.3.3 (Debian 4.3.3-8)
configure:5896: $? = 0
configure:5903: gcc -V >&5
gcc: '-V' option must have argument
configure:5907: $? = 1
configure:5910: checking whether we are using the GNU C compiler
configure:5939: gcc -c conftest.c >&5
configure:5946: $? = 0
configure:5963: result: yes
configure:5972: checking whether gcc accepts -g
configure:6002: gcc -c -g conftest.c >&5
configure:6009: $? = 0
configure:6110: result: yes
configure:6127: checking for gcc option to accept ISO C89
configure:6201: gcc -c -g -O2 conftest.c >&5
configure:6208: $? = 0
configure:6231: result: none needed
configure:6251: checking dependency style of gcc
configure:6342: result: gcc3
configure:6454: checking build system type
configure:6472: result: x86_64-unknown-linux-gnu
configure:6494: checking host system type
configure:6509: result: x86_64-unknown-linux-gnu
configure:6531: checking for a sed that does not truncate output
configure:6597: result: /bin/sed
configure:6615: checking for fgrep
configure:6679: result: /bin/grep -F
configure:6714: checking for ld used by gcc
configure:6781: result: /usr/bin/ld
configure:6790: checking if the linker (/usr/bin/ld) is GNU ld
configure:6805: result: yes
configure:6817: checking for BSD- or MS-compatible name lister (nm)
configure:6866: result: /usr/bin/nm -B
configure:6984: checking the name lister (/usr/bin/nm -B) interface
configure:6991: g++ -c -g -O2 conftest.cpp >&5
configure:6994: /usr/bin/nm -B "conftest.o"
configure:6997: output
0000000000000000 B some_variable
configure:7004: result: BSD nm
configure:7007: checking whether ln -s works
configure:7011: result: yes
configure:7019: checking the maximum length of command line arguments
configure:7139: result: 1572864
configure:7156: checking whether the shell understands some XSI constructs
configure:7166: result: yes
configure:7170: checking whether the shell understands "+="
configure:7176: result: yes
configure:7211: checking for /usr/bin/ld option to reload object files
configure:7218: result: -r
configure:7287: checking for objdump
configure:7303: found /usr/bin/objdump
configure:7314: result: objdump
configure:7346: checking how to recognize dependent libraries
configure:7542: result: pass_all
configure:7602: checking for ar
configure:7618: found /usr/bin/ar
configure:7629: result: ar
configure:7707: checking for strip
configure:7723: found /usr/bin/strip
configure:7734: result: strip
configure:7806: checking for ranlib
configure:7822: found /usr/bin/ranlib
configure:7833: result: ranlib
configure:7923: checking command to parse /usr/bin/nm -B output from gcc object
configure:8041: g++ -c -g -O2 conftest.cpp >&5
configure:8044: $? = 0
configure:8048: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:8051: $? = 0
configure:8105: g++ -o conftest -g -O2 conftest.cpp conftstm.o >&5
configure:8108: $? = 0
configure:8146: result: ok
configure:8242: g++ -c -g -O2 conftest.cpp >&5
configure:8245: $? = 0
configure:9012: checking for dlfcn.h
configure:9033: g++ -c -g -O2 conftest.cpp >&5
configure:9040: $? = 0
configure:9057: result: yes
configure:9184: checking for C++ compiler version
configure:9192: g++ --version >&5
g++ (Debian 4.3.3-8) 4.3.3
Copyright (C) 2008 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[\code]
Feltenix

Re: boost error in configure

Post by Feltenix »

And the other half

Code: Select all

configure:9196: $? = 0
configure:9203: g++ -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.3-8' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.3.3 (Debian 4.3.3-8) 
configure:9207: $? = 0
configure:9214: g++ -V >&5
g++: '-V' option must have argument
configure:9218: $? = 1
configure:9221: checking whether we are using the GNU C++ compiler
configure:9274: result: yes
configure:9283: checking whether g++ accepts -g
configure:9421: result: yes
configure:9446: checking dependency style of g++
configure:9537: result: gcc3
configure:9560: checking how to run the C++ preprocessor
configure:9674: result: g++ -E
configure:9703: g++ -E  conftest.cpp
configure:9710: $? = 0
configure:9741: g++ -E  conftest.cpp
conftest.cpp:38:28: error: ac_nonexistent.h: No such file or directory
configure:9748: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "FreeCAD"
| #define PACKAGE_TARNAME "FreeCAD"
| #define PACKAGE_VERSION "0.7.2008"
| #define PACKAGE_STRING "FreeCAD 0.7.2008"
| #define PACKAGE_BUGREPORT "wmayer@users.sourceforge.net"
| #define PACKAGE "FreeCAD"
| #define VERSION "0.7.2008"
| #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_ISTREAM 1
| #define HAVE_OSTREAM 1
| #define HAVE_ISTREAM 1
| #define HAVE_FSTREAM 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP 1
| #define HAVE_IOSTREAM 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_NAMESPACES /**/
| #define HAVE_STD_IOSTREAM /**/
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:9899: checking for objdir
configure:9914: result: .libs
configure:10206: checking if gcc supports -fno-rtti -fno-exceptions
configure:10224: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:10228: $? = 0
configure:10241: result: no
configure:10261: checking for gcc option to produce PIC
configure:10533: result: -fPIC -DPIC
configure:10545: checking if gcc PIC flag -fPIC -DPIC works
configure:10563: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:10567: $? = 0
configure:10580: result: yes
configure:10604: checking if gcc static flag -static works
configure:10632: result: yes
configure:10647: checking if gcc supports -c -o file.o
configure:10668: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:10672: $? = 0
configure:10694: result: yes
configure:10702: checking if gcc supports -c -o file.o
configure:10749: result: yes
configure:10782: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:11860: result: yes
configure:11897: checking whether -lc should be explicitly linked in
configure:11902: gcc -c -g -O2  conftest.c >&5
configure:11905: $? = 0
configure:11920: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:11923: $? = 0
configure:11935: result: no
configure:12099: checking dynamic linker characteristics
configure:12542: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:12549: $? = 0
configure:12794: result: GNU/Linux ld.so
configure:12896: checking how to hardcode library paths into programs
configure:12921: result: immediate
configure:13044: checking for shl_load
configure:13100: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccSd88U8.o: In function `main':
/home/conrad/source/free-cad/trunk/conftest.c:73: undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:13107: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "FreeCAD"
| #define PACKAGE_TARNAME "FreeCAD"
| #define PACKAGE_VERSION "0.7.2008"
| #define PACKAGE_STRING "FreeCAD 0.7.2008"
| #define PACKAGE_BUGREPORT "wmayer@users.sourceforge.net"
| #define PACKAGE "FreeCAD"
| #define VERSION "0.7.2008"
| #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_ISTREAM 1
| #define HAVE_OSTREAM 1
| #define HAVE_ISTREAM 1
| #define HAVE_FSTREAM 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP 1
| #define HAVE_IOSTREAM 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_NAMESPACES /**/
| #define HAVE_STD_IOSTREAM /**/
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shl_load
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
| 
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:13127: result: no
configure:13132: checking for shl_load in -ldld
configure:13167: gcc -o conftest -g -O2   conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:13174: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "FreeCAD"
| #define PACKAGE_TARNAME "FreeCAD"
| #define PACKAGE_VERSION "0.7.2008"
| #define PACKAGE_STRING "FreeCAD 0.7.2008"
| #define PACKAGE_BUGREPORT "wmayer@users.sourceforge.net"
| #define PACKAGE "FreeCAD"
| #define VERSION "0.7.2008"
| #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_ISTREAM 1
| #define HAVE_OSTREAM 1
| #define HAVE_ISTREAM 1
| #define HAVE_FSTREAM 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP 1
| #define HAVE_IOSTREAM 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_NAMESPACES /**/
| #define HAVE_STD_IOSTREAM /**/
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:13195: result: no
configure:13200: checking for dlopen
configure:13256: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccKjXbsC.o: In function `main':
/home/conrad/source/free-cad/trunk/conftest.c:73: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:13263: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "FreeCAD"
| #define PACKAGE_TARNAME "FreeCAD"
| #define PACKAGE_VERSION "0.7.2008"
| #define PACKAGE_STRING "FreeCAD 0.7.2008"
| #define PACKAGE_BUGREPORT "wmayer@users.sourceforge.net"
| #define PACKAGE "FreeCAD"
| #define VERSION "0.7.2008"
| #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_ISTREAM 1
| #define HAVE_OSTREAM 1
| #define HAVE_ISTREAM 1
| #define HAVE_FSTREAM 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP 1
| #define HAVE_IOSTREAM 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_NAMESPACES /**/
| #define HAVE_STD_IOSTREAM /**/
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dlopen
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* 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_dlopen || defined __stub___dlopen
| choke me
| #endif
| 
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:13283: result: no
configure:13288: checking for dlopen in -ldl
configure:13323: gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:13330: $? = 0
configure:13351: result: yes
configure:13528: checking whether a program can dlopen itself
configure:13598: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  >&5
configure:13601: $? = 0
configure:13619: result: yes
configure:13624: checking whether a statically linked program can dlopen itself
configure:13694: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic -static conftest.c -ldl  >&5
/tmp/ccA8tnxo.o: In function `main':
/home/conrad/source/free-cad/trunk/configure:13678: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
configure:13697: $? = 0
/lib/: cannot read file data: Is a directory
configure:13715: result: no
configure:13754: checking whether stripping libraries is possible
configure:13759: result: yes
configure:13794: checking if libtool supports shared libraries
configure:13796: result: yes
configure:13799: checking whether to build shared libraries
configure:13820: result: yes
configure:13823: checking whether to build static libraries
configure:13827: result: no
configure:13977: checking for ld used by g++
configure:14044: result: /usr/bin/ld -m elf_x86_64
configure:14053: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:14068: result: yes
configure:14123: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:15098: result: yes
configure:15126: g++ -c -g -O2  conftest.cpp >&5
configure:15129: $? = 0
configure:15311: checking for g++ option to produce PIC
configure:15628: result: -fPIC -DPIC
configure:15637: checking if g++ PIC flag -fPIC -DPIC works
configure:15655: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:15659: $? = 0
configure:15672: result: yes
configure:15693: checking if g++ static flag -static works
configure:15721: result: yes
configure:15733: checking if g++ supports -c -o file.o
configure:15754: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:15758: $? = 0
configure:15780: result: yes
configure:15785: checking if g++ supports -c -o file.o
configure:15832: result: yes
configure:15862: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:15891: result: yes
configure:16028: checking dynamic linker characteristics
configure:16419: g++ -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.cpp  >&5
configure:16426: $? = 0
configure:16671: result: GNU/Linux ld.so
configure:16722: checking how to hardcode library paths into programs
configure:16747: result: immediate
configure:16805: checking whether ln -s works
configure:16809: result: yes
configure:16819: checking for swig
configure:16837: found /usr/bin/swig
configure:16850: result: /usr/bin/swig
configure:16955: checking for inflate in -lz
configure:16990: g++ -o conftest -g -O2   conftest.cpp -lz   >&5
configure:16997: $? = 0
configure:17018: result: yes
configure:17070: checking for a Python interpreter with version >= 2.5
configure:17085: python -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.5', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:17088: $? = 0
configure:17095: result: python
configure:17103: checking for python
configure:17121: found /usr/bin/python
configure:17133: result: /usr/bin/python
configure:17153: checking for python version
configure:17160: result: 2.5
configure:17172: checking for python platform
configure:17179: result: linux2
configure:17186: checking for python script directory
configure:17194: result: ${prefix}/lib/python2.5/site-packages
configure:17203: checking for python extension module directory
configure:17211: result: ${exec_prefix}/lib/python2.5/site-packages
configure:17262: checking Python.h usability
configure:17279: g++ -c -g -O2  -I/usr/include/python2.5 conftest.cpp >&5
configure:17286: $? = 0
configure:17300: result: yes
configure:17304: checking Python.h presence
configure:17319: g++ -E  -I/usr/include/python2.5 conftest.cpp
configure:17326: $? = 0
configure:17340: result: yes
configure:17373: checking for Python.h
configure:17380: result: yes
configure:17386: checking for libpython2.5
configure:17412: g++ -o conftest -g -O2  -I/usr/include/python2.5  -L/usr/lib conftest.cpp -lpython2.5 >&5
configure:17419: $? = 0
configure:17428: result: yes
configure:17466: checking for xerces-c
configure:17478: checking for /usr/include/xercesc
configure:17495: result: yes
configure:17553: checking xercesc/framework/XMLBuffer.hpp usability
configure:17570: g++ -c -g -O2  -I/usr/include conftest.cpp >&5
configure:17577: $? = 0
configure:17591: result: yes
configure:17595: checking xercesc/framework/XMLBuffer.hpp presence
configure:17610: g++ -E  -I/usr/include conftest.cpp
configure:17617: $? = 0
configure:17631: result: yes
configure:17664: checking for xercesc/framework/XMLBuffer.hpp
configure:17671: result: yes
configure:17677: checking whether xerces lib is available
configure:17701: g++ -o conftest -g -O2  -I/usr/include  -L/usr/lib conftest.cpp -lxerces-c >&5
configure:17708: $? = 0
configure:17717: result: yes
configure:17754: checking for boost
configure:17808: g++ -o conftest -g -O2  -I/usr/include  -L/usr/lib conftest.cpp -lboost_program_options >&5
/usr/bin/ld: cannot find -lboost_program_options
collect2: ld returned 1 exit status
configure:17815: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "FreeCAD"
| #define PACKAGE_TARNAME "FreeCAD"
| #define PACKAGE_VERSION "0.7.2008"
| #define PACKAGE_STRING "FreeCAD 0.7.2008"
| #define PACKAGE_BUGREPORT "wmayer@users.sourceforge.net"
| #define PACKAGE "FreeCAD"
| #define VERSION "0.7.2008"
| #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_ISTREAM 1
| #define HAVE_OSTREAM 1
| #define HAVE_ISTREAM 1
| #define HAVE_FSTREAM 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP 1
| #define HAVE_IOSTREAM 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_NAMESPACES /**/
| #define HAVE_STD_IOSTREAM /**/
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETENVIRONMENTVARIABLE 1
| #define HAVE_GL_GL_H 1
| #define HAVE_QGLFORMAT_EQ_OP 1
| #define HAVE_QGLFORMAT_SETOVERLAY 1
| #define HAVE_QGLWIDGET_SETAUTOBUFFERSWAP 1
| #define HAVE_QT_KEYPAD_DEFINE 1
| #define HAVE_QWIDGET_SHOWFULLSCREEN 1
| #define HAVE_SYS_TYPES_H 1
| #define USE_STD_IOSTREAM 1
| /* end confdefs.h.  */
| #include <boost/program_options.hpp>
| int
| main ()
| {
| namespace po = boost::program_options;
| 	 po::options_description generic("Generic options");
| 	 generic.add_options()
| 	     ("version,v", "print version string")
| 	     ("help", "produce help message");
| 
|   ;
|   return 0;
| }
configure:17829: error: failed

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_cxx_have_std_iostream=yes
ac_cv_cxx_namespaces=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_opencv_CFLAGS_set=
ac_cv_env_opencv_CFLAGS_value=
ac_cv_env_opencv_LIBS_set=
ac_cv_env_opencv_LIBS_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_file__usr_include_xercesc=yes
ac_cv_func_dlopen=no
ac_cv_func_shl_load=no
ac_cv_header_Python_h=yes
ac_cv_header_bits_sigset_h=yes
ac_cv_header_bstring_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_float_h=yes
ac_cv_header_fstream=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_iomanip=yes
ac_cv_header_iomanip_h=no
ac_cv_header_ios=yes
ac_cv_header_iostream=yes
ac_cv_header_istream=yes
ac_cv_header_libc_h=no
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_ostream=yes
ac_cv_header_siginfo_h=no
ac_cv_header_sstream=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_filio_h=no
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_values_h=yes
ac_cv_header_xercesc_framework_XMLBuffer_hpp=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_z_inflate=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_SED=/bin/sed
ac_cv_path_SWIG=/usr/bin/swig
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_pathless_PYTHON=python
am_cv_prog_tar_ustar=gnutar
am_cv_python_platform=linux2
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.5/site-packages'
am_cv_python_pythondir='${prefix}/lib/python2.5/site-packages'
am_cv_python_version=2.5
fc_cv_lib_py_avail=yes
fc_cv_lib_xer_avail=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=no
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864

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

ACLOCAL='${SHELL} /home/conrad/source/free-cad/trunk/missing --run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/conrad/source/free-cad/trunk/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/conrad/source/free-cad/trunk/missing --run autoconf'
AUTOHEADER='${SHELL} /home/conrad/source/free-cad/trunk/missing --run autoheader'
AUTOMAKE='${SHELL} /home/conrad/source/free-cad/trunk/missing --run automake-1.10'
AWK='gawk'
BOOST_FILESYSTEM_LIB=''
BOOST_PROGOPTIONS_LIB=''
BOOST_REGEX_LIB=''
BOOST_SIGNALS_LIB=''
BOOST_SYSTEM_LIB=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPPFLAGS=' -I/usr/include'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DISTCHECK_CONFIGURE_FLAGS=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GL_LIBS=''
GREP='/bin/grep'
GTSCONFIG=''
GTS_CFLAGS=''
GTS_LIBS=''
HAVE_GTS_FALSE=''
HAVE_GTS_TRUE=''
HAVE_OPENCASCADE_FALSE=''
HAVE_OPENCASCADE_TRUE=''
HAVE_OPENCV_FALSE=''
HAVE_OPENCV_TRUE=''
HAVE_SWIG='1'
HAVE_SWIG_FOUND_FALSE='#'
HAVE_SWIG_FOUND_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=' -L/usr/lib'
LIBOBJS=''
LIBS='-lboost_program_options'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIB_AGE='0'
LIB_CURRENT='2'
LIB_REVISION='0'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/conrad/source/free-cad/trunk/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OCC_INC=''
OCC_LIB=''
OCC_VERSION6_FALSE=''
OCC_VERSION6_TRUE=''
OTOOL64=''
OTOOL=''
PACKAGE='FreeCAD'
PACKAGE_BUGREPORT='wmayer@users.sourceforge.net'
PACKAGE_NAME='FreeCAD'
PACKAGE_STRING='FreeCAD 0.7.2008'
PACKAGE_TARNAME='FreeCAD'
PACKAGE_VERSION='0.7.2008'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PYTHON='/usr/bin/python'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_LIB='python2.5'
PYTHON_PLATFORM='linux2'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='2.5'
QT_CXXFLAGS=''
QT_DIR=''
QT_LIBS=''
QT_MOC=''
QT_RCC=''
QT_UIC=''
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
SWIG='/usr/bin/swig'
VERSION='0.7.2008'
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
all_includes=' -I/usr/include/python2.5 -I/usr/include'
all_libraries=' -L/usr/lib -L/usr/lib'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /home/conrad/source/free-cad/trunk/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
opencv_CFLAGS=''
opencv_LIBS=''
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/FreeCAD'
pkgpythondir='${pythondir}/FreeCAD'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.5/site-packages'
pythondir='${prefix}/lib/python2.5/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sim_ac_coin_configcmd=''
sim_ac_coin_cppflags=''
sim_ac_coin_includedir=''
sim_ac_coin_ldflags=''
sim_ac_coin_libs=''
sim_ac_soqt_configcmd=''
sim_ac_soqt_cppflags=''
sim_ac_soqt_includedir=''
sim_ac_soqt_ldflags=''
sim_ac_soqt_libs=''
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_NAME "FreeCAD"
#define PACKAGE_TARNAME "FreeCAD"
#define PACKAGE_VERSION "0.7.2008"
#define PACKAGE_STRING "FreeCAD 0.7.2008"
#define PACKAGE_BUGREPORT "wmayer@users.sourceforge.net"
#define PACKAGE "FreeCAD"
#define VERSION "0.7.2008"
#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_ISTREAM 1
#define HAVE_OSTREAM 1
#define HAVE_ISTREAM 1
#define HAVE_FSTREAM 1
#define HAVE_IOS 1
#define HAVE_IOMANIP 1
#define HAVE_IOSTREAM 1
#define HAVE_LIMITS_H 1
#define HAVE_VALUES_H 1
#define HAVE_FLOAT_H 1
#define HAVE_BITS_SIGSET_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SSTREAM 1
#define HAVE_NAMESPACES /**/
#define HAVE_STD_IOSTREAM /**/
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_GETENVIRONMENTVARIABLE 1
#define HAVE_GL_GL_H 1
#define HAVE_QGLFORMAT_EQ_OP 1
#define HAVE_QGLFORMAT_SETOVERLAY 1
#define HAVE_QGLWIDGET_SETAUTOBUFFERSWAP 1
#define HAVE_QT_KEYPAD_DEFINE 1
#define HAVE_QWIDGET_SHOWFULLSCREEN 1
#define HAVE_SYS_TYPES_H 1
#define USE_STD_IOSTREAM 1

configure: exit 1
wmayer
Founder
Posts: 20308
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: boost error in configure

Post by wmayer »

Hi,

yes, there was an issue with boost 1.38. Now there are only library names that end with the suffix "-mt". I have changed our acinclude.m4 macro file which fixes this problem.

You can check-out the latest svn version with svn co https://free-cad.svn.sourceforge.net/sv ... -cad/trunk

Cheers,
Werner


Last bumped by Anonymous on Fri Jul 03, 2009 5:49 pm.
Post Reply