[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Help with linking with libglapi



On Fri, 2012-11-30 at 10:37 +0900, Norbert Preining wrote:
> Dear maintainers of libglapi-mesa,
> 
> I am trying to update asymptote to use OSmesa and the configure script
> of it also checks for libglapi. THe check is done by compiling a simple
> program and trying to link it with
> 	... -lglapi ...
> Now that does not work, because there is no link
> 	libglapi.so -> libglapi.so.0
> which would normally be shipped with a -dev package.
> 
> Can you recommend a way how to fix this? Thanks a lot

Is there a particular reason why it's attempting to link to libglapi?
libglapi is essentially an implementation detail of mesa to allow
multiple providers of GL symbols in the same process (eg: libGL and
libGLESv2).

Possibly the correct way to fix this is just to remove the check?

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: