[Mesa-dev] [PATCH] automake: src/mesa/drivers/osmesa

Matt Turner mattst88 at gmail.com
Fri Jan 27 07:39:35 PST 2012


On Fri, Jan 27, 2012 at 7:57 AM, Jon TURNEY <jon.turney at dronecode.org.uk> wrote:
> On 27/01/2012 05:06, Matt Turner wrote:
>> Please give this a try.
>>
>> OSMesa is broken with shared-glapi. I'll fix that (it'll be much
>> easier) when I automake glapi.
>
>> +libOSMesa_la_SOURCES = osmesa.c
>> +libOSMesa_la_LDFLAGS = -version-info 8:0:0 #FIXME
>> +libOSMesa_la_LIBADD = $(LIBADD)
>> +endif
>
> You should use the libtool flag '-no-undefined' as well here, so libtool will
> attempt to build a shared library even on architectures which require that all
> symbols are resolved when the library is linked.

Okay, will do. Thanks.


More information about the mesa-dev mailing list