Re: GHC - Cygwin Installation and also DirectX (fwd)
Many thanks Reuben and Sigbjorn
Sigbjorn says:
Link with -mwindows (if going via gcc to get at the linker.) i.e., if using the std hello.lhs app
ghc -o hello hello.lhs -static -package win32 -optl-mwindows
that'll get you a non-console app with mingw. Think it'll do the trick with cygwin too.
The exe is 4270K, but I can live with that. Cheers Mike Thomas
The exe is 4270K, but I can live with that.
Even stripped? (Unfortunately GHC does give you big EXEs, and fundamentally will until we get dynamic linking working again; however, I think I might be able to improve things drastically even before then by re-enabling object splitting for the libraries under Windows.) -- http://sc3d.org/rrt/ L'art des vers est de transformer en beautés les faiblesses (Aragon)
participants (2)
-
Mike Thomas -
Reuben Thomas