[cairo] glitz --x-libraries path

David Reveman c99drn at cs.umu.se
Wed May 26 08:15:40 PDT 2004


On Tue, 2004-05-25 at 22:40 -0700, Jon Smirl wrote:
> When I use the --x-libraries=path option to glitz ./configure the linker is
> still searching /usr/X11R6/lib before the path I passed in /home/mesa/glitz/lib.
> Is there some way to control this so that it picks up my libGL first?

Glitz's configure script uses the AC_PATH_XTRA macro and $X_LIBS, so I
think that should work fine. It seems like libtool somehow adds that
search path, but I don't know why.  There's no "-L/usr/X11R6/lib" in the
libtool command line, right?

Maybe someone who understand this better can answer this.
 
-David





More information about the cairo mailing list