[
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, > > 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. > try: ocamlbuild -lflags -cclib,-R,-cclib,/some/path 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).