From ef73663576c54d04bd9f1dfe1cdf587515e5cc71 Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Sat, 19 Dec 2009 22:37:24 +0000 Subject: Document need for pkg-config to build Guile * README: Say that ./configure needs pkg-config; why; and how to work around it. --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README') diff --git a/README b/README index c4f24f88e..5669ce809 100644 --- a/README +++ b/README @@ -88,6 +88,20 @@ Guile requires the following external packages: conservative garbage collector used by Guile. It is available from http://www.hpl.hp.com/personal/Hans_Boehm/gc/ . + - pkg-config + + Guile's ./configure script uses pkg-config to discover the correct + compile and link options for libgc. If you don't have pkg-config + installed, or you have a version of libgc that doesn't provide a + .pc file, you can work around this by setting some environment + variables before running ./configure: + + - PKG_CONFIG=true + + - BDW_GC_CFLAGS= + + - BDW_GC_LIBS= + Special Instructions For Some Systems ===================================== -- cgit v1.2.1