[Haskell-cafe] Separate compilation
Johannes Waldmann
waldmann at imn.htwk-leipzig.de
Thu Sep 25 09:07:46 UTC 2014
> If I add '-c' to the last invocation, it works, but I don't get an
> executable.
add an extra step for linking, like this: 'ghc -o Foo *.o'
More information about the Haskell-Cafe
mailing list