caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: chris@satel.com
To: Xavier Leroy <Xavier.Leroy@inria.fr>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] ocamlopt/IRIX
Date: Thu, 22 Feb 2001 07:40:04 -0700	[thread overview]
Message-ID: <OF3F686DB6.B0A94C47-ON872569FB.00507672@satel.com> (raw)


That's encouraging. I figured it was possible, but before I went mucking
about in the configure scripts I figured it was best to see if there were
any issues.

Thanks.

--chris
<chris@satel.com>



                                                                                                                             
                    Xavier Leroy                                                                                             
                    <Xavier.Leroy@inria.fr>        To:     chris@satel.com                                                   
                    Sent by:                       cc:     caml-list@inria.fr                                                
                    owner-caml-list@pauilla        Subject:     Re: [Caml-list] ocamlopt/IRIX                                
                    c.inria.fr                                                                                               
                                                                                                                             
                                                                                                                             
                    02/22/2001 02:12 AM                                                                                      
                                                                                                                             
                                                                                                                             



> 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




-------------------
To unsubscribe, mail caml-list-request@inria.fr.  Archives: http://caml.inria.fr


             reply	other threads:[~2001-02-22 14:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-22 14:40 chris [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-02-21 22:40 chris
2001-02-22  9:12 ` Xavier Leroy

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=OF3F686DB6.B0A94C47-ON872569FB.00507672@satel.com \
    --to=chris@satel.com \
    --cc=Xavier.Leroy@inria.fr \
    --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;
as well as URLs for NNTP newsgroup(s).