On Fri, Jan 27, 2012 at 7:57 AM, Jon TURNEY <jon.tur...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to