From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Hanquez Subject: Re: [PATCH] OCaml tools: ask compiler for correct library path Date: Wed, 8 Jun 2011 14:45:13 +0100 Message-ID: <4DEF7CE9.5070304@eu.citrix.com> References: <4DEE5FC1.4040609@citrix.com> <20110607202153.GA9629@whitby.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110607202153.GA9629@whitby.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: Tim Deegan List-Id: xen-devel@lists.xenproject.org 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 >> >> 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