Martin Hovang wrote:
> 
> I'm using RH6.0 and having trouble compiling the demos. When I type
> "make check" I get
> 
> ...
> gcc -g -O2 -fomit-frame-pointer -ffast-math -fexpensive-optimizations
> -malign-loops=2 -malign-jumps=2 -malign-functions=2 -o .libs/aaindex
> aaindex.o ../src-glut/.libs/libglut.so ../src-glu/.libs/libGLU.so
> ../src/.libs/libGL.so -lglide2x -lvga -L/usr/X11R6/lib -lSM -lICE -lXmu
> -lXext -lXi -lX11 -lm -Wl,--rpath -Wl,/usr/local/lib
> ../src/.libs/libGL.so: undefined reference to `VB_DRIVERDATA_LASTVERT'
> ../src/.libs/libGL.so: undefined reference to `VB_DRIVERDATA'
> ../src/.libs/libGL.so: undefined reference to `VB_CTX'
> ../src/.libs/libGL.so: undefined reference to `VB_DRIVERDATA_VERTS'
> ../src/.libs/libGL.so: undefined reference to
> `VB_CTX_VIEWPORT_WINDOWMAP_M'
> ../src/.libs/libGL.so: undefined reference to `VB_COUNT'
> ../src/.libs/libGL.so: undefined reference to `VB_CLIPMASK'
> ../src/.libs/libGL.so: undefined reference to `FX_VERTEX_SIZE'
> ../src/.libs/libGL.so: undefined reference to `FX_CONTEXT_CTX'
> collect2: ld returned 1 exit status
> make[2]: *** [aaindex] Error 1
> make[2]: Leaving directory `/home/mhg/storage/3d/mesa/Mesa-3.1/book'
> make[1]: *** [check-am] Error 2
> make[1]: Leaving directory `/home/mhg/storage/3d/mesa/Mesa-3.1/book'
> make: *** [check-recursive] Error 1
> 
> What have I done wrong .. or not done?

There's a problem with the makefile in src/FX/X86, which assumes you have the
current directory in your path.  Set up your path with something like:

export PATH=$PATH:.

and then make clean ; make

Let me know if this fixes your problem.

Keith


_______________________________________________
Mesa-bug maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-bug


_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to