Browse thread
ocamlbuild & linker options
-
John Lepikhin
-
Matthieu Dubuget
-
John Lepikhin
- John Lepikhin
-
John Lepikhin
-
Matthieu Dubuget
[
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: | John Lepikhin <john@i...> |
| Subject: | Re: [Caml-list] ocamlbuild & linker options |
Hello, > Thank you for quick reply. I made a mistake in the first post. Option > that should be passed to GCC: -Wl,-R/some/path (with comma). The solution is: don't use -Wl, use -Xlinker instead: ocamlbuild -cclib,-Xlinker,-cclib,-R/some/path