From: ripperda@engin.umich.edu (Terence Ripperda)
Subject: MESA
22 Oct 1996 00:24:10 -0700
Sender: daemon@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <Pine.HPP.3.91.961022024110.25447A-100000.cygnus.gnu-win32@maize.engin.umich.edu>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Original-To: gnu <gnu-win32@cygnus.com>
Original-Sender: owner-gnu-win32@cygnus.com


I'm attempting to compile the freeware MESA library using gcc, but am 
running into a problem, that as near as I can tell is just a 
configuration problem. I'm no makefile master or anything like that, so 
here's what I can tell:

when I run 'make', among the lines printed out are:

....
make targets "XLIBS = -lX11"
....
glx.c: 60: X11/xlib.h: no such file or directory
....

obviously, xlib.h is in /<dir>/include/x11, gcc just can't find it.
Where is the configuration problem?

Is this in the makefile?
Is this an environment variable I need to set?
Is the include wrong?  (#include <x11/xlib.h>

thanks,
Terence Ripperda
ripperda@umich.edu
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
