[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: Jeremy Whitlock <jcscoobyrs_at_gmail.com>
Date: Thu, 16 Oct 2008 17:06:21 -0600

>> Hello,
>> 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"?

If MacPorts, or package managers in general, are not your cup of tea,
feel free to check out the build script I use for building the
Subversion OSX Universal binary hosted on openCollabNet. Here is a
link to the binary and a link to the resources I use:

http://www.collab.net/downloads/community/
http://svnbinaries.open.collab.net/servlets/ProjectProcess?pageID=3720&subpageID=3714

In general, the rules for building a multi-arch binary on OSX is
straight forward. Set a few environment variables, pass a few flags
to the compiler/linker and you get what you want. The problem is that
not all software was built for this type of thing, and their build
processes definitely need massaging to work with multiple
architectures. I think the link regarding environment variables and
compiler/linker flags was linked to earlier. Let me know if you need
help with this.

-- 
Take care,
Jeremy Whitlock
http://www.thoughtspark.org
---------------------------------------------------------------------
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-17 01:07:00 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.