[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: Garance A Drosihn <drosih_at_rpi.edu>
Date: Thu, 16 Oct 2008 18:06:31 -0400

At 5:34 PM +0200 10/16/08, B. Blodau wrote:
>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 you only need to care about MacOS, you might want to go with
the macports project:

http://www.macports.org/install.php

That gives you a framework for installing other packages, and a
command called 'port'. And in the case of subversion:

(393) port variants subversion

subversion has the variants:
        universal
        mod_dav_svn: Install the subversion apache module (mod_dav_svn)
        no_neon: Build without neon (http/https support)
        no_bdb: Build without support for BerkeleyDB repositories
        tools: Install some optional extra subversion tools
        bash_completion: Install subversion bash-completion file
        darwin_7

"universal" is the variant that you would want. Of course, you'd
first have to learn how to use macports, but once you did you would
probably be in much better shape.

-- 
Garance Alistair Drosehn            =   gad_at_gilead.netel.rpi.edu
Senior Systems Programmer           or  gad_at_freebsd.org
Rensselaer Polytechnic Institute    or  drosih_at_rpi.edu
---------------------------------------------------------------------
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 00:06:57 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.