Browse thread
[Caml-list] "No bytecode specified"
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Sven LUTHER <luther@d...> |
| Subject: | Re: [Caml-list] "No bytecode specified" |
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