[HOpenGL] Problem building HOpenGL-1.04 under windoze

Sven Panne Sven_Panne@BetaResearch.de
Fri, 24 Jan 2003 13:10:44 +0100


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.