From: Xavier Leroy <Xavier.Leroy@inria.fr>
To: chris@satel.com
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] ocamlopt/IRIX
Date: Thu, 22 Feb 2001 10:12:07 +0100 [thread overview]
Message-ID: <20010222101207.C7829@pauillac.inria.fr> (raw)
In-Reply-To: <OF6144514D.119F746E-ON872569FA.007C65B8@satel.com>; from chris@satel.com on Wed, Feb 21, 2001 at 03:40:18PM -0700
> Is it possible to build the native compiler on IRIX using gcc?
Yes, it works fine here (with gcc 2.95 on IRIX 6.5), but you have
to override manually some of the (slightly misguided) decisions made
by the "configure" script:
./configure -cc gcc
then edit config/Makefile and replace the lines
NATIVECC=...
NATIVECCOMPOPTS=...
by
NATIVECC=gcc
NATIVECCCOMPOPTS=-Wall -Wno-unused
In the forthcoming release 3.01 of OCaml, the "configure" script is
fixed to always honor the user-provided C compiler, if any, and revert
to the "gcc for bytecode / cc for native code" combination otherwise.
If you encounter any problems, please report them to
caml-bugs@inria.fr.
- Xavier Leroy
-------------------
To unsubscribe, mail caml-list-request@inria.fr. Archives: http://caml.inria.fr
next prev parent reply other threads:[~2001-02-22 9:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-02-21 22:40 chris
2001-02-22 9:12 ` Xavier Leroy [this message]
2001-02-22 14:40 chris
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=20010222101207.C7829@pauillac.inria.fr \
--to=xavier.leroy@inria.fr \
--cc=caml-list@inria.fr \
--cc=chris@satel.com \
/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