./configure fails to find GLUT

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
El Bobbo
Hunter
Hunter
Posts: 89
Joined: Thu Jul 20, 2006 10:51 pm
Location: Columbus, Ohio

./configure fails to find GLUT

Post by El Bobbo »

I am running ubuntu linux and downloaded the svn today. I have libglut.a and libglut.so.3.8.0 installed in /usr/lib, as well as libglut.so and libglut.so.3 soft linked to libglut.so.3.8.0, but when I run configure it tells me:

error: GLUT library not found or too old version. 3.7 (beta) or later required.

ubuntu uses debian packages, and I have installed freeglut3, freeglut3-dev and freeglut3-dbg. I am not terribly knowledgable about linux, so any help would be greatly appreciated.

-Edit- I have removed config.log as it is very large and andreasj copied the only relevant part. If anyone wants to see it let me know and I can repost it.
Last edited by El Bobbo on Fri Jul 21, 2006 3:30 pm, edited 1 time in total.
andreasj
Merchant
Merchant
Posts: 58
Joined: Mon Oct 03, 2005 9:17 pm

Post by andreasj »

Code: Select all

configure:12818: checking for glut library
configure:12843: g++ -o conftest -g -O2  -L/usr/X11R6/lib -L/usr/X11R6/lib  conftest.cc   -lutil -L/usr/lib -lSDL -lpthread  -lGL  -lGLU  -lglut -lXi -lXmu >&5
/usr/bin/ld: cannot find -lXmu
collect2: ld returned 1 exit status
You need to install libxmu-dev.
El Bobbo
Hunter
Hunter
Posts: 89
Joined: Thu Jul 20, 2006 10:51 pm
Location: Columbus, Ohio

Post by El Bobbo »

Thanks a lot. That seems to have done the trick.
Post Reply