[
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: | 2006-02-27 (14:10) |
From: | Olivier Andrieu <oandrieu@n...> |
Subject: | Re: [Caml-list] ocamlgsl natively for Windows? |
Tobias Elze [Monday 27 February 2006] : > > Hello, > > I want to make a MS Windows port (MinGW) of a linux application using > the OCaml > GSL library. However, I was not successfull in compiling the ocamlgsl > library natively for Windows. The tool "ocamlmklib" which is required > does not exist under windows. try commenting the first line of ocamlgsl' Makefile (DYNAMIC_LINKING=...) . -- Olivier