PDA

View Full Version : OpenGL libs not being found



arpad
March 27th, 2007, 12:46 AM
I'm trying to compile a machine vision app called Hornetseye. It needs some OpenGL libs which, to the best of my knowledge, are there but the configure can't seem to find them. Here's the last part of stdout from the configure:


checking for IceConnectionNumber in -lICE... yes
checking for OpenGL... yes
checking for GL... no
checking for GLU... yes
checking for glut... yes


I've loaded everything that looks remotely related but still no luck. I'm looking for any kind of help since OpenGL is a total mystery to me and I'm only just getting into compiling applications.

I'll post more info, the config.log and the rest of the stdout if needed.

Thanks

hod139
March 27th, 2007, 01:02 AM
Try installing libgl1-mesa-dev

arpad
March 27th, 2007, 06:37 PM
libgl1-mesa-dev has been installed for a while.

Looks like I'm going to have to post this in three pieces.

Here's the first part of the config.log.


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

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

$ ./configure

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

hostname = ponderosa
uname -m = i686
uname -r = 2.6.17-11-generic
uname -s = Linux
uname -v = #2 SMP Thu Feb 1 19:52:28 UTC 2007

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

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

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


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

configure:1564: checking for a BSD-compatible install
configure:1619: result: /usr/bin/install -c
configure:1630: checking whether build environment is sane
configure:1673: result: yes
configure:1738: checking for gawk
configure:1767: result: no
configure:1738: checking for mawk
configure:1754: found /usr/bin/mawk
configure:1764: result: mawk
configure:1774: checking whether make sets $(MAKE)
configure:1794: result: yes
configure:1966: checking for ruby
configure:1984: found /usr/bin/ruby
configure:1996: result: /usr/bin/ruby
configure:2031: checking whether build environment is sane
configure:2074: result: yes
configure:2122: checking for gcc
configure:2138: found /usr/bin/gcc
configure:2148: result: gcc
configure:2392: checking for C compiler version
configure:2395: gcc --version </dev/null >&5
gcc (GCC) 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)
Copyright (C) 2006 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:2398: $? = 0
configure:2400: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)
configure:2403: $? = 0
configure:2405: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2408: $? = 1
configure:2431: checking for C compiler default output file name
configure:2434: gcc conftest.c >&5
configure:2437: $? = 0
configure:2483: result: a.out
configure:2488: checking whether the C compiler works
configure:2494: ./a.out
configure:2497: $? = 0
configure:2514: result: yes
configure:2521: checking whether we are cross compiling
configure:2523: result: no
configure:2526: checking for suffix of executables
configure:2528: gcc -o conftest conftest.c >&5
configure:2531: $? = 0
configure:2556: result:
configure:2562: checking for suffix of object files
configure:2583: gcc -c conftest.c >&5
configure:2586: $? = 0
configure:2608: result: o
configure:2612: checking whether we are using the GNU C compiler
configure:2636: gcc -c conftest.c >&5
configure:2642: $? = 0
configure:2646: test -z
|| test ! -s conftest.err
configure:2649: $? = 0
configure:2652: test -s conftest.o
configure:2655: $? = 0
configure:2668: result: yes
configure:2674: checking whether gcc accepts -g
configure:2695: gcc -c -g conftest.c >&5
configure:2701: $? = 0
configure:2705: test -z
|| test ! -s conftest.err
configure:2708: $? = 0
configure:2711: test -s conftest.o
configure:2714: $? = 0
configure:2725: result: yes
configure:2742: checking for gcc option to accept ANSI C
configure:2812: gcc -c -g -O2 conftest.c >&5
configure:2818: $? = 0
configure:2822: test -z
|| test ! -s conftest.err
configure:2825: $? = 0
configure:2828: test -s conftest.o
configure:2831: $? = 0
configure:2849: result: none needed
configure:2867: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:2873: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3017: checking for style of include used by make
configure:3045: result: GNU
configure:3073: checking dependency style of gcc
configure:3163: result: gcc3
configure:3232: checking for g++
configure:3248: found /usr/bin/g++
configure:3258: result: g++
configure:3274: checking for C++ compiler version
configure:3277: g++ --version </dev/null >&5
g++ (GCC) 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)
Copyright (C) 2006 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:3280: $? = 0
configure:3282: g++ -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)
configure:3285: $? = 0
configure:3287: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:3290: $? = 1
configure:3293: checking whether we are using the GNU C++ compiler
configure:3317: g++ -c conftest.cc >&5
configure:3323: $? = 0
configure:3327: test -z
|| test ! -s conftest.err
configure:3330: $? = 0
configure:3333: test -s conftest.o
configure:3336: $? = 0
configure:3349: result: yes
configure:3355: checking whether g++ accepts -g
configure:3376: g++ -c -g conftest.cc >&5
configure:3382: $? = 0
configure:3386: test -z
|| test ! -s conftest.err
configure:3389: $? = 0
configure:3392: test -s conftest.o
configure:3395: $? = 0
configure:3406: result: yes
configure:3448: g++ -c -g -O2 conftest.cc >&5
configure:3454: $? = 0
configure:3458: test -z
|| test ! -s conftest.err
configure:3461: $? = 0
configure:3464: test -s conftest.o
configure:3467: $? = 0
configure:3493: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:15: error: 'exit' was not declared in this scope
configure:3499: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "hornetseye"
| #define VERSION "0.12"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3448: g++ -c -g -O2 conftest.cc >&5
configure:3454: $? = 0
configure:3458: test -z
|| test ! -s conftest.err
configure:3461: $? = 0
configure:3464: test -s conftest.o
configure:3467: $? = 0
configure:3493: g++ -c -g -O2 conftest.cc >&5
configure:3499: $? = 0
configure:3503: test -z
|| test ! -s conftest.err
configure:3506: $? = 0
configure:3509: test -s conftest.o
configure:3512: $? = 0
configure:3537: checking dependency style of g++
configure:3627: result: gcc3
configure:3657: checking for a BSD-compatible install
configure:3712: result: /usr/bin/install -c
configure:3723: checking whether ln -s works
configure:3727: result: yes
configure:3812: checking build system type
configure:3830: result: i686-pc-linux
configure:3838: checking host system type
configure:3852: result: i686-pc-linux
configure:3860: checking for a sed that does not truncate output
configure:3914: result: /bin/sed
configure:3917: checking for egrep
configure:3927: result: grep -E
configure:3943: checking for ld used by gcc
configure:4010: result: /usr/bin/ld
configure:4019: checking if the linker (/usr/bin/ld) is GNU ld
configure:4034: result: yes
configure:4039: checking for /usr/bin/ld option to reload object files
configure:4046: result: -r
configure:4064: checking for BSD-compatible nm
configure:4106: result: /usr/bin/nm -B
configure:4110: checking how to recognise dependent libraries
configure:4282: result: pass_all
configure:4496: checking how to run the C preprocessor
configure:4531: gcc -E conftest.c
configure:4537: $? = 0
configure:4569: gcc -E conftest.c
conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
configure:4575: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "hornetseye"
| #define VERSION "0.12"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4614: result: gcc -E
configure:4638: gcc -E conftest.c
configure:4644: $? = 0
configure:4676: gcc -E conftest.c
conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
configure:4682: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "hornetseye"
| #define VERSION "0.12"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4726: checking for ANSI C header files
configure:4751: gcc -c -g -O2 conftest.c >&5
configure:4757: $? = 0
configure:4761: test -z
|| test ! -s conftest.err
configure:4764: $? = 0
configure:4767: test -s conftest.o
configure:4770: $? = 0
configure:4859: gcc -o conftest -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:31: warning: incompatible implicit declaration of built-in function 'exit'
configure:4862: $? = 0
configure:4864: ./conftest
configure:4867: $? = 0
configure:4882: result: yes
configure:4906: checking for sys/types.h
configure:4922: gcc -c -g -O2 conftest.c >&5
configure:4928: $? = 0
configure:4932: test -z
|| test ! -s conftest.err
configure:4935: $? = 0
configure:4938: test -s conftest.o
configure:4941: $? = 0
configure:4952: result: yes
configure:4906: checking for sys/stat.h
configure:4922: gcc -c -g -O2 conftest.c >&5
configure:4928: $? = 0
configure:4932: test -z
|| test ! -s conftest.err
configure:4935: $? = 0
configure:4938: test -s conftest.o
configure:4941: $? = 0
configure:4952: result: yes
configure:4906: checking for stdlib.h
configure:4922: gcc -c -g -O2 conftest.c >&5
configure:4928: $? = 0
configure:4932: test -z
|| test ! -s conftest.err
configure:4935: $? = 0
configure:4938: test -s conftest.o
configure:4941: $? = 0
configure:4952: result: yes
configure:4906: checking for string.h
configure:4922: gcc -c -g -O2 conftest.c >&5
configure:4928: $? = 0
configure:4932: test -z
|| test ! -s conftest.err
configure:4935: $? = 0
configure:4938: test -s conftest.o
configure:4941: $? = 0
configure:4952: result: yes
configure:4906: checking for memory.h
configure:4922: gcc -c -g -O2 conftest.c >&5
configure:4928: $? = 0
configure:4932: test -z
|| test ! -s conftest.err
configure:4935: $? = 0
configure:4938: test -s conftest.o
configure:4941: $? = 0
configure:4952: result: yes
configure:4906: checking for strings.h
configure:4922: gcc -c -g -O2 conftest.c >&5
configure:4928: $? = 0
configure:4932: test -z
|| test ! -s conftest.err
configure:4935: $? = 0
configure:4938: test -s conftest.o
configure:4941: $? = 0
configure:4952: result: yes
configure:4906: checking for inttypes.h
configure:4922: gcc -c -g -O2 conftest.c >&5
configure:4928: $? = 0
configure:4932: test -z
|| test ! -s conftest.err
configure:4935: $? = 0
configure:4938: test -s conftest.o
configure:4941: $? = 0
configure:4952: result: yes
configure:4906: checking for stdint.h
configure:4922: gcc -c -g -O2 conftest.c >&5
configure:4928: $? = 0
configure:4932: test -z
|| test ! -s conftest.err
configure:4935: $? = 0
configure:4938: test -s conftest.o
configure:4941: $? = 0
configure:4952: result: yes
configure:4906: checking for unistd.h
configure:4922: gcc -c -g -O2 conftest.c >&5
configure:4928: $? = 0
configure:4932: test -z
|| test ! -s conftest.err
configure:4935: $? = 0
configure:4938: test -s conftest.o
configure:4941: $? = 0
configure:4952: result: yes
configure:4978: checking dlfcn.h usability
configure:4990: gcc -c -g -O2 conftest.c >&5
configure:4996: $? = 0
configure:5000: test -z
|| test ! -s conftest.err
configure:5003: $? = 0
configure:5006: test -s conftest.o
configure:5009: $? = 0
configure:5019: result: yes
configure:5023: checking dlfcn.h presence
configure:5033: gcc -E conftest.c
configure:5039: $? = 0
configure:5059: result: yes
configure:5094: checking for dlfcn.h
configure:5101: result: yes
configure:5124: checking how to run the C++ preprocessor
configure:5155: g++ -E conftest.cc
configure:5161: $? = 0
configure:5193: g++ -E conftest.cc
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
configure:5199: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "hornetseye"
| #define VERSION "0.12"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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. */
| #include <ac_nonexistent.h>
configure:5238: result: g++ -E
configure:5262: g++ -E conftest.cc
configure:5268: $? = 0
configure:5300: g++ -E conftest.cc
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
configure:5306: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "hornetseye"
| #define VERSION "0.12"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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. */
| #include <ac_nonexistent.h>
configure:5403: checking for g77
configure:5432: result: no
configure:5403: checking for f77
configure:5432: result: no
configure:5403: checking for xlf
configure:5432: result: no
configure:5403: checking for frt
configure:5432: result: no
configure:5403: checking for pgf77
configure:5432: result: no
configure:5403: checking for fort77
configure:5432: result: no
configure:5403: checking for fl32
configure:5432: result: no
configure:5403: checking for af77
configure:5432: result: no
configure:5403: checking for f90
configure:5432: result: no
configure:5403: checking for xlf90
configure:5432: result: no
configure:5403: checking for pgf90
configure:5432: result: no
configure:5403: checking for epcf90
configure:5432: result: no
configure:5403: checking for f95
configure:5432: result: no
configure:5403: checking for fort
configure:5432: result: no
configure:5403: checking for xlf95
configure:5432: result: no
configure:5403: checking for ifc
configure:5432: result: no
configure:5403: checking for efc
configure:5432: result: no
configure:5403: checking for pgf95
configure:5432: result: no
configure:5403: checking for lf95
configure:5432: result: no
configure:5403: checking for gfortran
configure:5432: result: no
configure:5444: checking for Fortran 77 compiler version
configure:5447: --version </dev/null >&5
./configure: line 5448: --version: command not found
configure:5450: $? = 127
configure:5452: -v </dev/null >&5
./configure: line 5453: -v: command not found
configure:5455: $? = 127
configure:5457: -V </dev/null >&5
./configure: line 5458: -V: command not found
configure:5460: $? = 127
configure:5468: checking whether we are using the GNU Fortran 77 compiler
configure:5482: -c conftest.F >&5
./configure: line 5483: -c: command not found
configure:5488: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:5514: result: no
configure:5520: checking whether accepts -g
configure:5532: -c -g conftest.f >&5
./configure: line 5533: -c: command not found
configure:5538: $? = 127
configure: failed program was:
| program main
|
| end
configure:5563: result: no
configure:5593: checking the maximum length of command line arguments
configure:5685: result: 32768
configure:5696: checking command to parse /usr/bin/nm -B output from gcc object
configure:5792: gcc -c -g -O2 conftest.c >&5
configure:5795: $? = 0
configure:5799: /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:5802: $? = 0
configure:5854: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:5857: $? = 0
configure:5895: result: ok
configure:5899: checking for objdir
configure:5914: result: .libs
configure:6004: checking for ar
configure:6020: found /usr/bin/ar
configure:6031: result: ar
configure:6084: checking for ranlib
configure:6100: found /usr/bin/ranlib
configure:6111: result: ranlib
configure:6164: checking for strip
configure:6180: found /usr/bin/strip
configure:6191: result: strip
configure:6478: checking if gcc static flag works
configure:6506: result: yes
configure:6524: checking if gcc supports -fno-rtti -fno-exceptions
configure:6542: 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:6546: $? = 0
configure:6559: result: no
configure:6574: checking for gcc option to produce PIC
configure:6778: result: -fPIC
configure:6786: checking if gcc PIC flag -fPIC works
configure:6804: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:6808: $? = 0
configure:6821: result: yes
configure:6845: checking if gcc supports -c -o file.o
configure:6866: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:6870: $? = 0
configure:6892: result: yes
configure:6918: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:7814: result: yes
configure:7840: checking whether -lc should be explicitly linked in
configure:7845: gcc -c -g -O2 conftest.c >&5
configure:7848: $? = 0
configure:7862: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:7865: $? = 0
configure:7877: result: no
configure:7885: checking dynamic linker characteristics
configure:8431: result: GNU/Linux ld.so
configure:8435: checking how to hardcode library paths into programs
configure:8460: result: immediate
configure:8474: checking whether stripping libraries is possible
configure:8479: result: yes
configure:9309: checking if libtool supports shared libraries
configure:9311: result: yes
configure:9314: checking whether to build shared libraries
configure:9335: result: yes
configure:9338: checking whether to build static libraries
configure:9342: result: yes
configure:9434: creating libtool
configure:10012: checking for ld used by g++
configure:10079: result: /usr/bin/ld
configure:10088: checking if the linker (/usr/bin/ld) is GNU ld
configure:10103: result: yes
configure:10154: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11041: result: yes
configure:11059: g++ -c -g -O2 conftest.cc >&5
configure:11062: $? = 0
configure:11158: checking for g++ option to produce PIC
configure:11426: result: -fPIC
configure:11434: checking if g++ PIC flag -fPIC works
configure:11452: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5
configure:11456: $? = 0
configure:11469: result: yes
configure:11493: checking if g++ supports -c -o file.o
configure:11514: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5
configure:11518: $? = 0
configure:11540: result: yes
configure:11566: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11591: result: yes
configure:11662: checking dynamic linker characteristics
configure:12208: result: GNU/Linux ld.so
configure:12212: checking how to hardcode library paths into programs
configure:12237: result: immediate
configure:12251: checking whether stripping libraries is possible
configure:12256: result: yes
configure:19767: checking for touch
configure:19783: found /usr/bin/touch
configure:19793: result: touch
configure:19802: checking for rdoc
configure:19818: found /usr/bin/rdoc
configure:19829: result: rdoc
configure:19843: checking for ruby
configure:19859: found /usr/bin/ruby
configure:19870: result: ruby
configure:19884: checking for convert
configure:19900: found /usr/local/bin/convert
configure:19911: result: convert
configure:19928: checking for ANSI C header files
configure:20084: result: yes
configure:20094: checking for size_t
configure:20118: gcc -c -g -O2 conftest.c >&5
configure:20124: $? = 0
configure:20128: test -z
|| test ! -s conftest.err
configure:20131: $? = 0
configure:20134: test -s conftest.o
configure:20137: $? = 0
configure:20148: result: yes
configure:20165: checking for pow
configure:20222: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:50: warning: conflicting types for built-in function 'pow'
/tmp/ccwQxWZU.o: In function `main':
/home/amajorov/Downloads/hornetseye/conftest.c:65: undefined reference to `pow'
/tmp/ccwQxWZU.o:(.data+0x0): undefined reference to `pow'
collect2: ld returned 1 exit status
configure:20228: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "hornetseye"
| #define VERSION "0.12"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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
| #define STDC_HEADERS 1
| /* end confdefs.h. */
| /* Define pow to an innocuous variant, in case <limits.h> declares pow.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pow innocuous_pow
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pow (); 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 pow
|
| /* 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 pow ();
| /* 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_pow) || defined (__stub___pow)
| choke me
| #else
| char (*f) () = pow;
| #endif
| #ifdef __cplusplus
| }
| #endif
|

arpad
March 27th, 2007, 06:38 PM
| int
| main ()
| {
| return f != pow;
| ;
| return 0;
| }
configure:20253: result: no
configure:20165: checking for sqrt
configure:20222: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:50: warning: conflicting types for built-in function 'sqrt'
/tmp/ccyjCx0z.o: In function `main':
/home/amajorov/Downloads/hornetseye/conftest.c:65: undefined reference to `sqrt'
/tmp/ccyjCx0z.o:(.data+0x0): undefined reference to `sqrt'
collect2: ld returned 1 exit status
configure:20228: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "hornetseye"
| #define VERSION "0.12"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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
| #define STDC_HEADERS 1
| /* end confdefs.h. */
| /* Define sqrt to an innocuous variant, in case <limits.h> declares sqrt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sqrt innocuous_sqrt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sqrt (); 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 sqrt
|
| /* 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 sqrt ();
| /* 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_sqrt) || defined (__stub___sqrt)
| choke me
| #else
| char (*f) () = sqrt;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != sqrt;
| ;
| return 0;
| }
configure:20253: result: no
configure:20274: checking wether C++ compiler works
configure:20292: g++ -o conftest -g -O2 conftest.cc >&5
configure:20298: $? = 0
configure:20302: test -z
|| test ! -s conftest.err
configure:20305: $? = 0
configure:20308: test -s conftest
configure:20311: $? = 0
configure:20313: result: yes
configure:20374: checking for pkg-config
configure:20392: found /usr/bin/pkg-config
configure:20404: result: /usr/bin/pkg-config
configure:20419: checking pkg-config is at least version 0.9.0
configure:20422: result: yes
configure:20447: checking directory with ruby headers
configure:20467: g++ -c -I/usr/lib/ruby/1.8/i486-linux conftest.cc >&5
configure:20473: $? = 0
configure:20477: test -z
|| test ! -s conftest.err
configure:20480: $? = 0
configure:20483: test -s conftest.o
configure:20486: $? = 0
configure:20488: result: /usr/lib/ruby/1.8/i486-linux
configure:20512: checking ruby extension scripts directory
configure:20515: result: /usr/local/lib/site_ruby/1.8
configure:20534: checking ruby extension binaries directory
configure:20537: result: /usr/local/lib/site_ruby/1.8/i486-linux
configure:20548: checking Ruby extension narray
configure:20551: result: Ok
configure:20559: checking Ruby extension RMagick
configure:20562: result: Ok
configure:20570: checking for boost
configure:20584: g++ -E conftest.cc
configure:20590: $? = 0
configure:20602: result: yes
configure:20614: checking for X
configure:20719: g++ -E conftest.cc
configure:20725: $? = 0
configure:20775: g++ -o conftest -g -O2 conftest.cc -lXt >&5
configure:20781: $? = 0
configure:20785: test -z
|| test ! -s conftest.err
configure:20788: $? = 0
configure:20791: test -s conftest
configure:20794: $? = 0
configure:20844: result: libraries , headers
configure:21016: g++ -o conftest -g -O2 conftest.cc -lX11 >&5
configure:21022: $? = 0
configure:21026: test -z
|| test ! -s conftest.err
configure:21029: $? = 0
configure:21032: test -s conftest
configure:21035: $? = 0
configure:21193: checking for gethostbyname
configure:21250: g++ -o conftest -g -O2 conftest.cc >&5
configure:21256: $? = 0
configure:21260: test -z
|| test ! -s conftest.err
configure:21263: $? = 0
configure:21266: test -s conftest
configure:21269: $? = 0
configure:21281: result: yes
configure:21432: checking for connect
configure:21489: g++ -o conftest -g -O2 conftest.cc >&5
configure:21495: $? = 0
configure:21499: test -z
|| test ! -s conftest.err
configure:21502: $? = 0
configure:21505: test -s conftest
configure:21508: $? = 0
configure:21520: result: yes
configure:21595: checking for remove
configure:21652: g++ -o conftest -g -O2 conftest.cc >&5
configure:21658: $? = 0
configure:21662: test -z
|| test ! -s conftest.err
configure:21665: $? = 0
configure:21668: test -s conftest
configure:21671: $? = 0
configure:21683: result: yes
configure:21758: checking for shmat
configure:21815: g++ -o conftest -g -O2 conftest.cc >&5
configure:21821: $? = 0
configure:21825: test -z
|| test ! -s conftest.err
configure:21828: $? = 0
configure:21831: test -s conftest
configure:21834: $? = 0
configure:21846: result: yes
configure:21930: checking for IceConnectionNumber in -lICE
configure:21960: g++ -o conftest -g -O2 conftest.cc -lICE >&5
configure:21966: $? = 0
configure:21970: test -z
|| test ! -s conftest.err
configure:21973: $? = 0
configure:21976: test -s conftest
configure:21979: $? = 0
configure:21992: result: yes
configure:22013: checking for OpenGL
configure:22070: checking for library containing glAccum
configure:22100: gcc -o conftest -g -O2 conftest.c -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi >&5
/tmp/ccEBpImi.o: In function `main':
/home/amajorov/Downloads/hornetseye/conftest.c:37: undefined reference to `glAccum'
collect2: ld returned 1 exit status
configure:22106: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "hornetseye"
| #define VERSION "0.12"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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
| #define STDC_HEADERS 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 glAccum ();
| int
| main ()
| {
| glAccum ();
| ;
| return 0;
| }
configure:22155: gcc -o conftest -g -O2 conftest.c -lMesaGL -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi >&5
/usr/bin/ld: cannot find -lMesaGL
collect2: ld returned 1 exit status
configure:22161: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "hornetseye"
| #define VERSION "0.12"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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
| #define STDC_HEADERS 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 glAccum ();
| int
| main ()
| {
| glAccum ();
| ;
| return 0;
| }
configure:22155: gcc -o conftest -g -O2 conftest.c -lGL -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi >&5
/usr/bin/../lib/libGLcore.so.1: undefined reference to `_nv000040gl'
collect2: ld returned 1 exit status
configure:22161: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "hornetseye"
| #define VERSION "0.12"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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
| #define STDC_HEADERS 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 glAccum ();
| int
| main ()
| {
| glAccum ();
| ;
| return 0;
| }
configure:22189: result: no
configure:22198: checking for library containing gluBeginCurve
configure:22228: gcc -o conftest -g -O2 conftest.c -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi >&5
/tmp/cc6vgX3D.o: In function `main':
/home/amajorov/Downloads/hornetseye/conftest.c:37: undefined reference to `gluBeginCurve'
collect2: ld returned 1 exit status
configure:22234: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "hornetseye"
| #define VERSION "0.12"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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
| #define STDC_HEADERS 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 gluBeginCurve ();
| int
| main ()
| {
| gluBeginCurve ();
| ;
| return 0;
| }
configure:22283: gcc -o conftest -g -O2 conftest.c -lMesaGLU -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi >&5
/usr/bin/ld: cannot find -lMesaGLU
collect2: ld returned 1 exit status
configure:22289: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "hornetseye"
| #define VERSION "0.12"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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
| #define STDC_HEADERS 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 gluBeginCurve ();
| int
| main ()
| {
| gluBeginCurve ();
| ;
| return 0;
| }
configure:22283: gcc -o conftest -g -O2 conftest.c -lGLU -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi >&5
configure:22289: $? = 0
configure:22293: test -z
|| test ! -s conftest.err
configure:22296: $? = 0
configure:22299: test -s conftest
configure:22302: $? = 0
configure:22317: result: -lGLU
configure:22326: checking for library containing glXChooseVisual
configure:22356: gcc -o conftest -g -O2 conftest.c -lGLU -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi >&5
configure:22362: $? = 0
configure:22366: test -z
|| test ! -s conftest.err
configure:22369: $? = 0
configure:22372: test -s conftest
configure:22375: $? = 0
configure:22445: result: none required
configure:22454: checking for library containing glutInit
configure:22484: gcc -o conftest -g -O2 conftest.c -lGLU -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi >&5
/tmp/ccMtEs2d.o: In function `main':
/home/amajorov/Downloads/hornetseye/conftest.c:37: undefined reference to `glutInit'
collect2: ld returned 1 exit status
configure:22490: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "hornetseye"
| #define VERSION "0.12"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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
| #define STDC_HEADERS 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 glutInit ();
| int
| main ()
| {
| glutInit ();
| ;
| return 0;
| }
configure:22539: gcc -o conftest -g -O2 conftest.c -lglut -lGLU -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi >&5
configure:22545: $? = 0
configure:22549: test -z
|| test ! -s conftest.err
configure:22552: $? = 0
configure:22555: test -s conftest
configure:22558: $? = 0
configure:22573: result: -lglut
configure:22618: result: yes
configure:22628: checking for GL
configure:22631: result: no
configure:22638: checking for GLU
configure:22645: result: yes
configure:22648: checking for glut
configure:22655: result: yes
configure:22659: error: Check for OpenGL (GL,GLU,glut) failed.

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

ac_cv_build=i686-pc-linux
ac_cv_build_alias=i686-pc-linux
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=
ac_cv_env_LDFLAGS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_XINE_CFLAGS_set=
ac_cv_env_XINE_CFLAGS_value=
ac_cv_env_XINE_LIBS_set=
ac_cv_env_XINE_LIBS_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_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_f77_compiler_gnu=no
ac_cv_func_connect=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_pow=no
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_func_sqrt=no
ac_cv_have_x='have_x=yes ac_x_includes= ac_x_libraries='
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=i686-pc-linux
ac_cv_host_alias=i686-pc-linux
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_objext=o
ac_cv_path_ac_prefix_program=/usr/bin/ruby
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_CONVERT=convert
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_RDOC=rdoc
ac_cv_prog_RUBY=ruby
ac_cv_prog_TOUCH=touch
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_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=no
ac_cv_prog_make_make_set=yes
ac_cv_search_glAccum=no
ac_cv_search_glXChooseVisual='none required'
ac_cv_search_gluBeginCurve=-lGLU
ac_cv_search_glutInit=-lglut
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
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_rtti_exceptions=no
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\", (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_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/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'\''"'
mdl_cv_GL_CFLAGS=
mdl_cv_GL_LIBS='-lglut -lGLU -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi '
mdl_cv_have_GL=no
mdl_cv_have_GLU=yes
mdl_cv_have_GLX=yes
mdl_cv_have_OpenGL=yes
mdl_cv_have_glut=yes

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

ACLOCAL='${SHELL} /home/amajorov/Downloads/hornetseye/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/amajorov/Downloads/hornetseye/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/amajorov/Downloads/hornetseye/missing --run autoconf'
AUTOHEADER='${SHELL} /home/amajorov/Downloads/hornetseye/missing --run autoheader'
AUTOMAKE='${SHELL} /home/amajorov/Downloads/hornetseye/missing --run automake-1.9'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CONVERT='convert'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
EXTRACT_PRIVATE=''
F77=''
FFLAGS=''
GL_CFLAGS=''
GL_LIBS='-lglut -lGLU -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi '
HORNETSEYE_INFO='0:12'
HORNETSEYE_VERSION='01200'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBS_DC1394=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='./ltmain.sh'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/amajorov/Downloads/hornetseye/missing --run makeinfo'
OBJEXT='o'
PACKAGE='hornetseye'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
RANLIB='ranlib'
RDOC='rdoc'
RUBY='ruby'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
TOUCH='touch'
VERSION='0.12'
XINE_CFLAGS=''
XINE_LIBS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=' -lSM -lICE'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
ac_prefix_program='/usr/bin/ruby'
ac_pt_PKG_CONFIG='/usr/bin/pkg-config'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux'
build_alias=''
build_cpu='i686'
build_os='linux'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux'
host_alias=''
host_cpu='i686'
host_os='linux'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/amajorov/Downloads/hornetseye/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
rubyarchdir='/usr/lib/ruby/1.8/i486-linux'
rubysitearchdir='/usr/local/lib/site_ruby/1.8/i486-linux'
rubysitedir='/usr/local/lib/site_ruby/1.8'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 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 PACKAGE "hornetseye"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define VERSION "0.12"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 1

arpad
March 27th, 2007, 06:39 PM
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for prefix by checking for ruby... /usr/bin/ruby
checking whether build environment is sane... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking build system type... i686-pc-linux
checking host system type... i686-pc-linux
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for touch... touch
checking for rdoc... rdoc
checking for ruby... ruby
checking for convert... convert
checking for ANSI C header files... (cached) yes
checking for size_t... yes
checking for pow... no
checking for sqrt... no
checking wether C++ compiler works... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking directory with ruby headers... /usr/lib/ruby/1.8/i486-linux
checking ruby extension scripts directory... /usr/local/lib/site_ruby/1.8
checking ruby extension binaries directory... /usr/local/lib/site_ruby/1.8/i486-linux
checking Ruby extension narray... Ok
checking Ruby extension RMagick... Ok
checking for boost... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for OpenGL... yes
checking for GL... no
checking for GLU... yes
checking for glut... yes



############################

These three lines went to stdout

cat: /etc/ld.so.conf.d/*.conf: No such file or directory
cat: /etc/ld.so.conf.d/*.conf: No such file or directory
configure: error: Check for OpenGL (GL,GLU,glut) failed.

RobinOfSweden
May 5th, 2007, 11:59 AM
Damn that was alot of text to read through >_<
Either way i am not 100% sure but i myself am trying to get a Perl OpenGL installed and i am in the same ditch as you. I know my OpenGL works fine but for some reason it cant find my lib's.

First thought i had myself (i am no expert by any means, not even a little >_<) but it could be the fact i am running a 64bit system (Feisty 64) and the libs for my openGL is in lib64 which the installer doesnt try to search.

I am a bit of a chicken since i need this computer for work at home towards my college so taking chances isnt the greatest (would leave me with a full day of reinstallation and a day to setup att my applications again >_>) as i said earlier i aint no expert at back tracking so :P
Anyway i hope my thoughts helps a little bit :D

hod139
May 5th, 2007, 09:45 PM
What's your error message?

MarvinMouse
May 14th, 2007, 04:34 PM
checking for OpenGL... checking for library containing glAccum... no
checking for library containing gluBeginCurve... no
checking for library containing glXChooseVisual... no
checking for library containing glutInit... no

I have mesa completely installed on my machine (to the point I use it for other programs. However , for some reason the configure scripts refuse to recognize it's existence either.

treak007
May 14th, 2007, 07:02 PM
when you type ./configure --help, does it offer a flag you can set for the path to your opengl libs?

wedesoft
June 5th, 2007, 11:51 AM
> /usr/bin/../lib/libGLcore.so.1: undefined reference to `_nv000040gl'
This means that you have a broken installation of NVidia drivers. You need to make sure that your NVidia installation works.
You can also try to download and compile a small OpenGL example program. Usually the error-message is conclusive. For example download cube.c (http://www.sgi.com/products/software/opengl/examples/glut/examples/source/cube.c) and try to compile it like this:

gcc -o cube cube.c -lGL -lGLU -lglut

https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia