From: Simos X. <S.X...@rh...> - 2000-06-05 16:13:28
|
Hello Simon, AFAIK, makefiles usually fail when they cannot find the location of the header files or libraries. When you are refering to a script, I assume you are refering to the 'autoconf' script to create makefiles for applications. If you are interested in autoconf, try 'info autoconf' or get the documentation from the package. If, instead you want to make an application just compile with hardcoded settings, just giving the correct path for the header files and the libraries are enough. Simos On Mon, 5 Jun 2000, simon hosking wrote: > Hi all, > I have a beginner's question regarding mesa on linux os. I have just > recently successfully installed Mesa and am able to run the demos. > However, when I try to complile some source code that I have copied from > the examples in the OpenGL Programming Guide (Woo et al.), I bomb out. > I think that my problem is in my Makefiles. Can anyone tell me what the > appropriate scipt for makefiles with Mesa code is, or alternatively, > where i could learn that information. > thanks > simon > > Simon Hosking > Deakin University > Australia |