On 02-Oct-99 Keith Whitwell wrote:
> Martin Hovang wrote:
>> 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:
I don't think that's the problem.
Some macros don't seem to be expanded in libGL, maybe due to
a missing #include ?
Thomas Tanner -------------------------
email: tanner@(ffii.org|gnu.org|gmx.de)
web: http://home.pages.de/~tanner
GGI/Picasso: http://picasso.ffii.org
_______________________________________________
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