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:
> [...] Is it ok to run configure again (now including this option) and then
> running "make all" once more? Or will I have do download a fresh fptools
> tree and do it all over again?
Hmmm, tricky question... I guess adding --enable-hopengl to the configure command
line and re-running "make all" will work, but I'm not 100% sure. OTOH, adding
"SplitObjs=NO" to your build options will (or at least should) result in a
recompilation of all libraries, so doing a "make clean" in fptools/libraries
in advance would be safer.
Cheers,
S.