Re: compiling OpenGL with GHc-6.2.1
Sven Panne <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hopengl |
|---|---|
| Message-ID | <[email protected]> |
Andre W B Furtado wrote:
> Hi, I got the following error when trying to compile HOpenGL: [...]
> C:/haskell/cygwin/bin/ld: argument list too long [...]
Did you follow the building instructions on:
http://haskell.org/ghc/docs/latest/html/building/winbuild.html
exactly? Especially replacing the /bin/sh with a "real" bash and using
"SplitObjs=NO" might help.
Cheers,
S.