I am compiling 0.9.38 for 32 bits on and AMD 64 machine. I am using centos 5. I do the following: export CC="gcc34 -m32" ./configure --libdir=/usr/lib --x-libraries=/usr/lib make and I get errors at link time of: opengl32/wgl.c undefined reference to 'gluNewTess' and a bunch of others. What am I missing that is needed? I will also try with "--without-opengl" thanks, Jerry