Browse thread
ocamlbuild & linker options
- John Lepikhin
[
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: | ocamlbuild & linker options |
Hello, Is there a way to pass option "-R /some/path" to GCC linker from ocamlbuild? I tried "ocamlbuild -lflags -cclib,-R,/some/path", but without success.