Hi,

Since 2b84b22 I've been getting linker errors when linking to libGL.so:

$ make linux-x86-64
[snip]
gcc -I../../include -Wall -Wmissing-prototypes -O3 -g -fPIC -m64
-D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE
-D_GNU_SOURCE -DPTHREADS -DUSE_XSHM -DHAVE_POSIX_MEMALIGN
-DUSE_X86_64_ASM -I/usr/X11R6/include -std=c99 -ffast-math
-fno-strict-aliasing  arbfplight.c readtex.o -L../../lib64 -lglut -lGLU
-lGL -lm -o arbfplight
/tmp/ccnTL43Z.o: In function `Init':
/home/kingb/Nightly/Mesa/progs/demos/arbfplight.c:313: undefined
reference to `glGetIntegerv'
[snip]
../../lib64/libGLU.so: undefined reference to `glEvalMesh1'
[snip]
../../lib64/libGL.so: undefined reference to `_mesa_unreference_framebuffer'

This has been causing build troubles for VTK too:

  http://www.cdash.org/CDash/viewBuildError.php?buildid=93044

Please let me know if you need more information.

Thanks,
-Brad

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to