caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* OCaml 3.11.0+beta1 cross-compiler
@ 2008-11-14 12:57 Richard Jones
  2008-11-15 19:02 ` ANNOUNCE: Windows cross-compiler (was: Re: [Caml-list] OCaml 3.11.0+beta1 cross-compiler) Richard Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Jones @ 2008-11-14 12:57 UTC (permalink / raw)
  To: caml-list


Despite bug 4303 (http://caml.inria.fr/mantis/view.php?id=4303) having
lead to some changes in the compiler, I'm still extremely perplexed
about how to build a cross-compiler.

I want an 'ocamlopt' to be a Linux native binary[1] that generates
Windows executables.

We have a cross-assembler and cross-linker (i686-pc-mingw32-as and
i686-pc-mingw32-gcc respectively).  We also have a cross-compiler
version of flexdll.

My best attempt so far has been to generate config/{m,s}.h from
prepared Windows versions, and then build using the Unix Makefiles.
This gets some way, but produces an ocamlc which searches for files
using \ as a path separator, which is wrong and causes it to fail
looking for pervasives.cmi.

Anyone done this, or care to share any more hints?

Rich.

[1] Running stuff under Wine isn't acceptable and nor is installing
binaries.

-- 
Richard Jones
Red Hat


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

end of thread, other threads:[~2008-11-16  4:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-14 12:57 OCaml 3.11.0+beta1 cross-compiler Richard Jones
2008-11-15 19:02 ` ANNOUNCE: Windows cross-compiler (was: Re: [Caml-list] OCaml 3.11.0+beta1 cross-compiler) Richard Jones
2008-11-16  4:20   ` Romain Beauxis

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