Browse thread
[Caml-list] windows + gtk
[
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: | 2002-08-06 (09:16) |
From: | Alan Schmitt <alan.schmitt@i...> |
Subject: | Re: [Caml-list] windows + gtk |
* Kontra, Gergely (kgergely@mlabdial.hit.bme.hu) wrote: > And where can I tell to ocaml not to depend on the cygwin environment, > and build app, which doesn't require any dlls? Or which dll's will I > need? You should be able to specify the way to build caml (using either the cygwin compatibility layer, or just mingw32) when running the configure script. There should be an option there (I'm in vacations with a very slow internet access, so I haven't fetched ocaml 3.05 yet). Then neither ocaml nor the apps you build with it will depend on some cygwin dll (ocaml now uses its own dlls that may be needed though, unless you link your program statically). HTH, Alan -- The hacker: someone who figured things out and made something cool happen. ------------------- 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