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 NAA21533; Fri, 2 Mar 2001 13:13:16 +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 NAA21334 for ; Fri, 2 Mar 2001 13:13:15 +0100 (MET) Received: from alex.martelcom.ru (alex.martelcom.ru [195.161.215.52]) by nez-perce.inria.fr (8.11.1/8.10.0) with ESMTP id f22CD7f02038 for ; Fri, 2 Mar 2001 13:13:08 +0100 (MET) Received: (from alexl@localhost) by alex.martelcom.ru (8.11.0/8.11.0) id f22IEoO03299 for caml-list@inria.fr; Fri, 2 Mar 2001 15:14:50 -0300 Date: Fri, 2 Mar 2001 15:14:49 -0300 From: alex lazarev To: caml-list@inria.fr Subject: [Caml-list] win95 bytecompilation/linking Message-ID: <20010302151449.A3262@mari-el.ru> Mail-Followup-To: caml-list@inria.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk What is wrong here: Linux: ocamlc -o hello /usr/lib/ocaml/labltk/labltk.cma -I > /usr/lib/ocaml/labltk hello.ml -- all right Win95 C:\ocaml\example>ocamlc -I ../lib/labltk -o hello.exe hello.ml Error while linking hello.cmo: Reference to undefined global `Tk' -- it's also right. (Almost right?) - absent labltk ocamlc -o hello /usr/lib/ocaml/labltk/labltk.cma > -I /usr/lib/ocaml/labltk hello.ml -- Illegal file or command name -- I/O error: hello.exe: No such file or directory How can i build .exe in win95? ps: Regretfully ocaml distribution don't have demos -- Alex ------------------- To unsubscribe, mail caml-list-request@inria.fr. Archives: http://caml.inria.fr