On Wed, May 23, 2001 at 10:05:10PM +0200, Jan Krupa wrote: > > the Mesa-prefixes have been dropped to make it easier to port > > applications to MesaGL. > > I compile with, for example: > > gcc -Wall -o gluttest gluttest.c -lGLU -lglut -lGL -lm -L/usr/X11R6/lib > > -lXi -lXext -lX11 -lXmu > > Thanks. It works. But how to configure Linux to be able compiling > without -L/usr/X11R6/lib ?
You can't. Deal with it. All X apps need that path appended on pretty much any *nix system. Standard configure/make scripts should make this easy -- in case it's -L/usr/openwin or some such... -- Eric G. Miller <[email protected]>

