Menu

#103 Cannot build under cygwin

v2.0.1
open
nobody
build (28)
5
2004-02-10
2004-02-10
Anonymous
No

I am unable to build under cygwin. When I run:

python setup.py build_ext

(in order to skip the wrapping stage, since I have
version 1.3.19 of SWIG rather than the required
1.3.13), I get the following output:

running build_ext
building 'GL.ARB.matrix_palette' extension
gcc -shared -Wl,--enable-auto-image-base
build/temp.cygwin-1.5.7-i686-2.3/src/interface/GL.ARB.matrix_palette.o
-L/usr/lib/python2.3
/config -Lbuild/temp.cygwin-1.5.7-i686-2.3
-linterface_util -lopengl32 -lglu32 -lpython2.3
-linterface_util -o build/lib.cygwin-1.5.
7-i686-2.3/OpenGL/GL/ARB/matrix_palette.dll
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld:
cannot find -linterface_util
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1

It appears that the interface_util library (for which
there is source in the distribution) is not getting
built at the right time.

My versions are:

python-2.3.3
PyOpenGL-2.0.1.07
gcc-3.3.1
cygwin-1.5.7

My e-mail address is sigeti@lanl.gov

Yours,
David Sigeti

Discussion


Log in to post a comment.