From: Mike McClurg <mike.mcclurg@citrix.com>
To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Cc: Jonathan Ludlam <Jonathan.Ludlam@eu.citrix.com>
Subject: [PATCH] OCaml tools: ask compiler for correct library path
Date: Tue, 7 Jun 2011 18:28:33 +0100 [thread overview]
Message-ID: <4DEE5FC1.4040609@citrix.com> (raw)
From: Mike McClurg <mike.mcclurg@citrix.com>
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.
NB: it may be that we should do the same thing for the NetBSD case, but I don't have a BSD box to test this out.
Signed-off-by: Mike McClurg <mike.mcclurg@citrix.com>
diff -r 37c77bacb52a -r ebc32e1f7f6f tools/ocaml/common.make
--- a/tools/ocaml/common.make Mon May 23 17:38:28 2011 +0100
+++ b/tools/ocaml/common.make Tue Jun 07 18:01:10 2011 +0100
@@ -9,7 +9,7 @@
OCAMLYACC ?= ocamlyacc
CFLAGS += -fPIC -Werror
-CFLAGS-$(CONFIG_Linux) += -I/usr/lib64/ocaml -I/usr/lib/ocaml
+CFLAGS-$(CONFIG_Linux) += -I$(shell ocamlc -where)
CFLAGS-$(CONFIG_NetBSD) += -I/usr/pkg/lib/ocaml -fPIC
OCAMLOPTFLAG_G := $(shell $(OCAMLOPT) -h 2>&1 | sed -n 's/^ *\(-g\) .*/\1/p')
next reply other threads:[~2011-06-07 17:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-07 17:28 Mike McClurg [this message]
2011-06-07 20:21 ` [PATCH] OCaml tools: ask compiler for correct library path Tim Deegan
2011-06-08 10:53 ` Mike McClurg
2011-06-08 13:45 ` Tim Deegan
2011-06-08 13:45 ` Vincent Hanquez
2011-06-08 13:46 ` Tim Deegan
2011-06-08 14:00 ` Vincent Hanquez
2011-06-21 17:03 ` Ian Jackson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4DEE5FC1.4040609@citrix.com \
--to=mike.mcclurg@citrix.com \
--cc=Jonathan.Ludlam@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).