~ chicken-core (chicken-5) 5208ca9574c0150f44d6968d1e8d542216f9dc82


commit 5208ca9574c0150f44d6968d1e8d542216f9dc82
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sat Jul 9 13:49:51 2011 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sat Jul 9 13:49:51 2011 +0200

    added note in README about overriding LIBDIR when /usr/lib64 can not be found (#210)

diff --git a/README b/README
index 01e7f55e..b312695d 100644
--- a/README
+++ b/README
@@ -329,6 +329,13 @@
 	    compile your translated Scheme files with `kgcc' instead of
 	    `gcc'.
 
+          - There have been reports where the library directory
+	    "/usr/lib64" could not be found at build-time on a Fedora
+	    12 system. If you build a 64-bit version of CHICKEN and
+	    the library directory is set incorrectly, you can override
+	    it by passing "LIBDIR=/usr/lib64" as an additional
+	    argument when you invoke "make".
+
         Solaris:
 
 	  - By default, CHICKEN is build with the GNU C compiler (`gcc').
diff --git a/manual/Acknowledgements b/manual/Acknowledgements
index 8c79cf48..1409afb5 100644
--- a/manual/Acknowledgements
+++ b/manual/Acknowledgements
@@ -48,8 +48,8 @@ Henrik Tramberend, Vladimir Tsichevsky, Neil van Dyke, Sam Varner,
 Taylor Venable, Sander Vesik, Jaques Vidrine, Panagiotis Vossos, Shawn
 Wagner, Peter Wang, Ed Watkeys, Brad Watson, Thomas Weidner, Goeran
 Weinholt, Matthew Welland, Drake Wilson, Joerg Wittenberger, Peter
-Wright, Mark Wutka, Richard Zidlicky and Houman Zolfaghari for
-bug-fixes, tips and suggestions.
+Wright, Mark Wutka, Adam Young, Richard Zidlicky and Houman Zolfaghari
+for bug-fixes, tips and suggestions.
 
 CHICKEN uses the "irregex" regular expression package written by Alex Shinn.
 
Trap