On Thursday 21 September 2006 11:13, Mohammed Sameer wrote: > Thanks for your response ;-) --cut-- > Do you want to recompile with debugging support and run more tests ? > Just please note that I don't know ocaml!
Yes, I'd appreciate if you do the following: $apt-get install ocaml-nox (in order to have the `ocamldebug' executable) $apt-get source ara and cd to the source directory ara-1.0.15/ $dpkg-checkbuilddeps (and install the needed build-depends) Edit config/Makefile.config and add -g to he end of the first line: CAMLC = ocamlc$(OPT) $(PP) -dtypes -thread $(DEBUG) $(INCDIRS) -g $make bt (to compile to bytecode) $ocamldebug cli/ara.bt -version (or better yet ara.bt -i ) Then type `run' on the (ocd) prompt. -- pub 4096R/0E4BD0AB 2003-03-18 <people.fccf.net/danchev/key pgp.mit.edu> fingerprint 1AE7 7C66 0A26 5BFF DF22 5D55 1C57 0C89 0E4B D0AB -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]