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

RE: metisse configure: error: GL header found, but fail to found libGL



On Thu, 03 Mar 2005 00:11:45 -0500, Javier Kohen
<jkohen@users.sourceforge.net> wrote:
>
> What's the compiler command-line that causes the error and what does the
> compiler display?
The following is the command:
g++ -o conftest -g -O2  -I/usr/X11R6/include  -L/usr/X11R6/lib
conftest.cc -lGL   -L /usr/X11R6/lib64/  -lSM -lICE -lX11  -ldl
and the following is the error:
/usr/X11R6/lib/libGL.a(glthread.o)(.text+0x17): In function
`_glthread_InitTSD':: undefined reference to `pthread_key_create'
/usr/X11R6/lib/libGL.a(glthread.o)(.text+0x55): In function `_glthread_GetTSD':
: undefined reference to `pthread_getspecific'
/usr/X11R6/lib/libGL.a(glthread.o)(.text+0x96): In function `_glthread_SetTSD':
: undefined reference to `pthread_setspecific'
collect2: ld returned 1 exit status

>
> If it's using configure you can get a lot of information from the
> config.log file.
Yes, this is the configure script. I attached the config.log
>
> Karol Krizka wrote:
> > Hello,
> > I have lately been trying to get metissa
> > (http://insitu.lri.fr/~chapuis/metisse/index.html) running on my
> > laptop, but it fails at configure with the following error:
> > configure: error: GL header found, but fail to found libGL (use LDFLAGS?)
> >
> > But I have the gl development libraries installed and when I try to
> > look for it I get the following:
> > /usr/lib/libGL.a
> > /usr/X11R6/lib/libGL.a
> >
> > Does anyone have any idea what could be the cause of this?
>
> --
> Javier Kohen <jkohen@users.sourceforge.net>
> ICQ: blashyrkh #2361802
> Jabber: jkohen@jabber.org
>
> --
> To UNSUBSCRIBE, email to debian-amd64-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>
--
Cheers,
Karol Krizka
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by nucleo configure 0.1, which was
generated by GNU Autoconf 2.58.  Invocation command line was

  $ ./configure --prefix=/usr LDFLAGS=-L/usr/X11R6/lib

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

hostname = zorka
uname -m = x86_64
uname -r = 2.6.10-9-amd64-k8
uname -s = Linux
uname -v = #1 Wed Feb 9 22:29:16 CET 2005

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

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

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


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

configure:1558: checking for a BSD-compatible install
configure:1613: result: /usr/bin/install -c
configure:1624: checking whether build environment is sane
configure:1667: result: yes
configure:1718: checking for gawk
configure:1734: found /usr/bin/gawk
configure:1744: result: gawk
configure:1754: checking whether make sets $(MAKE)
configure:1774: result: yes
configure:2024: checking build system type
configure:2042: result: x86_64-unknown-linux-gnu
configure:2050: checking host system type
configure:2064: result: x86_64-unknown-linux-gnu
configure:2084: checking for style of include used by make
configure:2112: result: GNU
configure:2183: checking for gcc
configure:2199: found /usr/bin/gcc
configure:2209: result: gcc
configure:2453: checking for C compiler version
configure:2456: gcc --version </dev/null >&5
gcc (GCC) 4.0.0 20050125 (experimental) (Debian 4.0-0pre5.0.0.1.gcc4)
Copyright (C) 2005 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:2459: $? = 0
configure:2461: gcc -v </dev/null >&5
Using built-in specs.
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada --prefix=/usr --libexecdir=/usr/lib --enable-shared --with-system-zlib --enable-nls --enable-threads=posix --without-included-gettext --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-mpfr x86_64-linux
Thread model: posix
gcc version 4.0.0 20050125 (experimental) (Debian 4.0-0pre5.0.0.1.gcc4)
configure:2464: $? = 0
configure:2466: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2469: $? = 1
configure:2492: checking for C compiler default output file name
configure:2495: gcc   -L/usr/X11R6/lib conftest.c  >&5
configure:2498: $? = 0
configure:2544: result: a.out
configure:2549: checking whether the C compiler works
configure:2555: ./a.out
configure:2558: $? = 0
configure:2575: result: yes
configure:2582: checking whether we are cross compiling
configure:2584: result: no
configure:2587: checking for suffix of executables
configure:2589: gcc -o conftest   -L/usr/X11R6/lib conftest.c  >&5
configure:2592: $? = 0
configure:2617: result: 
configure:2623: checking for suffix of object files
configure:2644: gcc -c   conftest.c >&5
configure:2647: $? = 0
configure:2669: result: o
configure:2673: checking whether we are using the GNU C compiler
configure:2697: gcc -c   conftest.c >&5
configure:2703: $? = 0
configure:2707: test -z 
			 || test ! -s conftest.err
configure:2710: $? = 0
configure:2713: test -s conftest.o
configure:2716: $? = 0
configure:2729: result: yes
configure:2735: checking whether gcc accepts -g
configure:2756: gcc -c -g  conftest.c >&5
configure:2762: $? = 0
configure:2766: test -z 
			 || test ! -s conftest.err
configure:2769: $? = 0
configure:2772: test -s conftest.o
configure:2775: $? = 0
configure:2786: result: yes
configure:2803: checking for gcc option to accept ANSI C
configure:2873: gcc  -c -g -O2  conftest.c >&5
configure:2879: $? = 0
configure:2883: test -z 
			 || test ! -s conftest.err
configure:2886: $? = 0
configure:2889: test -s conftest.o
configure:2892: $? = 0
configure:2910: result: none needed
configure:2928: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:2934: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3069: checking dependency style of gcc
configure:3152: result: gcc3
configure:3169: checking for a sed that does not truncate output
configure:3223: result: /bin/sed
configure:3226: checking for egrep
configure:3236: result: grep -E
configure:3252: checking for ld used by gcc
configure:3319: result: /usr/bin/ld
configure:3328: checking if the linker (/usr/bin/ld) is GNU ld
configure:3343: result: yes
configure:3348: checking for /usr/bin/ld option to reload object files
configure:3355: result: -r
configure:3364: checking for BSD-compatible nm
configure:3406: result: /usr/bin/nm -B
configure:3410: checking whether ln -s works
configure:3414: result: yes
configure:3421: checking how to recognise dependent libraries
configure:3621: result: file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
configure:3706: gcc -c -g -O2  conftest.c >&5
configure:3709: $? = 0
configure:3835: checking how to run the C preprocessor
configure:3870: gcc -E  conftest.c
configure:3876: $? = 0
configure:3908: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3914: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "nucleo"
| #define PACKAGE_TARNAME "nucleo"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "nucleo 0.1"
| #define PACKAGE_BUGREPORT "roussel@lri.fr"
| #define PACKAGE "nucleo"
| #define VERSION "0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3953: result: gcc -E
configure:3977: gcc -E  conftest.c
configure:3983: $? = 0
configure:4015: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4021: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "nucleo"
| #define PACKAGE_TARNAME "nucleo"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "nucleo 0.1"
| #define PACKAGE_BUGREPORT "roussel@lri.fr"
| #define PACKAGE "nucleo"
| #define VERSION "0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4065: checking for ANSI C header files
configure:4090: gcc -c -g -O2  conftest.c >&5
configure:4096: $? = 0
configure:4100: test -z 
			 || test ! -s conftest.err
configure:4103: $? = 0
configure:4106: test -s conftest.o
configure:4109: $? = 0
configure:4198: gcc -o conftest -g -O2  -L/usr/X11R6/lib conftest.c  >&5
conftest.c: In function 'main':
conftest.c:28: warning: incompatible implicit declaration of built-in function 'exit'
configure:4201: $? = 0
configure:4203: ./conftest
configure:4206: $? = 0
configure:4221: result: yes
configure:4245: checking for sys/types.h
configure:4261: gcc -c -g -O2  conftest.c >&5
configure:4267: $? = 0
configure:4271: test -z 
			 || test ! -s conftest.err
configure:4274: $? = 0
configure:4277: test -s conftest.o
configure:4280: $? = 0
configure:4291: result: yes
configure:4245: checking for sys/stat.h
configure:4261: gcc -c -g -O2  conftest.c >&5
configure:4267: $? = 0
configure:4271: test -z 
			 || test ! -s conftest.err
configure:4274: $? = 0
configure:4277: test -s conftest.o
configure:4280: $? = 0
configure:4291: result: yes
configure:4245: checking for stdlib.h
configure:4261: gcc -c -g -O2  conftest.c >&5
configure:4267: $? = 0
configure:4271: test -z 
			 || test ! -s conftest.err
configure:4274: $? = 0
configure:4277: test -s conftest.o
configure:4280: $? = 0
configure:4291: result: yes
configure:4245: checking for string.h
configure:4261: gcc -c -g -O2  conftest.c >&5
configure:4267: $? = 0
configure:4271: test -z 
			 || test ! -s conftest.err
configure:4274: $? = 0
configure:4277: test -s conftest.o
configure:4280: $? = 0
configure:4291: result: yes
configure:4245: checking for memory.h
configure:4261: gcc -c -g -O2  conftest.c >&5
configure:4267: $? = 0
configure:4271: test -z 
			 || test ! -s conftest.err
configure:4274: $? = 0
configure:4277: test -s conftest.o
configure:4280: $? = 0
configure:4291: result: yes
configure:4245: checking for strings.h
configure:4261: gcc -c -g -O2  conftest.c >&5
configure:4267: $? = 0
configure:4271: test -z 
			 || test ! -s conftest.err
configure:4274: $? = 0
configure:4277: test -s conftest.o
configure:4280: $? = 0
configure:4291: result: yes
configure:4245: checking for inttypes.h
configure:4261: gcc -c -g -O2  conftest.c >&5
configure:4267: $? = 0
configure:4271: test -z 
			 || test ! -s conftest.err
configure:4274: $? = 0
configure:4277: test -s conftest.o
configure:4280: $? = 0
configure:4291: result: yes
configure:4245: checking for stdint.h
configure:4261: gcc -c -g -O2  conftest.c >&5
configure:4267: $? = 0
configure:4271: test -z 
			 || test ! -s conftest.err
configure:4274: $? = 0
configure:4277: test -s conftest.o
configure:4280: $? = 0
configure:4291: result: yes
configure:4245: checking for unistd.h
configure:4261: gcc -c -g -O2  conftest.c >&5
configure:4267: $? = 0
configure:4271: test -z 
			 || test ! -s conftest.err
configure:4274: $? = 0
configure:4277: test -s conftest.o
configure:4280: $? = 0
configure:4291: result: yes
configure:4317: checking dlfcn.h usability
configure:4329: gcc -c -g -O2  conftest.c >&5
configure:4335: $? = 0
configure:4339: test -z 
			 || test ! -s conftest.err
configure:4342: $? = 0
configure:4345: test -s conftest.o
configure:4348: $? = 0
configure:4358: result: yes
configure:4362: checking dlfcn.h presence
configure:4372: gcc -E  conftest.c
configure:4378: $? = 0
configure:4398: result: yes
configure:4433: checking for dlfcn.h
configure:4440: result: yes
configure:4505: checking for g++
configure:4521: found /usr/bin/g++
configure:4531: result: g++
configure:4547: checking for C++ compiler version
configure:4550: g++ --version </dev/null >&5
g++ (GCC) 4.0.0 20050125 (experimental) (Debian 4.0-0pre5.0.0.1.gcc4)
Copyright (C) 2005 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:4553: $? = 0
configure:4555: g++ -v </dev/null >&5
Using built-in specs.
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada --prefix=/usr --libexecdir=/usr/lib --enable-shared --with-system-zlib --enable-nls --enable-threads=posix --without-included-gettext --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-mpfr x86_64-linux
Thread model: posix
gcc version 4.0.0 20050125 (experimental) (Debian 4.0-0pre5.0.0.1.gcc4)
configure:4558: $? = 0
configure:4560: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:4563: $? = 1
configure:4566: checking whether we are using the GNU C++ compiler
configure:4590: g++ -c   conftest.cc >&5
configure:4596: $? = 0
configure:4600: test -z 
			 || test ! -s conftest.err
configure:4603: $? = 0
configure:4606: test -s conftest.o
configure:4609: $? = 0
configure:4622: result: yes
configure:4628: checking whether g++ accepts -g
configure:4649: g++ -c -g  conftest.cc >&5
configure:4655: $? = 0
configure:4659: test -z 
			 || test ! -s conftest.err
configure:4662: $? = 0
configure:4665: test -s conftest.o
configure:4668: $? = 0
configure:4679: result: yes
configure:4721: g++ -c -g -O2  conftest.cc >&5
configure:4727: $? = 0
configure:4731: test -z 
			 || test ! -s conftest.err
configure:4734: $? = 0
configure:4737: test -s conftest.o
configure:4740: $? = 0
configure:4766: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:26: error: 'exit' was not declared in this scope
configure:4772: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "nucleo"
| #define PACKAGE_TARNAME "nucleo"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "nucleo 0.1"
| #define PACKAGE_BUGREPORT "roussel@lri.fr"
| #define PACKAGE "nucleo"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4721: g++ -c -g -O2  conftest.cc >&5
/usr/include/stdlib.h:640: error: 'void exit(int)' conflicts with previous using declaration 'void std::exit(int)'
/usr/include/stdlib.h:640: error: 'void exit(int)' conflicts with used function
conftest.cc:22: error: 'void std::exit(int)' previously declared here
configure:4727: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "nucleo"
| #define PACKAGE_TARNAME "nucleo"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "nucleo 0.1"
| #define PACKAGE_BUGREPORT "roussel@lri.fr"
| #define PACKAGE "nucleo"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4721: g++ -c -g -O2  conftest.cc >&5
/usr/include/stdlib.h:640: error: 'void exit(int)' conflicts with previous using declaration 'void std::exit(int)'
/usr/include/stdlib.h:640: error: 'void exit(int)' conflicts with used function
conftest.cc:22: error: 'void std::exit(int)' previously declared here
configure:4727: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "nucleo"
| #define PACKAGE_TARNAME "nucleo"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "nucleo 0.1"
| #define PACKAGE_BUGREPORT "roussel@lri.fr"
| #define PACKAGE "nucleo"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4721: g++ -c -g -O2  conftest.cc >&5
configure:4727: $? = 0
configure:4731: test -z 
			 || test ! -s conftest.err
configure:4734: $? = 0
configure:4737: test -s conftest.o
configure:4740: $? = 0
configure:4766: g++ -c -g -O2  conftest.cc >&5
configure:4772: $? = 0
configure:4776: test -z 
			 || test ! -s conftest.err
configure:4779: $? = 0
configure:4782: test -s conftest.o
configure:4785: $? = 0
configure:4810: checking dependency style of g++
configure:4893: result: gcc3
configure:4915: checking how to run the C++ preprocessor
configure:4946: g++ -E  conftest.cc
configure:4952: $? = 0
configure:4984: g++ -E  conftest.cc
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
configure:4990: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "nucleo"
| #define PACKAGE_TARNAME "nucleo"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "nucleo 0.1"
| #define PACKAGE_BUGREPORT "roussel@lri.fr"
| #define PACKAGE "nucleo"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5029: result: g++ -E
configure:5053: g++ -E  conftest.cc
configure:5059: $? = 0
configure:5091: g++ -E  conftest.cc
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
configure:5097: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "nucleo"
| #define PACKAGE_TARNAME "nucleo"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "nucleo 0.1"
| #define PACKAGE_BUGREPORT "roussel@lri.fr"
| #define PACKAGE "nucleo"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5192: checking for g77
configure:5208: found /usr/bin/g77
configure:5218: result: g77
configure:5233: checking for Fortran 77 compiler version
configure:5236: g77 --version </dev/null >&5
GNU Fortran (GCC) 3.4.4 20050203 (prerelease) (Debian 3.4.3-9.0.0.1.gcc4)
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:5239: $? = 0
configure:5241: g77 -v </dev/null >&5
Reading specs from /usr/lib/gcc/x86_64-linux/3.4.4/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --program-suffix=-3.4 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --disable-werror x86_64-linux
Thread model: posix
gcc version 3.4.4 20050203 (prerelease) (Debian 3.4.3-9.0.0.1.gcc4)
configure:5244: $? = 0
configure:5246: g77 -V </dev/null >&5
g77: `-V' option must have argument
configure:5249: $? = 1
configure:5257: checking whether we are using the GNU Fortran 77 compiler
configure:5271: g77 -c  conftest.F >&5
configure:5277: $? = 0
configure:5281: test -z 
			 || test ! -s conftest.err
configure:5284: $? = 0
configure:5287: test -s conftest.o
configure:5290: $? = 0
configure:5303: result: yes
configure:5309: checking whether g77 accepts -g
configure:5321: g77 -c -g conftest.f >&5
configure:5327: $? = 0
configure:5331: test -z 
			 || test ! -s conftest.err
configure:5334: $? = 0
configure:5337: test -s conftest.o
configure:5340: $? = 0
configure:5352: result: yes
configure:5382: checking the maximum length of command line arguments
configure:5441: result: 32768
configure:5452: checking command to parse /usr/bin/nm -B output from gcc object
configure:5541: gcc -c -g -O2  conftest.c >&5
configure:5544: $? = 0
configure:5548: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:5551: $? = 0
configure:5603: gcc -o conftest -g -O2  -L/usr/X11R6/lib conftest.c conftstm.o >&5
configure:5606: $? = 0
configure:5644: result: ok
configure:5648: checking for objdir
configure:5663: result: .libs
configure:5753: checking for ar
configure:5769: found /usr/bin/ar
configure:5780: result: ar
configure:5833: checking for ranlib
configure:5849: found /usr/bin/ranlib
configure:5860: result: ranlib
configure:5913: checking for strip
configure:5929: found /usr/bin/strip
configure:5940: result: strip
configure:5994: checking for file
configure:6047: result: /usr/bin/file
configure:6202: checking if gcc static flag  works
configure:6225: result: yes
configure:6242: checking if gcc supports -fno-rtti -fno-exceptions
configure:6260: 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:6264: $? = 0
configure:6275: result: no
configure:6290: checking for gcc option to produce PIC
configure:6467: result: -fPIC
configure:6474: checking if gcc PIC flag -fPIC works
configure:6492: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:6496: $? = 0
configure:6507: result: yes
configure:6531: checking if gcc supports -c -o file.o
configure:6559: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:6563: $? = 0
configure:6580: result: yes
configure:6606: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:7420: result: yes
configure:7446: checking whether -lc should be explicitly linked in
configure:7451: gcc -c -g -O2  conftest.c >&5
configure:7454: $? = 0
configure:7468: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7471: $? = 0
configure:7483: result: no
configure:7491: checking how to hardcode library paths into programs
configure:7516: result: immediate
configure:7530: checking whether stripping libraries is possible
configure:7535: result: yes
configure:7557: checking dynamic linker characteristics
configure:8068: result: GNU/Linux ld.so
configure:8880: checking if libtool supports shared libraries
configure:8882: result: yes
configure:8885: checking whether to build shared libraries
configure:8934: result: yes
configure:8937: checking whether to build static libraries
configure:8941: result: no
configure:9032: creating libtool
configure:9576: checking for ld used by g++
configure:9643: result: /usr/bin/ld -m elf_x86_64
configure:9652: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:9667: result: no
configure:9718: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10533: result: yes
configure:10551: g++ -c -g -O2  conftest.cc >&5
configure:10554: $? = 0
configure:10650: checking for g++ option to produce PIC
configure:10902: result: -fPIC
configure:10909: checking if g++ PIC flag -fPIC works
configure:10927: g++ -c -g -O2  -fPIC -DPIC conftest.cc >&5
configure:10931: $? = 0
configure:10942: result: yes
configure:10966: checking if g++ supports -c -o file.o
configure:10994: g++ -c -g -O2  -o out/conftest2.o conftest.cc >&5
configure:10998: $? = 0
configure:11015: result: yes
configure:11041: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:11066: result: yes
configure:11137: checking how to hardcode library paths into programs
configure:11162: result: immediate
configure:11176: checking whether stripping libraries is possible
configure:11181: result: yes
configure:11203: checking dynamic linker characteristics
configure:11714: result: GNU/Linux ld.so
configure:12999: checking if libtool supports shared libraries
configure:13001: result: yes
configure:13004: checking whether to build shared libraries
configure:13022: result: yes
configure:13025: checking whether to build static libraries
configure:13029: result: no
configure:13041: checking for g77 option to produce PIC
configure:13218: result: -fPIC
configure:13225: checking if g77 PIC flag -fPIC works
configure:13243: g77 -c -g -O2 -fPIC conftest.f >&5
configure:13247: $? = 0
configure:13258: result: yes
configure:13282: checking if g77 supports -c -o file.o
configure:13310: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:13314: $? = 0
configure:13331: result: yes
configure:13357: checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:14151: result: yes
configure:14222: checking how to hardcode library paths into programs
configure:14247: result: immediate
configure:14261: checking whether stripping libraries is possible
configure:14266: result: yes
configure:14288: checking dynamic linker characteristics
configure:14799: result: GNU/Linux ld.so
configure:18894: checking for C++ compiler version
configure:18897: g++ --version </dev/null >&5
g++ (GCC) 4.0.0 20050125 (experimental) (Debian 4.0-0pre5.0.0.1.gcc4)
Copyright (C) 2005 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:18900: $? = 0
configure:18902: g++ -v </dev/null >&5
Using built-in specs.
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada --prefix=/usr --libexecdir=/usr/lib --enable-shared --with-system-zlib --enable-nls --enable-threads=posix --without-included-gettext --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-mpfr x86_64-linux
Thread model: posix
gcc version 4.0.0 20050125 (experimental) (Debian 4.0-0pre5.0.0.1.gcc4)
configure:18905: $? = 0
configure:18907: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:18910: $? = 1
configure:18913: checking whether we are using the GNU C++ compiler
configure:18969: result: yes
configure:18975: checking whether g++ accepts -g
configure:19026: result: yes
configure:19068: g++ -c -g -O2  conftest.cc >&5
configure:19074: $? = 0
configure:19078: test -z 
			 || test ! -s conftest.err
configure:19081: $? = 0
configure:19084: test -s conftest.o
configure:19087: $? = 0
configure:19113: g++ -c -g -O2  conftest.cc >&5
configure:19119: $? = 0
configure:19123: test -z 
			 || test ! -s conftest.err
configure:19126: $? = 0
configure:19129: test -s conftest.o
configure:19132: $? = 0
configure:19157: checking dependency style of g++
configure:19240: result: gcc3
configure:19270: checking for a BSD-compatible install
configure:19325: result: /usr/bin/install -c
configure:19337: checking whether byte ordering is bigendian
configure:19364: g++ -c -g -O2  conftest.cc >&5
configure:19370: $? = 0
configure:19374: test -z 
			 || test ! -s conftest.err
configure:19377: $? = 0
configure:19380: test -s conftest.o
configure:19383: $? = 0
configure:19407: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:32: error: 'big' was not declared in this scope
conftest.cc:32: error: expected `;' before 'endian'
configure:19413: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "nucleo"
| #define PACKAGE_TARNAME "nucleo"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "nucleo 0.1"
| #define PACKAGE_BUGREPORT "roussel@lri.fr"
| #define PACKAGE "nucleo"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
| 
|   ;
|   return 0;
| }
configure:19548: result: no
configure:19643: checking for dlopen in -ldl
configure:19673: g++ -o conftest -g -O2  -L/usr/X11R6/lib conftest.cc -ldl   >&5
configure:19679: $? = 0
configure:19683: test -z 
			 || test ! -s conftest.err
configure:19686: $? = 0
configure:19689: test -s conftest
configure:19692: $? = 0
configure:19705: result: yes
configure:19722: checking for X
configure:19952: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:20124: g++ -o conftest -g -O2  -L/usr/X11R6/lib conftest.cc  -ldl  -L/usr/X11R6/lib -lX11 >&5
configure:20130: $? = 0
configure:20134: test -z 
			 || test ! -s conftest.err
configure:20137: $? = 0
configure:20140: test -s conftest
configure:20143: $? = 0
configure:20301: checking for gethostbyname
configure:20358: g++ -o conftest -g -O2  -L/usr/X11R6/lib conftest.cc  -ldl >&5
configure:20364: $? = 0
configure:20368: test -z 
			 || test ! -s conftest.err
configure:20371: $? = 0
configure:20374: test -s conftest
configure:20377: $? = 0
configure:20389: result: yes
configure:20540: checking for connect
configure:20597: g++ -o conftest -g -O2  -L/usr/X11R6/lib conftest.cc  -ldl >&5
configure:20603: $? = 0
configure:20607: test -z 
			 || test ! -s conftest.err
configure:20610: $? = 0
configure:20613: test -s conftest
configure:20616: $? = 0
configure:20628: result: yes
configure:20703: checking for remove
configure:20760: g++ -o conftest -g -O2  -L/usr/X11R6/lib conftest.cc  -ldl >&5
configure:20766: $? = 0
configure:20770: test -z 
			 || test ! -s conftest.err
configure:20773: $? = 0
configure:20776: test -s conftest
configure:20779: $? = 0
configure:20791: result: yes
configure:20866: checking for shmat
configure:20923: g++ -o conftest -g -O2  -L/usr/X11R6/lib conftest.cc  -ldl >&5
configure:20929: $? = 0
configure:20933: test -z 
			 || test ! -s conftest.err
configure:20936: $? = 0
configure:20939: test -s conftest
configure:20942: $? = 0
configure:20954: result: yes
configure:21038: checking for IceConnectionNumber in -lICE
configure:21068: g++ -o conftest -g -O2  -L/usr/X11R6/lib -L/usr/X11R6/lib conftest.cc -lICE   -ldl >&5
configure:21074: $? = 0
configure:21078: test -z 
			 || test ! -s conftest.err
configure:21081: $? = 0
configure:21084: test -s conftest
configure:21087: $? = 0
configure:21100: result: yes
configure:21135: checking GL/gl.h usability
configure:21147: g++ -c -g -O2  -I/usr/X11R6/include  conftest.cc >&5
configure:21153: $? = 0
configure:21157: test -z 
			 || test ! -s conftest.err
configure:21160: $? = 0
configure:21163: test -s conftest.o
configure:21166: $? = 0
configure:21176: result: yes
configure:21180: checking GL/gl.h presence
configure:21190: g++ -E  -I/usr/X11R6/include  conftest.cc
configure:21196: $? = 0
configure:21216: result: yes
configure:21251: checking for GL/gl.h
configure:21258: result: yes
configure:21277: checking for glFlush in -lGL
configure:21307: g++ -o conftest -g -O2  -I/usr/X11R6/include  -L/usr/X11R6/lib conftest.cc -lGL   -L/usr/X11R6/lib  -lSM -lICE -lX11  -ldl >&5
/usr/X11R6/lib/libGL.a(glthread.o)(.text+0x17): In function `_glthread_InitTSD':
: undefined reference to `pthread_key_create'
/usr/X11R6/lib/libGL.a(glthread.o)(.text+0x55): In function `_glthread_GetTSD':
: undefined reference to `pthread_getspecific'
/usr/X11R6/lib/libGL.a(glthread.o)(.text+0x96): In function `_glthread_SetTSD':
: undefined reference to `pthread_setspecific'
collect2: ld returned 1 exit status
configure:21313: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "nucleo"
| #define PACKAGE_TARNAME "nucleo"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "nucleo 0.1"
| #define PACKAGE_BUGREPORT "roussel@lri.fr"
| #define PACKAGE "nucleo"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define HAVE_DLOPEN 1
| #define HAVE_XWINDOW 1
| #define HAVE_GL_GL_H 1
| #define HAVE_OPENGL 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char glFlush ();
| int
| main ()
| {
| glFlush ();
|   ;
|   return 0;
| }
configure:21339: result: no
configure:21349: error: GL header found, but fail to found libGL (use LDFLAGS?)

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/usr/X11R6/lib
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_f77_compiler_gnu=yes
ac_cv_func_connect=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_have_x='have_x=yes 		ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib'
ac_cv_header_GL_gl_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux-gnu
ac_cv_lib_GL_glFlush=no
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
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_F77=g77
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_warnings=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.3.so'
lt_cv_ld_reload_flag=-r
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_MAGIC_CMD=/usr/bin/file
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGISTW][ABCDGISTW]*\\)[ 	][ 	]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

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

ACLOCAL='${SHELL} /home/kkrizka/Sources/nucleo-0.1/build-utils/missing --run aclocal-1.8'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/kkrizka/Sources/nucleo-0.1/build-utils/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/kkrizka/Sources/nucleo-0.1/build-utils/missing --run autoconf'
AUTOHEADER='${SHELL} /home/kkrizka/Sources/nucleo-0.1/build-utils/missing --run autoheader'
AUTOMAKE='${SHELL} /home/kkrizka/Sources/nucleo-0.1/build-utils/missing --run automake-1.8'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=' -I/usr/X11R6/include '
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DISABLE_SILENT=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77='g77'
FFLAGS='-g -O2'
FFMPEG_CPPFLAGS=''
FFMPEG_LDFLAGS=''
FREETYPE_CONFIG=''
HAVE_AGL='0'
HAVE_AGL_FALSE=''
HAVE_AGL_TRUE=''
HAVE_DLOPEN='1'
HAVE_FFMPEG=''
HAVE_FFMPEG_FALSE=''
HAVE_FFMPEG_TRUE=''
HAVE_GLX='0'
HAVE_GLX_FALSE=''
HAVE_GLX_TRUE=''
HAVE_HOWL=''
HAVE_HOWL_FALSE=''
HAVE_HOWL_TRUE=''
HAVE_OPENGL='1'
HAVE_OPENGL_FALSE=''
HAVE_OPENGL_TRUE=''
HAVE_VNC=''
HAVE_VNC_FALSE=''
HAVE_VNC_TRUE=''
HAVE_XINPUT='0'
HAVE_XINPUT_FALSE=''
HAVE_XINPUT_HOTPLUG='0'
HAVE_XINPUT_HOTPLUG_FALSE=''
HAVE_XINPUT_HOTPLUG_TRUE=''
HAVE_XINPUT_TRUE=''
HAVE_XWINDOW='1'
HAVE_XWINDOW_FALSE=''
HAVE_XWINDOW_TRUE=''
HOWL_CPPFLAGS=''
HOWL_LDFLAGS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS='-L/usr/X11R6/lib'
LIBOBJS=''
LIBS=' -L/usr/X11R6/lib  -lSM -lICE -lX11  -ldl'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/kkrizka/Sources/nucleo-0.1/build-utils/missing --run makeinfo'
NUCLEO_INCLUDEDIR='${includedir}/nucleo'
NUCLEO_PLUGINS_DIR='${pkglibdir}'
NUCLEO_RESOURCES_DIR='${pkgdatadir}'
OBJEXT='o'
OS_IS_LINUX_FALSE=''
OS_IS_LINUX_TRUE=''
OS_IS_MACOSX_FALSE=''
OS_IS_MACOSX_TRUE=''
PACKAGE='nucleo'
PACKAGE_BUGREPORT='roussel@lri.fr'
PACKAGE_NAME='nucleo'
PACKAGE_STRING='nucleo 0.1'
PACKAGE_TARNAME='nucleo'
PACKAGE_VERSION='0.1'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.1'
VNC_CPPFLAGS=''
VNC_LDFLAGS=''
XINPUT_LIBS=''
X_CFLAGS=' -I/usr/X11R6/include'
X_EXTRA_LIBS=''
X_LIBS=' -L/usr/X11R6/lib'
X_PRE_LIBS=' -lSM -lICE'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77='g77'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/kkrizka/Sources/nucleo-0.1/build-utils/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -m 0755 -p --'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define HAVE_DLFCN_H 1
#define HAVE_DLOPEN 1
#define HAVE_GL_GL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_OPENGL 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_XWINDOW 1
#define PACKAGE "nucleo"
#define PACKAGE_BUGREPORT "roussel@lri.fr"
#define PACKAGE_NAME "nucleo"
#define PACKAGE_STRING "nucleo 0.1"
#define PACKAGE_TARNAME "nucleo"
#define PACKAGE_VERSION "0.1"
#define STDC_HEADERS 1
#define VERSION "0.1"
#endif
#ifdef __cplusplus
extern "C" void exit (int) throw ();

configure: exit 1


Reply to: