9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Ethan Gardener" <eekee57@fastmail.fm>
To: 9fans <9fans@9fans.net>
Subject: Re: [9fans] Can compile Plan9 C compiler for windows10?
Date: Mon, 29 Mar 2021 05:51:51 +0100	[thread overview]
Message-ID: <224e651e-aca1-4afc-9df6-d45c0e082ba8@www.fastmail.com> (raw)
In-Reply-To: <16169373620.2F9EB034D.315276@composer.9fans.topicbox.com>

[-- Attachment #1: Type: text/plain, Size: 763 bytes --]

On Sun, Mar 28, 2021, at 2:16 PM, saif.resun@outlook.com <mailto:saif.resun%40outlook.com> wrote:
> uh inferno's 8c compiles .exe file?

no, 8c doesn't produce any executables, it leaves that to the linker, 8l. by default, 8l produces plan 9 executables, but the -H option can produce some other formats. the man page doesn't list windows exe but you could look in the source. look for "Nt"; inferno's name for windows, and "PE"; the executable format for modern ms windows, or "MZ" in case it still uses the old windows exe format.
------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/T4d77cc95ab4ed70c-M1a23c459136d67944464c162
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

[-- Attachment #2: Type: text/html, Size: 1588 bytes --]

  parent reply	other threads:[~2021-03-29  4:52 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-28  8:13 saif.resun
2021-03-28  9:09 ` Richard Miller
2021-03-28  9:21   ` Sean Hinchee
2021-03-28 13:16     ` saif.resun
2021-03-28 15:08       ` ron minnich
2021-03-29  6:42         ` arnold
2021-03-29 14:04           ` Russ Cox
2021-03-29 14:14             ` arnold
2021-03-29 15:08               ` Charles Forsyth
2021-03-29 17:18                 ` arnold
2021-03-29 17:45                   ` Russ Cox
2021-03-29 17:55                     ` arnold
2021-03-29 17:58                     ` John Floren
2021-03-29 15:15               ` ori
2021-03-28 15:16       ` Paul Lalonde
2021-03-29  4:51       ` Ethan Gardener [this message]
2021-03-29  4:57     ` Ethan Gardener

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=224e651e-aca1-4afc-9df6-d45c0e082ba8@www.fastmail.com \
    --to=eekee57@fastmail.fm \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).