[vtkusers] Undefined reference to Mesa

Kevin H. Hobbs hobbsk at ohiou.edu
Wed May 12 11:39:17 EDT 2010


On 04/06/2010 05:29 AM, Hassan Amin wrote:
> I am getting following error, while linking against vtk . Any help to
> resolve this error is appreciated:
> 
> /home/hassan/vision/Mesa-7.6.1/lib64/libOSMesa.so.7: undefined
> reference to `_mesa_create_framebuffer'

These errors are caused by the configure script adding
-fvisibility=hidden to the compiler options. This makes many of the
symbols in libGL.so needed by libOSMesa.so hidden.

I started a thread on the Mesa Developers list where this was figured
out. I hope to prod them towards a solution since the old make targets
like linux-x86-64 seem to be broken again.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 253 bytes
Desc: OpenPGP digital signature
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100512/4096c487/attachment.pgp>


More information about the vtkusers mailing list