The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: fa.caml
From: Xavier Leroy <Xavier.Le...@inria.fr>
Date: Thu, 21 Sep 2006 09:29:42 UTC
Local: Thurs, Sep 21 2006 5:29 am
Subject: Re: [Caml-list] Module dependencies of bytecode executables
> Is it somehow possible to extract the list of modules used by a bytecode It is reliable. > executable? "ocamldumpobj a.out | grep SETGLOBAL" seems to be a good > starting point but I don't know if it's reliable. > Are the md5sums of the imported interfaces still available? Yes, these are saved in the bytecode executable, section "CRCS", but there are no tools in the distrib that will list this info for you. > Also, how can I determine which *.so will be dlopened by the executable? Run the executable with OCAMLRUNPARAM=v=256, this will print debug messages during shared library loading, including names and locations of these libraries. - Xavier Leroy _______________________________________________ You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||