Erland Lewin wrote:
> 
> We just recently had some problems making a "portable" binary release
> linked agains libGL.so
>   One of the problems was the the (statically linked) libMesaGL.so
> required XShm-calls, but was not linked agains libXext.so. In the end,
> we linked our application against libXext.so, but this seems like an
> ugly solution. This linking was the case with both 3.0 and 3.1beta .rpms
> we got off the net.
>   I don't know if the problem is with the wrong options supplied when
> the .rpms were build, or if the -lXext is missing somewhere in the Mesa
> distribution.
>   I'd be mighty thankful if someone could fix this if it's in the Mesa
> codebase.

Already done for Mesa 3.1.  That is, when the Mesa GL lib is made,
all libraries which it depends upon are linked to at that time.

-Brian

----------------------------------------------------------------------
Brian Paul        Avid Technology / Softimage      [EMAIL PROTECTED]


_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to