[HOpenGL] HOpenGL 1.2

Sven Panne Sven_Panne@BetaResearch.de
Wed, 15 May 2002 08:34:04 +0200


Andre W B Furtado wrote:
> [...] I tried to use "make all" to build the examples and then I got:
> 
> /PROGS/GHC502/BIN/ghc -i../../lib -I../../lib -syslib util -fglasgow-exts "-#include <GL/glut.h>" -O   -c BspTree.hs -o BspTree.o
> /PROGS/GHC502/BIN/ghc: not found
> make[2]: *** [BspTree.o] Error 127
> make[1]: *** [all] Error 1
> make: *** [all] Error 1
> [...]

Hmmm, I'm not sure what's going on here, things worked for me in a
similar setup. Is /PROGS/GHC502/BIN/ghc the correct path? Does a
"make distclean" help? It wipes away the old configuration, while
"make clean" does not (standard GNU behaviour for these targets).

Cheers,
   S.