[Haskell-cafe] Re: How Can Haskell Be Saved?
Bulat Ziganshin
bulat.ziganshin at gmail.com
Mon Dec 14 05:43:28 EST 2009
Hello Duncan,
Monday, December 14, 2009, 1:33:14 PM, you wrote:
>> Please enlighten me. How do I access the POSIX subsystem?
> I'm not sure of all the details, but the program ends up getting linked
> differently. The GNU ld user guide says:
yes, it should be linked to other dlls. the catch is that RTS/stdlib uses
subsystem-specific calls, so you will need to write in assembler to
ensure that your program don't use any Win32 calls :)
--
Best regards,
Bulat mailto:Bulat.Ziganshin at gmail.com
More information about the Haskell-Cafe
mailing list