From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2777ffc3a7017935fabfb9b8a1d7fc1e@snellwilcox.com> From: plan9fans@ntlworld.nospam.com To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] Win32 console apps from plan9? Date: Mon, 5 Apr 2004 14:25:14 +0100 Topicbox-Message-UUID: 50a34e1a-eacd-11e9-9e20-41e7f4b1d025 Anyone ported one of the open-source x86 compilers to plan9. I know GCC works natively and thus, in theroy I could port the x86/win32 back backend but that would be non-trivial. I wonder if LCC would be easier? Initially all I need is very dull console I/O, reading and writing files etc. I muttered about re-targeting 8c a couple of years ago but forsyth pointed out the calling convention is so different that a complete shim around the win32 api, or a serious rework of 8c would be required. -Steve