caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Damien Doligez <damien.doligez@inria.fr>
To: caml-list@inria.fr, coco85@wanadoo.fr
Subject: Re:  [Caml-list] New to the list and already a (silly ?) question Š
Date: Wed, 10 Jul 2002 15:59:28 +0200 (MET DST)	[thread overview]
Message-ID: <200207101359.PAA0000013261@beaune.inria.fr> (raw)

>From: Corentin Herbert <coco85@wanadoo.fr>
>
>>cd lib; make CPP=3D"/usr/bin/cpp -P -Dunix" all
>>../camlrun ../camlcomp -stdlib . -O none -g -W arg.mli
>>Fatal error: the file ../camlcomp is not a bytecode executable file
>>make[1]: *** [arg.zi] Error 2
>>make: *** [world] Error 2

My guess is that you let "Stuffit Expander" extract the files from the
archive.  This is wrong because Stuffit Expander treats all files as
text files, and changes the end-of-line characters accordingly.  This
treatment corrupts the "camlcomp" and "camllex" byte-code files.

You need to start from the "cl74unix.tar.gz" file and decompress it
from the command line (in a terminal window) with the command:
"tar -zxvf cl74unix.tar.gz".

-- Damien
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


             reply	other threads:[~2002-07-10 13:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-10 13:59 Damien Doligez [this message]
2002-07-10 19:53 ` Coco
  -- strict thread matches above, loose matches on Subject: below --
2002-07-10  9:26 Corentin Herbert
2002-07-10 13:28 ` [Caml-list] New to the list and already a (silly ?) questionŠ sebastien FURIC
2002-07-10 19:53   ` [Caml-list] New to the list and already a (silly ?) question Š Coco

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=200207101359.PAA0000013261@beaune.inria.fr \
    --to=damien.doligez@inria.fr \
    --cc=caml-list@inria.fr \
    --cc=coco85@wanadoo.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).