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 DAA13495; Tue, 27 Aug 2002 03:53:04 +0200 (MET DST) 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 DAA13539 for ; Tue, 27 Aug 2002 03:53:01 +0200 (MET DST) Received: from relay.pair.com (relay1.pair.com [209.68.1.20]) by nez-perce.inria.fr (8.11.1/8.11.1) with SMTP id g7R1r0P19942 for ; Tue, 27 Aug 2002 03:53:00 +0200 (MET DST) Received: (qmail 31612 invoked from network); 27 Aug 2002 01:52:57 -0000 Received: from slip32-106-38-149.por.uk.prserv.net (HELO checkerlap.d6.com) (32.106.38.149) by relay1.pair.com with SMTP; 27 Aug 2002 01:52:57 -0000 X-pair-Authenticated: 32.106.38.149 Message-Id: <4.3.2.7.2.20020826185058.031765c0@mail.d6.com> X-Sender: checker@mail.d6.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Mon, 26 Aug 2002 18:52:28 -0700 To: Oliver Bandel , malc From: Chris Hecker Subject: Re: [Caml-list] "No bytecode specified" Cc: caml-list@inria.fr In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk >Please tel me, where I strip here: >################################## >oliver@first:/home/oliver > rm -rf a.out >oliver@first:/home/oliver > ocamlmktop unix.cma >oliver@first:/home/oliver > ./a.out >No bytecode file specified. >oliver@first:/home/oliver > >################################## I had a similar problem with making toplevels on Win9x...it's been a long time, but I think it had to do with a cygwin/native weirdness and the runtime is spawned with the wrong arguments in exec, or a quoting problem, or something crazy like that. That probably doesn't help at all. :) Chris ------------------- 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