|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] OCaml tools: ask compiler for correct library pa
On 06/07/2011 09:21 PM, Tim Deegan wrote:
Hi,
At 18:28 +0100 on 07 Jun (1307471313), Mike McClurg wrote:
From: Mike McClurg<mike.mcclurg@xxxxxxxxxx>
OCaml libraries will live in /usr/local/ if the user compiles OCaml
from source. This patch asks the OCaml compiler where we should look
for libraries.
This patch edits the #include path, not the library path. Are there
any ocaml support libraries that would require -L options to $(CC)?
OCaml doesn't make the same distinction that C does.
as such -I is the search path for OCaml libraries.
--
Vincent
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|