From: Masakazu Fukuzawa <fukuzawa@cool.email.ne.jp>
To: caml-list@inria.fr
Subject: Re: [Caml-list] Ocaml 3.03 alpha MinGW port
Date: Mon, 22 Oct 2001 10:46:29 +0900 [thread overview]
Message-ID: <C7C15A9B5E745Efukuzawa@cool.email.ne.jp> (raw)
In-Reply-To: <sncikrup.fsf@mail.ru>
After applying the patch, in ocaml-3.03-alpha\asmcomp\i386\emit.mlp,
add '| "mingw32"' to
let emit_align =
match Config.system with
"linux_elf" | "bsd_elf" | "solaris" | "beos" | "cygwin" ->
to read
let emit_align =
match Config.system with
"linux_elf" | "bsd_elf" | "solaris" | "beos" | "cygwin" | "mingw32"
->
and in ocaml-3.03-alpha\asmrun\i386.S, add '|| defined(SYS_mingw32)' to
|| defined(SYS_solaris) || defined(SYS_beos) || defined(SYS_cygwin)
to read
|| defined(SYS_solaris) || defined(SYS_beos) || defined(SYS_cygwin) |
| defined(SYS_mingw32)
Now you can successfully make opt.opt and use ocamlopt.opt.
Thanks, Dmitry!!
Fukuzawa
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
next prev parent reply other threads:[~2001-10-22 10:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-09-24 23:40 [Caml-list] Initial port of ocaml for mingw (long) art
2001-09-25 8:59 ` [Caml-list] format types Anton Moscal
2001-09-27 0:35 ` Jacques Garrigue
2001-10-17 19:07 ` [Caml-list] Ocaml 3.03 alpha MinGW port Dmitry Bely
2001-10-22 1:46 ` Masakazu Fukuzawa [this message]
2001-10-22 14:56 ` Dmitry Bely
2001-10-22 16:18 ` Masakazu Fukuzawa
2001-11-26 8:28 Jean-Marc Eber
2001-11-26 11:03 ` Xavier Leroy
2001-11-26 13:34 ` Dmitry Bely
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=C7C15A9B5E745Efukuzawa@cool.email.ne.jp \
--to=fukuzawa@cool.email.ne.jp \
--cc=caml-list@inria.fr \
/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