Hello list,
I am having some problems to compile FTGL, would anybody can help me, please?
thank you, andrei
-V' missing configure:1679: $? = 1 configure:1703: checking for C++ compiler default output configure:1706: g++ conftest.cc >&5 configure:1709: $? = 0 configure:1755: result: a.out configure:1760: checking whether the C++ compiler works configure:1766: ./a.out configure:1769: $? = 0 configure:1786: result: yes configure:1793: checking whether we are cross compiling configure:1795: result: no configure:1798: checking for suffix of executables configure:1800: g++ -o conftest conftest.cc >&5 configure:1803: $? = 0 configure:1828: result: configure:1834: checking for suffix of object files configure:1856: g++ -c conftest.cc >&5 configure:1859: $? = 0 configure:1881: result: o configure:1885: checking whether we are using the GNU C++ compiler configure:1910: g++ -c conftest.cc >&5 configure:1913: $? = 0 configure:1916: test -s conftest.o configure:1919: $? = 0 configure:1932: result: yes configure:1938: checking whether g++ accepts -g configure:1960: g++ -c -g conftest.cc >&5 configure:1963: $? = 0 configure:1966: test -s conftest.o configure:1969: $? = 0 configure:1980: result: yes configure:2024: g++ -c -g -O2 conftest.cc >&5 configure:2027: $? = 0 configure:2030: test -s conftest.o configure:2033: $? = 0 configure:2060: g++ -c -g -O2 conftest.cc >&5 configure: In function
int main()':
configure:2055: exit' undeclared (first use this function) configure:2055: (Each undeclared identifier is reported only once for each function it appears in.) configure:2063: $? = 1 configure: failed program was: | #line 2043 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ftgl" | #define PACKAGE_TARNAME "ftgl" | #define PACKAGE_VERSION "2.0.5" | #define PACKAGE_STRING "ftgl 2.0.5" | #define PACKAGE_BUGREPORT "henryj@paradise.net.nz" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2024: g++ -c -g -O2 conftest.cc >&5 configure:2027: $? = 0 configure:2030: test -s conftest.o configure:2033: $? = 0 configure:2060: g++ -c -g -O2 conftest.cc >&5 configure:2063: $? = 0 configure:2066: test -s conftest.o configure:2069: $? = 0 configure:2206: checking for gcc configure:2222: found /usr/bin/gcc configure:2232: result: gcc configure:2476: checking for C compiler version configure:2479: gcc --version </dev/null >&5 gcc (GCC) 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) Copyright (C) 2002 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:2482: $? = 0 configure:2484: gcc -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/specs Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib Thread model: posix gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) configure:2487: $? = 0 configure:2489: gcc -V </dev/null >&5 gcc: argument to
-V' is missing
configure:2492: $? = 1
configure:2495: checking whether we are using the GNU C compiler
configure:2520: gcc -c conftest.c >&5
configure:2523: $? = 0
configure:2526: test -s conftest.o
configure:2529: $? = 0
configure:2542: result: yes
configure:2548: checking whether gcc accepts -g
configure:2570: gcc -c -g conftest.c >&5
configure:2573: $? = 0
configure:2576: test -s conftest.o
configure:2579: $? = 0
configure:2590: result: yes
configure:2607: checking for gcc option to accept ANSI C
configure:2668: gcc -c -g -O2 conftest.c >&5
configure:2671: $? = 0
configure:2674: test -s conftest.o
configure:2677: $? = 0
configure:2695: result: none needed
configure:2713: gcc -c -g -O2 conftest.c >&5
conftest.c:2: parse error before "me"
configure:2716: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2847: checking for ld used by GCC
configure:2910: result: /usr/bin/ld
configure:2919: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.13.90.0.18 20030121
configure:2931: result: yes
configure:2936: checking for /usr/bin/ld option to reload object files
configure:2943: result: -r
configure:2948: checking for BSD-compatible nm
configure:2984: result: /usr/bin/nm -B
configure:2987: checking for a sed that does not truncate output
configure:3069: result: /bin/sed
configure:3072: checking whether ln -s works
configure:3076: result: yes
configure:3083: checking how to recognise dependent libraries
configure:3264: result: pass_all
configure:3277: checking command to parse /usr/bin/nm -B output
configure:3361: gcc -c -g -O2 conftest.c >&5
configure:3364: $? = 0
configure:3368: /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:3371: $? = 0
configure:3423: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:3426: $? = 0
configure:3470: result: ok
configure:3479: checking how to run the C preprocessor
configure:3515: gcc -E conftest.c
configure:3521: $? = 0
configure:3553: gcc -E conftest.c
configure:3555:28: ac_nonexistent.h: No such file or directory
configure:3559: $? = 1
configure: failed program was:
| #line 3544 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ftgl"
| #define PACKAGE_TARNAME "ftgl"
| #define PACKAGE_VERSION "2.0.5"
| #define PACKAGE_STRING "ftgl 2.0.5"
| #define PACKAGE_BUGREPORT "henryj@paradise.net.nz"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3597: result: gcc -E
configure:3622: gcc -E conftest.c
configure:3628: $? = 0
configure:3660: gcc -E conftest.c
configure:3662:28: ac_nonexistent.h: No such file or directory
configure:3666: $? = 1
configure: failed program was:
| #line 3651 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ftgl"
| #define PACKAGE_TARNAME "ftgl"
| #define PACKAGE_VERSION "2.0.5"
| #define PACKAGE_STRING "ftgl 2.0.5"
| #define PACKAGE_BUGREPORT "henryj@paradise.net.nz"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3709: checking for egrep
configure:3719: result: grep -E
configure:3724: checking for ANSI C header files
configure:3750: gcc -c -g -O2 conftest.c >&5
configure:3753: $? = 0
configure:3756: test -s conftest.o
configure:3759: $? = 0
configure:3848: gcc -o conftest -g -O2 conftest.c >&5
configure:3851: $? = 0
configure:3853: ./conftest
configure:3856: $? = 0
configure:3871: result: yes
configure:3895: checking for sys/types.h
configure:3912: gcc -c -g -O2 conftest.c >&5
configure:3915: $? = 0
configure:3918: test -s conftest.o
configure:3921: $? = 0
configure:3932: result: yes
configure:3895: checking for sys/stat.h
configure:3912: gcc -c -g -O2 conftest.c >&5
configure:3915: $? = 0
configure:3918: test -s conftest.o
configure:3921: $? = 0
configure:3932: result: yes
configure:3895: checking for stdlib.h
configure:3912: gcc -c -g -O2 conftest.c >&5
configure:3915: $? = 0
configure:3918: test -s conftest.o
configure:3921: $? = 0
configure:3932: result: yes
configure:3895: checking for string.h
configure:3912: gcc -c -g -O2 conftest.c >&5
configure:3915: $? = 0
configure:3918: test -s conftest.o
configure:3921: $? = 0
configure:3932: result: yes
configure:3895: checking for memory.h
configure:3912: gcc -c -g -O2 conftest.c >&5
configure:3915: $? = 0
configure:3918: test -s conftest.o
configure:3921: $? = 0
configure:3932: result: yes
configure:3895: checking for strings.h
configure:3912: gcc -c -g -O2 conftest.c >&5
configure:3915: $? = 0
configure:3918: test -s conftest.o
configure:3921: $? = 0
configure:3932: result: yes
configure:3895: checking for inttypes.h
configure:3912: gcc -c -g -O2 conftest.c >&5
configure:3915: $? = 0
configure:3918: test -s conftest.o
configure:3921: $? = 0
configure:3932: result: yes
configure:3895: checking for stdint.h
configure:3912: gcc -c -g -O2 conftest.c >&5
configure:3915: $? = 0
configure:3918: test -s conftest.o
configure:3921: $? = 0
configure:3932: result: yes
configure:3895: checking for unistd.h
configure:3912: gcc -c -g -O2 conftest.c >&5
configure:3915: $? = 0
configure:3918: test -s conftest.o
configure:3921: $? = 0
configure:3932: result: yes
configure:3958: checking dlfcn.h usability
configure:3971: gcc -c -g -O2 conftest.c >&5
configure:3974: $? = 0
configure:3977: test -s conftest.o
configure:3980: $? = 0
configure:3990: result: yes
configure:3994: checking dlfcn.h presence
configure:4005: gcc -E conftest.c
configure:4011: $? = 0
configure:4030: result: yes
configure:4066: checking for dlfcn.h
configure:4073: result: yes
configure:4271: checking for ranlib
configure:4287: found /usr/bin/ranlib
configure:4298: result: ranlib
configure:4351: checking for strip
configure:4367: found /usr/bin/strip
configure:4378: result: strip
configure:4588: checking for objdir
configure:4599: result: .libs
configure:4616: checking for gcc option to produce PIC
configure:4762: result: -fPIC
configure:4766: checking if gcc PIC flag -fPIC works
configure:4790: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:4793: $? = 0
configure:4796: test -s conftest.o
configure:4799: $? = 0
configure:4837: result: yes
configure:4853: checking if gcc static flag -static works
configure:4878: gcc -o conftest -g -O2 -static conftest.c >&5
/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
configure:4881: $? = 1
configure: failed program was:
| #line 4861 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ftgl"
| #define PACKAGE_TARNAME "ftgl"
| #define PACKAGE_VERSION "2.0.5"
| #define PACKAGE_STRING "ftgl 2.0.5"
| #define PACKAGE_BUGREPORT "henryj@paradise.net.nz"
| #ifdef __cplusplus
| #include <stdlib.h>
| #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. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4903: result: no
configure:4915: checking if gcc supports -c -o file.o
configure:4938: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:4959: result: yes
configure:4964: checking if gcc supports -c -o file.lo
configure:4992: gcc -c -g -O2 -c -o conftest.lo conftest.c >&5
configure:4995: $? = 0
configure:4998: test -s conftest.lo
configure:5001: $? = 0
configure:5023: result: yes
configure:5054: checking if gcc supports -fno-rtti -fno-exceptions
configure:5077: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c >&5
configure:5080: $? = 0
configure:5083: test -s conftest.o
configure:5086: $? = 0
configure:5103: result: yes
configure:5114: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:5809: result: yes
configure:5814: checking how to hardcode library paths into programs
configure:5838: result: immediate
configure:5843: checking whether stripping libraries is possible
configure:5848: result: yes
configure:5859: checking dynamic linker characteristics
configure:6279: result: GNU/Linux ld.so
configure:6284: checking if libtool supports shared libraries
configure:6286: result: yes
configure:6289: checking whether to build shared libraries
configure:6310: result: no
configure:6313: checking whether to build static libraries
configure:6317: result: yes
configure:7610: checking for ANSI C header files
configure:7757: result: yes
configure:7768: checking for stdlib.h
configure:7773: result: yes
configure:7901: checking for X
configure:8121: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:8164: checking for freetype-config
configure:8182: found /usr/bin/freetype-config
configure:8195: result: /usr/bin/freetype-config
configure:8204: checking for FreeType - version >= 9.0.3
configure:8266: gcc -o conftest -g -O2 -I/usr/include/freetype2 conftest.c -lfreetype -lz >&5
configure:8269: $? = 0
configure:8271: ./conftest
configure:8274: $? = 0
configure:8293: result: yes
configure:8469: gcc -o conftest -g -O2 conftest.c -L/usr/X11R6/lib -lX11 >&5
configure:8472: $? = 0
configure:8475: test -s conftest
configure:8478: $? = 0
configure:8615: checking for gethostbyname
configure:8665: gcc -o conftest -g -O2 conftest.c >&5
configure:8668: $? = 0
configure:8671: test -s conftest
configure:8674: $? = 0
configure:8685: result: yes
configure:8816: checking for connect
configure:8866: gcc -o conftest -g -O2 conftest.c >&5
configure:8869: $? = 0
configure:8872: test -s conftest
configure:8875: $? = 0
configure:8886: result: yes
configure:8951: checking for remove
configure:9001: gcc -o conftest -g -O2 conftest.c >&5
configure:9004: $? = 0
configure:9007: test -s conftest
configure:9010: $? = 0
configure:9021: result: yes
configure:9086: checking for shmat
configure:9136: gcc -o conftest -g -O2 conftest.c >&5
configure:9139: $? = 0
configure:9142: test -s conftest
configure:9145: $? = 0
configure:9156: result: yes
configure:9230: checking for IceConnectionNumber in -lICE
configure:9261: gcc -o conftest -g -O2 -L/usr/X11R6/lib conftest.c -lICE >&5
configure:9264: $? = 0
configure:9267: test -s conftest
configure:9270: $? = 0
configure:9282: result: yes
configure:9348: checking GL/gl.h usability
configure:9361: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:9364: $? = 0
configure:9367: test -s conftest.o
configure:9370: $? = 0
configure:9380: result: yes
configure:9384: checking GL/gl.h presence
configure:9395: gcc -E -I/usr/local/include conftest.c
configure:9401: $? = 0
configure:9420: result: yes
configure:9456: checking for GL/gl.h
configure:9463: result: yes
configure:9477: checking for GL library
configure:9512: gcc -o conftest -g -O2 -I/usr/local/include conftest.c -L/weird/location -lGL -lX11 -lXi -lXm >&5
/usr/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status
configure:9515: $? = 1
configure: failed program was:
| #line 9488 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ftgl"
| #define PACKAGE_TARNAME "ftgl"
| #define PACKAGE_VERSION "2.0.5"
| #define PACKAGE_STRING "ftgl 2.0.5"
| #define PACKAGE_BUGREPORT "henryj@paradise.net.nz"
| #ifdef __cplusplus
| #include <stdlib.h>
| #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 glBegin ();
| int
| main ()
| {
| glBegin ();
| ;
| return 0;
| }
configure:9558: gcc -o conftest -g -O2 -I/usr/local/include conftest.c -lGL -lSM -lICE -L/usr/X11R6/lib -lX11 -lXext -lXmu >&5
configure:9561: $? = 0
configure:9564: test -s conftest
configure:9567: $? = 0
configure:9580: result: yes
configure:9601: checking GL/glu.h usability
configure:9614: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:9617: $? = 0
configure:9620: test -s conftest.o
configure:9623: $? = 0
configure:9633: result: yes
configure:9637: checking GL/glu.h presence
configure:9648: gcc -E -I/usr/local/include conftest.c
configure:9654: $? = 0
configure:9673: result: yes
configure:9709: checking for GL/glu.h
configure:9716: result: yes
configure:9722: checking for GLU version >= 1.2
configure:9745: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:9748: $? = 0
configure:9751: test -s conftest.o
configure:9754: $? = 0
configure:9756: result: yes
configure:9771: checking for GLU library
configure:9798: gcc -o conftest -g -O2 -I/usr/local/include conftest.c -lGLU -lGL -lSM -lICE -L/usr/X11R6/lib -lX11 -lXext -lXmu >&5
/usr/X11R6/lib/libGLU.so: undefined reference to sqrt' /usr/X11R6/lib/libGLU.so: undefined reference to
ceil'
/usr/X11R6/lib/libGLU.so: undefined reference to floor' /usr/X11R6/lib/libGLU.so: undefined reference to
cos'
/usr/X11R6/lib/libGLU.so: undefined reference to `sin'
collect2: ld returned 1 exit status
configure:9801: $? = 1
configure: failed program was:
| #line 9774 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ftgl"
| #define PACKAGE_TARNAME "ftgl"
| #define PACKAGE_VERSION "2.0.5"
| #define PACKAGE_STRING "ftgl 2.0.5"
| #define PACKAGE_BUGREPORT "henryj@paradise.net.nz"
| #ifdef __cplusplus
| #include <stdlib.h>
| #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 gluNewTess ();
| int
| main ()
| {
| gluNewTess ();
| ;
| return 0;
| }
configure:9844: gcc -o conftest -g -O2 -I/usr/local/include conftest.c -lGLU -lGL -lSM -lICE -L/usr/X11R6/lib -lX11 -lXext -lXmu -lSM -lICE -L/usr/X11R6/lib -lX11 -lXext -lXmu >&5
/usr/X11R6/lib/libGLU.so: undefined reference to sqrt' /usr/X11R6/lib/libGLU.so: undefined reference to
ceil'
/usr/X11R6/lib/libGLU.so: undefined reference to floor' /usr/X11R6/lib/libGLU.so: undefined reference to
cos'
/usr/X11R6/lib/libGLU.so: undefined reference to `sin'
collect2: ld returned 1 exit status
configure:9847: $? = 1
configure: failed program was:
| #line 9820 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ftgl"
| #define PACKAGE_TARNAME "ftgl"
| #define PACKAGE_VERSION "2.0.5"
| #define PACKAGE_STRING "ftgl 2.0.5"
| #define PACKAGE_BUGREPORT "henryj@paradise.net.nz"
| #ifdef __cplusplus
| #include <stdlib.h>
| #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 gluNewTess ();
| int
| main ()
| {
| gluNewTess ();
| ;
| return 0;
| }
configure:9870: result: no
configure:9872: error: GLU library could not be found, please specify its location with --with-gl-lib. If this still fails, please contact mmagallo@debian.org, include the string FTGL somewhere in the subject line and provide a copy of the config.log file that was left behind.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
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_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_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_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_GL_glu_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=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_objext=o
ac_cv_path_FT2_CONFIG=/usr/bin/freetype-config
ac_cv_prog_CPP='gcc -E'
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'
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.1.so'
lt_cv_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_global_symbol_to_cdecl='sed -n -e '''s/^. .* (.*)$/extern char \1;/p''''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=
lt_cv_prog_cc_static_works=no
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '''s/^.*[ ]([ABCDGISTW][ABCDGISTW]*)[ ][ ]*()([_A-Za-z][_A-Za-z0-9]*)$/\1 \2\3 \3/p''''
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS='-I/usr/local/include'
CXX='g++'
CXXFLAGS='-g -O2'
DEFS=''
DOXYGEN=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
FT2_CFLAGS='-I/usr/include/freetype2'
FT2_CONFIG='/usr/bin/freetype-config'
FT2_LIBS='-lfreetype -lz'
GLUT_CFLAGS=''
GLUT_LIBS=''
GL_CFLAGS='-I/usr/local/include'
GL_LIBS='-lGL -lSM -lICE -L/usr/X11R6/lib -lX11 -lXext -lXmu '
HAVE_GLUT=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
LDFLAGS=''
LIBOBJS=''
LIBS='-lGLU -lGL -lSM -lICE -L/usr/X11R6/lib -lX11 -lXext -lXmu -lSM -lICE -L/usr/X11R6/lib -lX11 -lXext -lXmu '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT='henryj@paradise.net.nz'
PACKAGE_NAME='ftgl'
PACKAGE_STRING='ftgl 2.0.5'
PACKAGE_TARNAME='ftgl'
PACKAGE_VERSION='2.0.5'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SHELL='/bin/sh'
STRIP='strip'
X_CFLAGS=' -I/usr/X11R6/include'
X_EXTRA_LIBS=''
X_LIBS=' -L/usr/X11R6/lib'
X_PRE_LIBS=' -lSM -lICE'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
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_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_BUGREPORT "henryj@paradise.net.nz"
#define PACKAGE_NAME "ftgl"
#define PACKAGE_STRING "ftgl 2.0.5"
#define PACKAGE_TARNAME "ftgl"
#define PACKAGE_VERSION "2.0.5"
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#endif
#ifdef __cplusplus
#include <stdlib.h>
configure: exit 1