From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id TAA07226; Mon, 2 Dec 2002 19:23:47 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id TAA07462 for ; Mon, 2 Dec 2002 19:23:46 +0100 (MET) Received: from smtp1.libero.it (smtp1.libero.it [193.70.192.51]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id gB2INj103756 for ; Mon, 2 Dec 2002 19:23:45 +0100 (MET) Received: from libero.it (193.70.192.46) by smtp1.libero.it (6.7.015) id 3DE22B4200089A17 for caml-list@inria.fr; Mon, 2 Dec 2002 19:23:44 +0100 Date: Mon, 2 Dec 2002 19:23:44 +0100 Message-Id: Subject: [Caml-list] =?iso-8859-1?Q?compilation_problem?= MIME-Version: 1.0 X-Sensitivity: 3 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable From: "=?utf-8?Q?altavillasalvatore@libero.it?=" To: "=?iso-8859-1?Q?caml-list?=" X-XaM3-API-Version: 3.2 R24 (B46 pl2) X-type: 0 X-SenderIP: 147.163.3.2 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi,=0D=0AI would want to compile the pascal.ml file:=0D=0A=0D=0A****=0D=0A= pascal.ml=0D=0A open Unix=0D=0A let my_name =3DUnix.gethostname();;=0D= =0A******=0D=0AI type=0D=0A=0D=0A ocamlc -custom unix.cma pascal.ml -ccli= b -lunix =0D=0A=0D=0Aand then=0D=0A=0D=0A ocamlc pascal.ml -o pascal=0D=0A= =0D=0Aobtaining the following message:=0D=0A=0D=0A Reference to undefined= global `Unix' =0D=0A=0D=0AI would want the exec -file.=0D=0A=0D=0ARegar= ds. ------------------- 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