Greetings,
probably due to a bug in libtool the static Mesa3D build (for atleast Linux)
is currently broken (Mesa3D 7.2). After
make linux-x86-static
one gets static libraries that do not contain vital symbols (glVertex** and
the like). This is because libtool somehow creates an ar archive with
other ar archives as members (and ld can not handle archives in archives).
One can manually extract/remove the offending archives, extract all objects
from them and add those objects to libGL.a with ar to make it work.
kind regards,
Randolf
|