[
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: | 2009-04-07 (15:31) |
From: | Alain Frisch <alain@f...> |
Subject: | Re: [Caml-list] flexlink + lacaml (lapack) |
DESMONS Bertrand wrote: > Hello, > > Compiling a little program using Lacaml (in a cygwin shell) gives me the > error: The library file seems to be a symbolic link. flexlink is a regular Win32 application and does not know about this Cygwin-specific notion. The good news is that it can use the external command cygpath (that comes with Cygwin) to resolve such links (and more generally Cygwin paths). This is the default behavior for the cygwin toolchain, but not for mingw. Can you try passing "-ccopt -cygpath" to ocamlc? Regards, Alain