[
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: | 2010-02-03 (09:04) |
From: | Matthieu Dubuget <matthieu.dubuget@g...> |
Subject: | Re: [Caml-list] ocamlbuild & linker options |
-------- Original Message -------- Subject: [Caml-list] ocamlbuild & linker options From: John Lepikhin <john@ispsystem.com> To: caml-list@inria.fr Date: 03/02/2010 10:02 > 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 Hoping this will help Salutations