pkgsrc-Users archive

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

Re: Re: Re: graphics/gle: configure: error: Cannot find required GL library



On Thu, Mar 27 2008 - 11:01, Blair Sadewitz wrote:
> Unless graphics/gle is meant to be linked with libpthread, this is not
> the correct way to go about this.  The undefined symbol could be due
> to issues with the libX11 thread stubs (see the openbsd commit logs to
> UIThrStubs.c in libX11 for more information about this).
> 
> This issue will be addressed after the freeze.
> In the meantime, you might want to try building libX11 without its
> built-in threads stubs and replace your installed package with that.
> 
> To do this, edit libX11's configure script, find the check for
> pthread_self, and replace the [re]definition of that function with
> #include <pthread.h>.  Rebuild.  Alternatively, you can add the
> following to libX11/Makefile:
> 
> CONFIGURE_ARGS+= ac_cv_lib_c_pthread_self=yes
> 

It worked good.

Thank you.
        Jo

Attachment: pgpkKetFhunSq.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index