caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Debugging version for win32
@ 2002-12-18 14:32 Ohad Rodeh
  0 siblings, 0 replies; 2+ messages in thread
From: Ohad Rodeh @ 2002-12-18 14:32 UTC (permalink / raw)
  To: caml-list

List,
   I have a simple request: adding to the binary OCaml distribution a
version that is compiled for win32/MSCV with the libc debugging library.
This is necessary for any C program that uses Caml in debugging mode. MSVC
requires all parts of a compiled program to be compiled for debugging, this
applies to the Caml runtime and libraries as well.

   Could this be done?

    Thanks,
      Ohad.
-----------------------------------------------------------------------------------

Ohad Rodeh
tel: +972-3-6401641
IBM Haifa, storage research

-------------------
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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Caml-list] Debugging version for win32
       [not found] <OFE82389B4.C155177D-ONC2256C93.004F9ACE-C2256C93.004FE107@ telaviv.ibm.com>
@ 2002-12-18 16:43 ` Chris Hecker
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Hecker @ 2002-12-18 16:43 UTC (permalink / raw)
  To: Ohad Rodeh, caml-list


>This is necessary for any C program that uses Caml in debugging mode. MSVC
>requires all parts of a compiled program to be compiled for debugging, this
>applies to the Caml runtime and libraries as well.

No, you just need to link with debugging on, and then any parts that are 
compiled with debug information will be there.  Just put a -cclib "/link 
/debug" on the ocaml[c|opt] link command line.

Chris

-------------------
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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-18 16:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-18 14:32 [Caml-list] Debugging version for win32 Ohad Rodeh
     [not found] <OFE82389B4.C155177D-ONC2256C93.004F9ACE-C2256C93.004FE107@ telaviv.ibm.com>
2002-12-18 16:43 ` Chris Hecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).