[Pkg-ocaml-maint-commits] [SCM] mingw32-ocaml packaging branch, master, updated. debian/3.11.1+debian1-3-g84d4a6c

Romain Beauxis toots at rastageeks.org
Wed Jan 27 20:23:14 UTC 2010


The following commit has been merged in the master branch:
commit 84d4a6cfbbfa6d1e7c8d487cfbd761fddaeb01b0
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Wed Jan 27 14:28:54 2010 -0600

    Added pkg-config case in README.Debian

diff --git a/debian/README.Debian b/debian/README.Debian
index 8a58c15..183ff2e 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -14,7 +14,9 @@ for Windows.
 
 The package also includes a support for ocamlfind. In 
 order to use it, you should set the environment variable 
-OCAMLFIND_CONF to /etc/i586-mingw32msvc-ocamlfind.conf.
+OCAMLFIND_CONF to /etc/i586-mingw32msvc-ocamlfind.conf:
+  
+  export OCAMLFIND_CONF=/etc/i586-mingw32msvc-ocamlfind.conf
 
 In order to also force the build system to choose the 
 ocaml cross-compiler, you may add /usr/i586-mingw32msvc/bin 
@@ -30,6 +32,12 @@ It is convenient to install those libs directly in /usr/i586-mingw32msvc,
 though not very clean. However, it seems that /usr/i586-mingw32msvc/local is 
 not recognized by the mingw32 cross-compiler.
 
+Additionaly, if your configuration script uses pkg-config
+to detect libraries, you may want to set the PKG_CONFIG_PATH
+variable to /usr/i586-mingw32msvc/lib/pkgconfig:
+
+  export PKG_CONFIG_PATH=/usr/i586-mingw32msvc/lib/pkgconfig
+
 This package and the binary it provides are not in any way 
 supported by the OCaml original maintainers. For any issue
 with this package, please report a bug on the mingw32-ocaml

-- 
mingw32-ocaml packaging



More information about the Pkg-ocaml-maint-commits mailing list