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. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev