|
From: Michael H. <jm...@ph...> - 2007-04-04 01:39:21
|
Greetings. We're trying to build Visual Python v. 3.2.9 on an i386
system running Scientific Linux version 4.2 (a recompiled version
of Redhat Enterprise 4.2).
The system comes with Python 2.3, but we've installed Python 2.4.4
in /usr/local, and that's what's we're using in this exercise.
I've appended the tail end of the output from the Makefile, followed
by a roughly equivalent chunk of build.log. Following those two
execerpts are the entire contents of config.log.
There ARE some errors noted, such as:
conftest.c:11:28: ac_nonexistent.h: No such file or directory
but I can't tell how (or even if) they related to the ultimate result.
The make does get successfully through a lot of stuff.
If you can see what we're doing wrong, please let me know.
Thanks.
- Mike
-----------------------------------------------------------------------
.
.
.
Compiling ../../visual-3.2.9/src/num_util_impl_numarray.cpp ...
Compiling ../../visual-3.2.9/src/glcontext.cpp ...
Compiling ../../visual-3.2.9/src/platlinux.cpp ...
Compiling ../../visual-3.2.9/src/xgl.cpp ...
make[1]: *** [xgl.lo] Error 1
make[1]: Leaving directory `/usr/local/src/vpython/vbuild/src'
make: *** [all-recursive] Error 1
-----------------------------------------------------------------------
.
.
./bin/sh ..//libtool --mode=compile g++ -I/usr/local/include/python2.4
-DHAVE_CONFIG_H -I../../visual-3.2.9/include -I..//include
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -D_REENTRANT
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -fpic
-DPIC -g -O2 -ftemplate-depth-120 -g0 -c -o platlinux.lo
../../visual-3.2.9/src/platlinux.cpp
g++ -I/usr/local/include/python2.4 -DHAVE_CONFIG_H
-I../../visual-3.2.9/include -I..//include -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include -D_REENTRANT -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -fpic -DPIC -g -O2
-ftemplate-depth-120 -g0 -c ../../visual-3.2.9/src/platlinux.cpp
-fPIC -DPIC
-o .libs/platlinux.o
/bin/sh ..//libtool --mode=compile g++ -I/usr/local/include/python2.4
-DHAVE_CONFIG_H -I../../visual-3.2.9/include -I..//include
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -D_REENTRANT
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -fpic
-DPIC -g -O2 -ftemplate-depth-120 -g0 -c -o xgl.lo
../../visual-3.2.9/src/xgl.cpp
g++ -I/usr/local/include/python2.4 -DHAVE_CONFIG_H
-I../../visual-3.2.9/include -I..//include -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include -D_REENTRANT -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -fpic -DPIC -g -O2
-ftemplate-depth-120 -g0 -c ../../visual-3.2.9/src/xgl.cpp -fPIC
-DPIC -o
.libs/xgl.o
../../visual-3.2.9/src/xgl.cpp: In member function `virtual bool
visual::xglContext::initWindow(const char*, int, int, int, int, int)':
../../visual-3.2.9/src/xgl.cpp:449: error: expected primary-expression
before ')' token
../../visual-3.2.9/src/xgl.cpp:449: error: `G_TYPE_CHECK_INSTANCE_CAST'
undeclared (first use this function)
../../visual-3.2.9/src/xgl.cpp:449: error: (Each undeclared identifier is
reported only once for each function it appears in.)
../../visual-3.2.9/src/xgl.cpp: In member function `virtual void
visual::xglContext::makeCurrent()':
../../visual-3.2.9/src/xgl.cpp:572: error: expected primary-expression
before ')' token
../../visual-3.2.9/src/xgl.cpp:572: error: `G_TYPE_CHECK_INSTANCE_CAST'
undeclared (first use this function)
../../visual-3.2.9/src/xgl.cpp: In member function `virtual void
visual::xglContext::swapBuffers()':
../../visual-3.2.9/src/xgl.cpp:584: error: expected primary-expression
before ')' token
../../visual-3.2.9/src/xgl.cpp:584: error: `G_TYPE_CHECK_INSTANCE_CAST'
undeclared (first use this function)
-----------------------------------------------------------------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Visual Python configure 3.2.9, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ../visual-3.2.9/configure
## --------- ##
## Platform. ##
## --------- ##
hostname = xxxxxx.physics.ucdavis.edu
uname -m = i686
uname -r = 2.6.9-42.0.10.ELsmp
uname -s = Linux
uname -v = #1 SMP Tue Feb 27 08:38:56 CST 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/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /root/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1594: checking for a BSD-compatible install
configure:1649: result: /usr/bin/install -c
configure:1660: checking whether build environment is sane
configure:1703: result: yes
configure:1768: checking for gawk
configure:1784: found /bin/gawk
configure:1794: result: gawk
configure:1804: checking whether make sets $(MAKE)
configure:1824: result: yes
configure:2043: checking for gcc
configure:2059: found /usr/bin/gcc
configure:2069: result: gcc
configure:2313: checking for C compiler version
configure:2316: gcc --version </dev/null >&5
gcc (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2319: $? = 0
configure:2321: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-java-awt=gtk
--host=i386-redhat-linux
Thread model: posix
gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)
configure:2324: $? = 0
configure:2326: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2329: $? = 1
configure:2352: checking for C compiler default output file name
configure:2355: gcc conftest.c >&5
configure:2358: $? = 0
configure:2404: result: a.out
configure:2409: checking whether the C compiler works
configure:2415: ./a.out
configure:2418: $? = 0
configure:2435: result: yes
configure:2442: checking whether we are cross compiling
configure:2444: result: no
configure:2447: checking for suffix of executables
configure:2449: gcc -o conftest conftest.c >&5
configure:2452: $? = 0
configure:2477: result:
configure:2483: checking for suffix of object files
configure:2504: gcc -c conftest.c >&5
configure:2507: $? = 0
configure:2529: result: o
configure:2533: checking whether we are using the GNU C compiler
configure:2557: gcc -c conftest.c >&5
configure:2563: $? = 0
configure:2566: test -z || test ! -s conftest.err
configure:2569: $? = 0
configure:2572: test -s conftest.o
configure:2575: $? = 0
configure:2588: result: yes
configure:2594: checking whether gcc accepts -g
configure:2615: gcc -c -g conftest.c >&5
configure:2621: $? = 0
configure:2624: test -z || test ! -s conftest.err
configure:2627: $? = 0
configure:2630: test -s conftest.o
configure:2633: $? = 0
configure:2644: result: yes
configure:2661: checking for gcc option to accept ANSI C
configure:2731: gcc -c -g -O2 conftest.c >&5
configure:2737: $? = 0
configure:2740: test -z || test ! -s conftest.err
configure:2743: $? = 0
configure:2746: test -s conftest.o
configure:2749: $? = 0
configure:2767: result: none needed
configure:2785: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2791: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2932: checking for style of include used by make
configure:2960: result: GNU
configure:2988: checking dependency style of gcc
configure:3078: result: none
configure:3096: checking whether gcc and cc understand -c and -o together
configure:3126: gcc -c conftest.c -o conftest.o >&5
configure:3129: $? = 0
configure:3131: gcc -c conftest.c -o conftest.o >&5
configure:3134: $? = 0
configure:3141: cc -c conftest.c >&5
configure:3144: $? = 0
configure:3147: cc -c conftest.c -o conftest.o >&5
configure:3150: $? = 0
configure:3152: cc -c conftest.c -o conftest.o >&5
configure:3155: $? = 0
configure:3173: result: yes
configure:3203: checking how to run the C preprocessor
configure:3238: gcc -E conftest.c
configure:3244: $? = 0
configure:3276: gcc -E conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3282: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Visual Python"
| #define PACKAGE_TARNAME "visual-python"
| #define PACKAGE_VERSION "3.2.9"
| #define PACKAGE_STRING "Visual Python 3.2.9"
| #define PACKAGE_BUGREPORT "vis...@li..."
| #define PACKAGE "visual"
| #define VERSION "3.2.9"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3321: result: gcc -E
configure:3345: gcc -E conftest.c
configure:3351: $? = 0
configure:3383: gcc -E conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3389: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Visual Python"
| #define PACKAGE_TARNAME "visual-python"
| #define PACKAGE_VERSION "3.2.9"
| #define PACKAGE_STRING "Visual Python 3.2.9"
| #define PACKAGE_BUGREPORT "vis...@li..."
| #define PACKAGE "visual"
| #define VERSION "3.2.9"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3484: checking for g++
configure:3500: found /usr/bin/g++
configure:3510: result: g++
configure:3526: checking for C++ compiler version
configure:3529: g++ --version </dev/null >&5
g++ (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3532: $? = 0
configure:3534: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-java-awt=gtk
--host=i386-redhat-linux
Thread model: posix
gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)
configure:3537: $? = 0
configure:3539: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:3542: $? = 1
configure:3545: checking whether we are using the GNU C++ compiler
configure:3569: g++ -c conftest.cc >&5
configure:3575: $? = 0
configure:3578: test -z || test ! -s conftest.err
configure:3581: $? = 0
configure:3584: test -s conftest.o
configure:3587: $? = 0
configure:3600: result: yes
configure:3606: checking whether g++ accepts -g
configure:3627: g++ -c -g conftest.cc >&5
configure:3633: $? = 0
configure:3636: test -z || test ! -s conftest.err
configure:3639: $? = 0
configure:3642: test -s conftest.o
configure:3645: $? = 0
configure:3656: result: yes
configure:3698: g++ -c -g -O2 conftest.cc >&5
configure:3704: $? = 0
configure:3707: test -z || test ! -s conftest.err
configure:3710: $? = 0
configure:3713: test -s conftest.o
configure:3716: $? = 0
configure:3742: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:15: error: `exit' undeclared (first use this function)
conftest.cc:15: error: (Each undeclared identifier is reported only once
for each function it appears in.)
configure:3748: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Visual Python"
| #define PACKAGE_TARNAME "visual-python"
| #define PACKAGE_VERSION "3.2.9"
| #define PACKAGE_STRING "Visual Python 3.2.9"
| #define PACKAGE_BUGREPORT "vis...@li..."
| #define PACKAGE "visual"
| #define VERSION "3.2.9"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3698: g++ -c -g -O2 conftest.cc >&5
configure:3704: $? = 0
configure:3707: test -z || test ! -s conftest.err
configure:3710: $? = 0
configure:3713: test -s conftest.o
configure:3716: $? = 0
configure:3742: g++ -c -g -O2 conftest.cc >&5
configure:3748: $? = 0
configure:3751: test -z || test ! -s conftest.err
configure:3754: $? = 0
configure:3757: test -s conftest.o
configure:3760: $? = 0
configure:3785: checking dependency style of g++
configure:3875: result: none
configure:3892: checking whether make sets $(MAKE)
configure:3912: result: yes
configure:3927: checking build system type
configure:3945: result: i686-pc-linux-gnu
configure:3953: checking host system type
configure:3967: result: i686-pc-linux-gnu
configure:4048: checking for a sed that does not truncate output
configure:4102: result: /bin/sed
configure:4105: checking for egrep
configure:4115: result: grep -E
configure:4131: checking for ld used by gcc
configure:4198: result: /usr/bin/ld
configure:4207: checking if the linker (/usr/bin/ld) is GNU ld
configure:4222: result: yes
configure:4227: checking for /usr/bin/ld option to reload object files
configure:4234: result: -r
configure:4243: checking for BSD-compatible nm
configure:4285: result: /usr/bin/nm -B
configure:4289: checking whether ln -s works
configure:4293: result: yes
configure:4300: checking how to recognise dependent libraries
configure:4474: result: pass_all
configure:4683: checking for ANSI C header files
configure:4708: gcc -c -g -O2 conftest.c >&5
configure:4714: $? = 0
configure:4717: test -z || test ! -s conftest.err
configure:4720: $? = 0
configure:4723: test -s conftest.o
configure:4726: $? = 0
configure:4815: gcc -o conftest -g -O2 conftest.c >&5
configure:4818: $? = 0
configure:4820: ./conftest
configure:4823: $? = 0
configure:4838: result: yes
configure:4862: checking for sys/types.h
configure:4878: gcc -c -g -O2 conftest.c >&5
configure:4884: $? = 0
configure:4887: test -z || test ! -s conftest.err
configure:4890: $? = 0
configure:4893: test -s conftest.o
configure:4896: $? = 0
configure:4907: result: yes
configure:4862: checking for sys/stat.h
configure:4878: gcc -c -g -O2 conftest.c >&5
configure:4884: $? = 0
configure:4887: test -z || test ! -s conftest.err
configure:4890: $? = 0
configure:4893: test -s conftest.o
configure:4896: $? = 0
configure:4907: result: yes
configure:4862: checking for stdlib.h
configure:4878: gcc -c -g -O2 conftest.c >&5
configure:4884: $? = 0
configure:4887: test -z || test ! -s conftest.err
configure:4890: $? = 0
configure:4893: test -s conftest.o
configure:4896: $? = 0
configure:4907: result: yes
configure:4862: checking for string.h
configure:4878: gcc -c -g -O2 conftest.c >&5
configure:4884: $? = 0
configure:4887: test -z || test ! -s conftest.err
configure:4890: $? = 0
configure:4893: test -s conftest.o
configure:4896: $? = 0
configure:4907: result: yes
configure:4862: checking for memory.h
configure:4878: gcc -c -g -O2 conftest.c >&5
configure:4884: $? = 0
configure:4887: test -z || test ! -s conftest.err
configure:4890: $? = 0
configure:4893: test -s conftest.o
configure:4896: $? = 0
configure:4907: result: yes
configure:4862: checking for strings.h
configure:4878: gcc -c -g -O2 conftest.c >&5
configure:4884: $? = 0
configure:4887: test -z || test ! -s conftest.err
configure:4890: $? = 0
configure:4893: test -s conftest.o
configure:4896: $? = 0
configure:4907: result: yes
configure:4862: checking for inttypes.h
configure:4878: gcc -c -g -O2 conftest.c >&5
configure:4884: $? = 0
configure:4887: test -z || test ! -s conftest.err
configure:4890: $? = 0
configure:4893: test -s conftest.o
configure:4896: $? = 0
configure:4907: result: yes
configure:4862: checking for stdint.h
configure:4878: gcc -c -g -O2 conftest.c >&5
configure:4884: $? = 0
configure:4887: test -z || test ! -s conftest.err
configure:4890: $? = 0
configure:4893: test -s conftest.o
configure:4896: $? = 0
configure:4907: result: yes
configure:4862: checking for unistd.h
configure:4878: gcc -c -g -O2 conftest.c >&5
configure:4884: $? = 0
configure:4887: test -z || test ! -s conftest.err
configure:4890: $? = 0
configure:4893: test -s conftest.o
configure:4896: $? = 0
configure:4907: result: yes
configure:4933: checking dlfcn.h usability
configure:4945: gcc -c -g -O2 conftest.c >&5
configure:4951: $? = 0
configure:4954: test -z || test ! -s conftest.err
configure:4957: $? = 0
configure:4960: test -s conftest.o
configure:4963: $? = 0
configure:4973: result: yes
configure:4977: checking dlfcn.h presence
configure:4987: gcc -E conftest.c
configure:4993: $? = 0
configure:5013: result: yes
configure:5048: checking for dlfcn.h
configure:5055: result: yes
configure:5073: checking how to run the C++ preprocessor
configure:5104: g++ -E conftest.cc
configure:5110: $? = 0
configure:5142: g++ -E conftest.cc
conftest.cc:25:28: ac_nonexistent.h: No such file or directory
configure:5148: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Visual Python"
| #define PACKAGE_TARNAME "visual-python"
| #define PACKAGE_VERSION "3.2.9"
| #define PACKAGE_STRING "Visual Python 3.2.9"
| #define PACKAGE_BUGREPORT "vis...@li..."
| #define PACKAGE "visual"
| #define VERSION "3.2.9"
| #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:5187: result: g++ -E
configure:5211: g++ -E conftest.cc
configure:5217: $? = 0
configure:5249: g++ -E conftest.cc
conftest.cc:25:28: ac_nonexistent.h: No such file or directory
configure:5255: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Visual Python"
| #define PACKAGE_TARNAME "visual-python"
| #define PACKAGE_VERSION "3.2.9"
| #define PACKAGE_STRING "Visual Python 3.2.9"
| #define PACKAGE_BUGREPORT "vis...@li..."
| #define PACKAGE "visual"
| #define VERSION "3.2.9"
| #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:5350: checking for g77
configure:5366: found /usr/bin/g77
configure:5376: result: g77
configure:5391: checking for Fortran 77 compiler version
configure:5394: g77 --version </dev/null >&5
GNU Fortran (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
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:5397: $? = 0
configure:5399: g77 -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-java-awt=gtk
--host=i386-redhat-linux
Thread model: posix
gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)
configure:5402: $? = 0
configure:5404: g77 -V </dev/null >&5
g77: `-V' option must have argument
configure:5407: $? = 1
configure:5415: checking whether we are using the GNU Fortran 77 compiler
configure:5429: g77 -c conftest.F >&5
configure:5435: $? = 0
configure:5438: test -z || test ! -s conftest.err
configure:5441: $? = 0
configure:5444: test -s conftest.o
configure:5447: $? = 0
configure:5460: result: yes
configure:5466: checking whether g77 accepts -g
configure:5478: g77 -c -g conftest.f >&5
configure:5484: $? = 0
configure:5487: test -z || test ! -s conftest.err
configure:5490: $? = 0
configure:5493: test -s conftest.o
configure:5496: $? = 0
configure:5508: result: yes
configure:5538: checking the maximum length of command line arguments
configure:5603: result: 32768
configure:5614: checking command to parse /usr/bin/nm -B output from gcc
object
configure:5703: gcc -c -g -O2 conftest.c >&5
configure:5706: $? = 0
configure:5710: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:5713: $? = 0
configure:5765: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:5768: $? = 0
configure:5806: result: ok
configure:5810: checking for objdir
configure:5825: result: .libs
configure:5915: checking for ar
configure:5931: found /usr/bin/ar
configure:5942: result: ar
configure:5995: checking for ranlib
configure:6011: found /usr/bin/ranlib
configure:6022: result: ranlib
configure:6075: checking for strip
configure:6091: found /usr/bin/strip
configure:6102: result: strip
configure:6364: checking if gcc static flag works
configure:6387: result: yes
configure:6405: checking if gcc supports -fno-rtti -fno-exceptions
configure:6423: 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:6427: $? = 0
configure:6438: result: no
configure:6453: checking for gcc option to produce PIC
configure:6630: result: -fPIC
configure:6638: checking if gcc PIC flag -fPIC works
configure:6656: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:6660: $? = 0
configure:6671: result: yes
configure:6695: checking if gcc supports -c -o file.o
configure:6716: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:6720: $? = 0
configure:6740: result: yes
configure:6766: checking whether the gcc linker (/usr/bin/ld) supports
shared libraries
configure:7613: result: yes
configure:7639: checking whether -lc should be explicitly linked in
configure:7644: gcc -c -g -O2 conftest.c >&5
configure:7647: $? = 0
configure:7661: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o
conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:7664: $? = 0
configure:7676: result: no
configure:7684: checking dynamic linker characteristics
configure:8236: result: GNU/Linux ld.so
configure:8240: checking how to hardcode library paths into programs
configure:8265: result: immediate
configure:8279: checking whether stripping libraries is possible
configure:8284: result: yes
configure:9107: checking if libtool supports shared libraries
configure:9109: result: yes
configure:9112: checking whether to build shared libraries
configure:9170: result: yes
configure:9173: checking whether to build static libraries
configure:9177: result: no
configure:9269: creating libtool
configure:9816: checking for ld used by g++
configure:9883: result: /usr/bin/ld
configure:9892: checking if the linker (/usr/bin/ld) is GNU ld
configure:9907: result: yes
configure:9958: checking whether the g++ linker (/usr/bin/ld) supports
shared libraries
configure:10784: result: yes
configure:10802: g++ -c -g -O2 conftest.cc >&5
configure:10805: $? = 0
configure:10901: checking for g++ option to produce PIC
configure:11153: result: -fPIC
configure:11161: checking if g++ PIC flag -fPIC works
configure:11179: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5
configure:11183: $? = 0
configure:11194: result: yes
configure:11218: checking if g++ supports -c -o file.o
configure:11239: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5
configure:11243: $? = 0
configure:11263: result: yes
configure:11289: checking whether the g++ linker (/usr/bin/ld) supports
shared libraries
configure:11317: result: yes
configure:11388: checking dynamic linker characteristics
configure:11940: result: GNU/Linux ld.so
configure:11944: checking how to hardcode library paths into programs
configure:11969: result: immediate
configure:11983: checking whether stripping libraries is possible
configure:11988: result: yes
configure:13288: checking if libtool supports shared libraries
configure:13290: result: yes
configure:13293: checking whether to build shared libraries
configure:13311: result: yes
configure:13314: checking whether to build static libraries
configure:13318: result: no
configure:13330: checking for g77 option to produce PIC
configure:13507: result: -fPIC
configure:13515: checking if g77 PIC flag -fPIC works
configure:13533: g77 -c -g -O2 -fPIC conftest.f >&5
configure:13537: $? = 0
configure:13548: result: yes
configure:13572: checking if g77 supports -c -o file.o
configure:13593: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:13597: $? = 0
configure:13617: result: yes
configure:13643: checking whether the g77 linker (/usr/bin/ld) supports
shared libraries
configure:14470: result: yes
configure:14541: checking dynamic linker characteristics
configure:15093: result: GNU/Linux ld.so
configure:15097: checking how to hardcode library paths into programs
configure:15122: result: immediate
configure:15136: checking whether stripping libraries is possible
configure:15141: result: yes
configure:19232: checking whether to enable maintainer-specific portions
of Makefiles
configure:19241: result: no
configure:19259: checking for some Win32 platform
configure:19269: result: no
configure:19272: checking for some Mac OSX platform
configure:19282: result: no
configure:19320: checking for a Python interpreter with version >= 2.2
configure:19335: python -c import sys, string # split strings by '.' and
convert to numeric. Append some zeros # because we need at least 4
digits for the hex conversion. minver = map(int, string.split('2.2',
'.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex =
(minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:19338: $? = 0
configure:19345: result: python
configure:19353: checking for python
configure:19371: found /usr/local/bin/python
configure:19383: result: /usr/local/bin/python
configure:19402: checking for python version
configure:19409: result: 2.4
configure:19415: checking for python platform
configure:19422: result: linux2
configure:19441: checking for python script directory
configure:19449: result: ${prefix}/lib/python2.4/site-packages
configure:19458: checking for python extension module directory
configure:19466: result: ${exec_prefix}/lib/python2.4/site-packages
configure:19504: checking for array in python module Numeric
configure:19520: result: yes
configure:19545: checking for array in python module numarray
Traceback (most recent call last):
File "<string>", line 1, in ?
ImportError: No module named numarray
configure:19577: result: no
configure:19591: checking for headers required to compile python extensions
configure:19605: gcc -E -I/usr/local/include/python2.4 conftest.c
configure:19611: $? = 0
configure:19623: result: found
configure:19707: checking for pkg-config
configure:19725: found /usr/bin/pkg-config
configure:19737: result: /usr/bin/pkg-config
configure:19752: checking pkg-config is at least version 0.9.0
configure:19755: result: yes
configure:19766: checking for GTK
configure:19771: $PKG_CONFIG --exists --print-errors "gtk+ >= 1.0"
configure:19774: $? = 0
configure:19785: $PKG_CONFIG --exists --print-errors "gtk+ >= 1.0"
configure:19788: $? = 0
configure:19813: result: yes
configure:19821: checking for GTHREAD
configure:19826: $PKG_CONFIG --exists --print-errors "gthread >= 1.0"
configure:19829: $? = 0
configure:19840: $PKG_CONFIG --exists --print-errors "gthread >= 1.0"
configure:19843: $? = 0
configure:19868: result: yes
configure:19923: checking for gtk-config
configure:19941: found /usr/bin/gtk-config
configure:19954: result: /usr/bin/gtk-config
configure:19962: checking for GTK - version >= 0.99.7
configure:20068: gcc -o conftest -g -O2 -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include
conftest.c -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule
-lglib -ldl -lXi -lXext -lX11 -lm >&5
configure:20071: $? = 0
configure:20073: ./conftest
configure:20076: $? = 0
configure:20094: result: yes
configure:20213: checking for gdk_gl_query in -lgtkgl
configure:20244: gcc -o conftest -g -O2 conftest.c -lgtkgl -L/usr/lib
-L/usr/X11R6/lib -lgtk -lgdk -rdynam...
[truncated message content] |