Browse thread
problem with LACAML and static linking
[
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: | Stéphane Glondu <steph@g...> |
| Subject: | Re: [Caml-list] problem with LACAML and static linking |
Erick Matsen a écrit : > [...] > /usr/lib/libblas.a(xerbla.o): In function `xerbla_': > (.text+0x0): multiple definition of `xerbla_' > /usr/lib/liblapack.a(xerbla.o):(.text+0x0): first defined here > /usr/lib/ocaml/3.10.2/libasmrun.a(unix.o): In function `caml_dlopen': > (.text+0x223): warning: Using 'dlopen' in statically linked > applications requires at runtime the shared libraries from the glibc > version used for linking > /usr/lib/ocaml/3.10.2/libunix.a(getgr.o): In function `unix_getgrgid': > ... similar messages .... > [...] These are warnings, aren't they? Doesn't your program run if you ignore them? The warnings concern ocaml runtime, so I guess you cannot do much about it... Cheers, -- Stéphane