On Tue, Jan 24, 2012, at 12:55 PM, Andrew Lewman wrote:
On Tue, 24 Jan 2012 17:47:21 +0000 Geoff Down geoffdown@fastmail.net wrote:
So if I understand correctly, I should use $ unset LDFLAGS $ CFLAGS="-O -g -mmacosx-version-min=10.4 -arch ppc" $ ./configure --with-libevent-dir=/opt/local --with-openssl-dir=/opt/local --disable-dependency-tracking CC="gcc-4.0"
Fwiw, this was written for 10.4 back when we had a 10.4 build machine, https://gitweb.torproject.org/vidalia.git/blob/HEAD:/pkg/osx/build-bundle.tx...
In theory, it should still work.
Justin's guidance got me through it - relay up and running! Can I stick with this method in future? A couple of final questions: Now I have the latest Libevent and OpenSSL, do I still need 'export EVENT_NOKQUEUE=1' in my Tor invocation script? How do I make 'make install' install to /Library/Tor rather than /usr/local/bin ?
No OSX10.4 build machine now as well as no OSX10.3 . All that old hardware going to waste.
Thanks again, GD