Browse thread
Re: [Caml-list] getting the type of a polymorphic data ?
-
Diego Olivier Fernandez Pons
- Daan Leijen
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Daan Leijen <daan@c...> |
| Subject: | [Caml-list] Compiling on windows (mingw) |
Hi all, I am trying to compile the glorious ocaml compiler from source on windowsXP using mingw32 (and cygwin tools). However when I try to compile ocamlopt, the build fails on the "ar" utility: > make -f Makefile.nt opt [snip] ../boot/ocamlrun ../ocamlopt -a -o stdlib.cmxa pervasives.cmx array.cmx list.cmx char.cmx string.cmx sys.cmx hashtbl.cmx sort.cmx marshal.cmx obj.cmx int32.cmx int64.cmx nativeint.cmx lexing.cmx parsing.cmx set.cmx map.cmx stack.cmx queue.c mx stream.cmx buffer.cmx printf.cmx format.cmx scanf.cmx arg.cmx printexc.cmx gc .cmx digest.cmx random.cmx callback.cmx camlinternalOO.cmx oo.cmx genlex.cmx wea k.cmx lazy.cmx filename.cmx complex.cmx arrayLabels.cmx listLabels.cmx stringLab els.cmx moreLabels.cmx stdLabels.cmx ar: @c:\DOCUME~1\Daan\LOCALS~1\Temp\camlresp025be4: Invalid argument Error while creating the library stdlib.a [snip] Maybe someone else on this list has experienced this problem too? Thanks for the help, All the best, Daan Leijen. ------------------- 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