From: physic <ph...@te...> - 2000-03-26 22:48:34
|
Strange that it doesnt link to glide, yet you said earlier that the 3dfx splash screen is coming it. I don't know what else to tell you. You can trying building mesa with 'make -f Makefile.X11 linux-386-glide' or something like that. Be sure to make clean first. Also, check to make suere there arent other libGL.so files you are linking to. And if all that fails try to contact some people that play quake3 under linux. I suspect the vast majority of this list doesnt. also read news://news.3dfx.com/3dfx.linux.apps.games also read news://news.3dfx.com/3dfx.glide.linux On Fri, 24 Mar 2000, Joel Fuster wrote: > 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 > > _______________________________________________ > Mesa3d-users mailing list > Mes...@li... > http://lists.sourceforge.net/mailman/listinfo/mesa3d-users > |