RE: Problem with --split-objs on windoze (when building HOpenGL)

Sven, Peter,
Did you two sort out what was going on here? We haven't a clue. (If
there's some advice to offer to other users, we'll gladly add it to the
FAQ.)
Simon
| -----Original Message-----
| From: Peter Smith [mailto:smithp@gil.com.au]
| Sent: 25 January 2003 01:26
| To: glasgow-haskell-users@haskell.org
| Subject: Problem with --split-objs on windoze (when building HOpenGL)
|
| I'm having some difficulties with the --split-objs parameter when
building
| HOpenGL on win xp ine with --disable-split-objs.
|
| Tried uninstalling my 'normal' copy of perl & upgrading GHC to 5.04.2
but
| am still getting the same error.
|
| Couldn't find anything in the archives, so anyone got 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
participants (1)
-
Simon Peyton-Jones