On Mon, 28 Feb 2005 14:55:26 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On Mon, 28 Feb 2005 18:29:32 GMT, =?ISO-8859-1?Q?Andr=E9_Medeiros?= said: > > export LDFLAGS="-L/usr/X11R6/lib -lXxf86vm" always works for me. > > > > Careful though, because it might overwrite whatever you have stored on > > that env. var. > > export LDFLAGS="-L/usr/X11R6/lib -lXxf86vm $LDFLAGS" > > will prepend to the original with the obvious change to append. > > Note however that what you probably wanted if it's the C headers is: > > export CFLAGS="-I/usr/X11R6/include $CFLAGS" > > (Actually, if your build environment is that scrozzled to need that hint, > you probably need *both* CFLAGS and LDFLAGS tweaks...) > > >
Personally, I just pass --x-includes=/usr/include and --x-libraries=/usr/lib with autogen.sh - I use Gentoo with Xorg 6.8.2, and Donnie is moving everything to /usr instead of /usr/X11R6,. It works here, ymmv -- steev ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
