[Mesa-dev] OSMesa glapi linlking

Matt Turner mattst88 at gmail.com
Wed Jan 25 13:54:27 PST 2012


On Wed, Jan 25, 2012 at 4:45 PM, Kevin H. Hobbs <hobbsk at ohio.edu> wrote:
> On 01/25/2012 02:03 PM, Matt Turner wrote:
>> On Wed, Jan 25, 2012 at 1:42 PM, Kevin H. Hobbs <hobbsk at ohio.edu> wrote:
>>
>> Maybe try reverting 4e5a8937d1a1bfb2a3bd067ed01e036728675fc2?
>
>
> So this change is just the line
>
> OSMESA_LIB_DEPS := -L$(TOP)/$(LIB_DIR) -l$(GLAPI_LIB)
> $(OSMESA_LIB_DEPS)
>
> So I commented that out.
>
> I now get an OSMesa library.
>
> I do not get a shared libglapi.so in lib nor is one installed in
> the install step.

Right, unless you're compiling with --enable-shared-glapi, you won't
get libglapi.so. I had to revert that change since it shared-glapi
doesn't work with Xlib-glx apparently.


More information about the mesa-dev mailing list