[HOpenGL] HOpenGL 1.2

Sven Panne Sven.Panne@informatik.uni-muenchen.de
Fri, 10 May 2002 22:55:35 +0200


Andre W B Furtado wrote:
 > Finally I got some time to install and try HOpenGL 1.02. Here is my
 > feedback: "configure" and "make depend" were done succesfully, but
 > during "make install", I had the following problem:
 >
 > mkdir: cannot make directory `/PROGS/GHC5023/BIN/ghc/imports/HOpenGL': No
 > such file or directory
 > make[1]: *** [install] Error 1
 > make: *** [install] Error 1
 > [...]

I'm not an expert in the arcane ways cygwin and GHC on M$-platforms mangle
innocent pathnames, but you could try

    make GHC_LIB_DIR=<wherever your GHC really is> install

or edit lib/Makefile directly. Strange, I've got a similar setup and it
worked for me...

Cheers,
    S.