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: | 2002-09-03 (13:17) |
From: | Xavier Leroy <xavier.leroy@i...> |
Subject: | Re: [Caml-list] "No bytecode specified" |
> OK, no answers, that has helped, > so I now come with more details: At last, some technical data in a message of yours. You're (slowly) improving. If you could just have posted this to caml-bugs@inria.fr rather than caml-list, this would have been perfect :-) The cause of the problem is here: > readlink("/proc/self/exe", "[0303]:2916", 1024) = 11 I.e. /proc/self/exe does not point to the executable name, but to an inode number. That must be a truly ancient Linux kernel that you're running. (Pre 2.0 ?) I'll harden the determination of the program name against this problem. In the meantime, do yourself a favor and upgrade to a more recent Linux kernel (and distribution?). - Xavier Leroy ------------------- 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