From a54986f36e997f90fe99d3fc0f1f74e2e667b4c7 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Mon, 28 Feb 2011 07:48:27 +0000 Subject: [PATCH] update README with known good OSX configure Christopher Baker sent in a working OSX configure string, add it to the README Reported-by: Christopher Baker Signed-off-by: Andy Green --- README-test-server | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README-test-server b/README-test-server index 666cec2..b31ed62 100644 --- a/README-test-server +++ b/README-test-server @@ -6,9 +6,12 @@ needed: ./configure --prefix=/usr --libdir=/usr/lib64 --enable-openssl -For Apple systems, in addition to whatever other typical -configure magic you need, you will also need --enable-nofork and -it seems don't enable openssl. +For Apple systems, Christopher Baker reported that this is needed +(and I was told separately enabling openssl makes trouble somehow) + +./configure CC="gcc -arch i386 -arch x86_64" CXX="g++ -arch i386 -arch +x86_64" CPP="gcc -E" CXXCPP="g++ -E" --enable-nofork + otherwise if /usr/local/... and /usr/local/lib are OK then... -- 2.7.4