[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Building Subversion for multiple architetures.

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Thu, 16 Oct 2008 16:50:18 -0500

On Oct 16, 2008, at 10:34, B. Blodau wrote:

> I'm building Subversion from the source code, via "configure" and
> "make" on MacOSX. This works fine so far, but creates the libraries
> only for one architecture. Is there an option for "configure" to
> tell it to make a fat binary for "ppc" and "i386"?

Just follow the standard recipe for any configure-based project:

http://developer.apple.com/technotes/tn2005/tn2137.html

Of course you'll have to first compile all the dependencies universal.

You may want to just install using MacPorts which will handle all
this for you.

http://www.macports.org/

Then e.g.:

sudo port install subversion +tools +universal

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-16 23:50:43 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.