<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE message PUBLIC
  "-//MLarc//DTD MLarc output files//EN"
  "../../mlarc.dtd"[
  <!ATTLIST message
    listname CDATA #REQUIRED
    title CDATA #REQUIRED
  >
]>

  <?xml-stylesheet href="../../mlarc.xsl" type="text/xsl"?>


<message 
  url="2002/07/715a16e355e3fd170d7bc9f174c08d6b"
  from="Damien Doligez &lt;damien.doligez@i...&gt;"
  author="Damien Doligez"
  date="2002-07-10T13:59:35"
  subject="Re:  [Caml-list] New to the list and already a (silly ?) question Š"
  prev="2002/07/c6a05bd816cbc159a04e2aaa7c1af8b8"
  next="2002/07/683767de68a46b4da200a6e261d12e89"
  next-in-thread="2002/07/c4a8748a39ae0126371591198f3cad7f"
  prev-thread="2002/07/f4336f20c64b59ded482e76b42c96b7b"
  next-thread="2002/07/b3015ae26296250e542fe692c8922683"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="Re:  [Caml-list] New to the list and already a (silly ?) question Š">
<msg 
  url="2002/07/715a16e355e3fd170d7bc9f174c08d6b"
  from="Damien Doligez &lt;damien.doligez@i...&gt;"
  author="Damien Doligez"
  date="2002-07-10T13:59:35"
  subject="Re:  [Caml-list] New to the list and already a (silly ?) question Š">
<msg 
  url="2002/07/c4a8748a39ae0126371591198f3cad7f"
  from="Coco &lt;coco85@w...&gt;"
  author="Coco"
  date="2002-07-10T20:23:17"
  subject="Re: [Caml-list] New to the list and already a (silly ?) question  Š">
</msg>
</msg>
</thread>

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

</contents>

</message>

