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

Jon TURNEY jon.turney at dronecode.org.uk
Fri Jan 27 04:57:28 PST 2012


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.


More information about the mesa-dev mailing list