From: Joel F. <fus...@in...> - 2000-03-24 22:02:54
|
Hmmm, it doesn't list libglide2x at all...I did the same to libMesaVoodooGL and it lists glide2x and a few others that aren't listed for libGL.so... Am I not configuring with the right options? I did: ./configure --with-glide=/usr --enable-3dnow=on The glide libs are in /usr/lib, and the includes in /usr/include/glide. Looking at the top-level makefile after configuring, it seems that the FX_LIB variables are set correctly... Any suggestions? Joel physic wrote: > > Make sure the linker is actually finding glide. > > ldd libGL.so > > should list the libraries it depends on and where it finds them. > > On Fri, 24 Mar 2000, Joel Fuster wrote: > > > I'm having a problem using the the CVS version of Mesa (as of 3/22/00) > > with quake 3. Configure says that it finds the glide.h and libglide2x, > > and it seems to compile and install fine. But when I start quake3, it > > gives an error "Undefined symbol: grGlideInit" in libGL.so. I should > > note that the Mesa/demos work okay, and also that quake3 works fine with > > the precompiled libMesaVoodooGL.so.3.2 that comes with quake3 1.16n. > > I'm using glide 2.60, if that makes any difference. > > -physic |