Problem building HOpenGL-1.04 under windoze

Hi,
I'm getting the following error when running make all/make install (make
depend worked fine).
I'm building on windoze xp home, GHC5.04.1, cygwin. Any ideas?
$ make
------------------------------------------------------------------------
Recursively making `all' in lib examples ...
PWD = /usr/local/HOpenGL-1.04
------------------------------------------------------------------------
------------------------------------------------------------------------
make all - --unix;
in /usr/local/HOpenGL-1.04/lib
------------------------------------------------------------------------
rm -f GL_Marshal.o ; if [ ! -d GL_Marshal_split ]; then mkdir GL_Marshal_split;
else find GL_Marshal_split -name '*.o' -print | xargs -s 8000 rm -f __rm_food ;
fi ;
"/cygdrive/c/ghc/ghc-5.04.1/bin/ghc" -package lang -package-name HOpenGL
-i../GL
UT -I../GLUT/include -cpp -DCALLCONV=stdcall -split-objs -odir GL_Marshal_split
-fglasgow-exts "-#include

Peter Smith wrote:
I'm getting the following error when running make all/make install (make depend worked fine).
I'm building on windoze xp home, GHC5.04.1, cygwin. Any ideas? [...]
Hmmm, this looks like a GHC/Perl installation problem (GHC uses Perl e.g. for -split-objs). A few questions: * Can you compile and link a simple HelloWorld.hs with -O? * Can you do the same with -O *and* -split-objs? * Does HOpenGL work when configure is called with --disable-split-objs? Cheers, S.

Yup, doesn't like the -split-objs option. At 01:10 PM 24/01/2003 +0100, Sven Panne wrote:
Peter Smith wrote:
I'm getting the following error when running make all/make install (make depend worked fine).
I'm building on windoze xp home, GHC5.04.1, cygwin. Any ideas? [...]
Hmmm, this looks like a GHC/Perl installation problem (GHC uses Perl e.g. for -split-objs). A few questions:
* Can you compile and link a simple HelloWorld.hs with -O? * Can you do the same with -O *and* -split-objs? * Does HOpenGL work when configure is called with --disable-split-objs?
Cheers, S. _______________________________________________ HOpenGL mailing list HOpenGL@haskell.org http://www.haskell.org/mailman/listinfo/hopengl
participants (2)
-
Peter Smith
-
Sven Panne