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 LAA27889; Mon, 26 Aug 2002 11:02:32 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id LAA27926 for ; Mon, 26 Aug 2002 11:02:31 +0200 (MET DST) Received: from mel-rto3.wanadoo.fr (smtp-out-3.wanadoo.fr [193.252.19.233]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g7Q92U913034 for ; Mon, 26 Aug 2002 11:02:30 +0200 (MET DST) Received: from mel-rta8.wanadoo.fr (193.252.19.79) by mel-rto3.wanadoo.fr (6.5.007) id 3D49FC7D0091315F; Mon, 26 Aug 2002 11:02:19 +0200 Received: from iliana (193.250.202.21) by mel-rta8.wanadoo.fr (6.5.007) id 3D49FF790083513D; Mon, 26 Aug 2002 11:02:19 +0200 Received: from luther by iliana with local (Exim 3.35 #1 (Debian)) id 17jFO2-0000Kk-00; Mon, 26 Aug 2002 10:38:14 +0200 Date: Mon, 26 Aug 2002 10:38:04 +0200 To: malc Cc: Oliver Bandel , caml-list@inria.fr Subject: Re: [Caml-list] "No bytecode specified" Message-ID: <20020826083804.GA1103@iliana> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i From: Sven LUTHER Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Mon, Aug 26, 2002 at 11:32:59AM +0400, malc wrote: > On Sun, 25 Aug 2002, Oliver Bandel wrote: > > > Hello, > > > > What does this message (see subject) > > mean? > Stripped binary i would guess. > > > > > When compiling Ocaml-files, and starting the > > a.out-file, I get this message. > > > > Where does it come from? > [a]$ ocamlc -custom moo.ml > [a]$ strip a.out > [a]$ ./a.out > No bytecode file specified. > > > > > How can i fix such problems? > Dont strip Alternatively, strip can be fixed to know about ocaml bytecode. I was also told that if the ocaml team would have used another label/tag/whatever it is called in the binary code than the one it is using, then strip would know about it. But then, i am not expert on that, and i guess the ocaml team don't think it is a good idea, since i never got any response to the message i sent about it (back when i was told that). Friendly, Sven Luther ------------------- 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