summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-02-09 09:51:21 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-02-09 09:51:21 -0500
commiteceb1ba3c0c84f4536320aebb45466fb6b1b22d3 (patch)
tree1d28b44ef0314fea7b0348a60f798172f35ae2bd /doc
parent3c8845010c2fcb27db5844e89649a856df312fbf (diff)
Update manual with Gian's experience building in OS X
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.tex b/doc/manual.tex
index 34995e62..3b6f05f1 100644
--- a/doc/manual.tex
+++ b/doc/manual.tex
@@ -93,7 +93,7 @@ GCCARGS=-fnested-functions ./configure
Some Mac OS X users have reported needing to use this particular GCCARGS value.
-Since the author is still getting a handle on the GNU Autotools that provide the build system, you may need to do some further work to get started, especially in environments with significant differences from Linux (where most testing is done). One OS X user reported needing to run \texttt{./configure} with \texttt{CFLAGS=-I/opt/local/include}, since this directory wound up holding a header file associated with a \texttt{libmhash} package installed via DarwinPorts.
+Since the author is still getting a handle on the GNU Autotools that provide the build system, you may need to do some further work to get started, especially in environments with significant differences from Linux (where most testing is done). One OS X user reported needing to run \texttt{./configure} with \texttt{CFLAGS=-I/opt/local/include}, since this directory wound up holding a header file associated with a \texttt{libmhash} package installed via DarwinPorts. Further, to get libpq to link, another user reported setting \texttt{GCCARGS="-I/opt/local/include -L/opt/local/lib/postgresql84"}, after creating a symbolic link with \texttt{ln -s /opt/local/include/postgresql84 /opt/local/include/postgresql}.
The Emacs mode can be set to autoload by adding the following to your \texttt{.emacs} file.