From 33f582de4b919fd9f37a8d74b7236d768eb05b8c Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Sun, 6 Nov 2005 14:23:03 +0000 Subject: [PATCH] updated osx advice git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11858 57a11ea4-9604-0410-9ed3-97b8803252fd --- doc/build-osx.txt | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/doc/build-osx.txt b/doc/build-osx.txt index 0e104ae88f..e23b88453a 100644 --- a/doc/build-osx.txt +++ b/doc/build-osx.txt @@ -9,20 +9,37 @@ in preference to the newly installed GNU version. To avoid these problems, you are advised to change your PATH variable in ~/.bashrc to put the Fink binaries ahead of the main OSX binaries -in the path: +in your path: Instead of: +\verbatim PATH=/usr/bin/:/sbin/:/usr/sbin/:/bin:/opt/local/bin:/sw/bin +/endverbatim use: +/verbatim PATH=/sw/bin:/usr/bin/:/sbin/:/usr/sbin/:/bin:/opt/local/bin +/endverbatim Then, when calling ./autogen.sh and ./configure, it may be necessary to direct OSX to the correct Guile installation environment using: +\verbatim #!/bin/bash guile16-build env LIBRARY_PATH=/sw/lib CPATH=/sw/include \ ./autogen.sh guile16-build env LIBRARY_PATH=/sw/lib CPATH=/sw/include \ ./configure +\endverbatim + +You may also need to specify the same environment to the first +make command: + +\verbatim +guile16-build env LIBRARY_PATH=/sw/lib CPATH=/sw/include \ +make +\endverbatim + +If (when) you do a 'make distclean', this whole process will have to +be done again. \section osxtools OSX tools