[
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: | SooHyoung Oh <shoh@d...> |
| Subject: | [Caml-list] ocamlmklib in mingw |
Xavier Leroy wrote: > Correct: ocamlmklib is only available under Unix (and Cygwin), but not > for the native Win32 port of OCaml. > > The reason is as follows: ocamlmklib builds both a DLL and a static > library from a common set of C object files. This works fine under > Unix because (with the right compilation options) the same object > files can be used in both DLL and static contexts. But this isn't so > under Windows: object files for a DLL need to be compiled with > different, incompatible flags than object files for a static library. How about ocamlmklib on win32/mingw? --- SooHyoung Oh http://www.taglib.co.kr/shoh.html ------------------- 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