"Kevin H. Hobbs" <hob...@ohiou.edu> writes: > Today, I plan to try to : [snip] > 2. Try surrounding the declarations of the hidden symbols needed by > OSMesa with "#pragma GCC visibility push(default)" and "#pragma GCC > visibility pop" or marking them with "__attribute__ > ((visibility("default")))" whichever I'm told is better.
There are defines for this. I think PUBLIC is what you want. That said, I think Dan's idea of linking directly to libmesa is an easier way to solve your problem. -tom _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev