caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* cross-compliation from x86 linux to windows?
@ 2008-04-14 20:39 Joel Reymont
  2008-04-18 13:52 ` [Caml-list] " Vladimir Shabanov
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Reymont @ 2008-04-14 20:39 UTC (permalink / raw)
  To: caml-list

Is it possible to reuse on Windows the output
from ocamlc/ocamlopt -output-obj?

Ideally, I would like to have a web service
produce object code on Linux and have another
"linker" put together a DLL on Windows. The DLL
would then be used from C or .NET code.

The goal of this approach is to compile trading
strategies to object code in a web app and then
produce blackbox DLLs in a final step on Windows.

I don't want to have to distribute GCC as part
of my linker program, if not absolutely necessary.

Does this sound like a pipe dream or something real?

	Thanks, Joel

--
wagerlabs.com






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

end of thread, other threads:[~2008-04-18 18:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-14 20:39 cross-compliation from x86 linux to windows? Joel Reymont
2008-04-18 13:52 ` [Caml-list] " Vladimir Shabanov
2008-04-18 18:11   ` Richard Jones

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