|
Subject: Re: SVN 1.0.0 binary tarballs for Mac OS X 10.3 Newsgroups: gmane.comp.version-control.subversion.devel Date: 2004-03-08 17:03:05 GMT (4 years, 30 weeks, 3 days, 13 hours and 27 minutes ago) On 08.03.2004, at 16:13, Brian W. Fitzpatrick wrote: > On Sun, 2004-03-07 at 17:15, Diederik van Arkel wrote: > >> I don't see a static build on wsanchez's idisk anymore. Did this >> problem get >> resolved or should I just download the tarball and work from that? > > Just go with the tarball right now. I wanted to put up a static binary > that did ra_dav, ra_svn, and ra_local, but due to what appears to be a > linker bug on Mac OS X, I can't get it to statically link BerkeleyDB, > so > rather than whip up a client that can't work on local repositories, I > just punted. I successfully built a static (system libraries are still linked dynamically) version of Subversion 1.0.0 for Mac OS X 10.3 including Berkeley DB 4.2.52p2. In order link it statically I configured with --enable-all-static and replaced -ldb with <path to berkeley install root>/lib/libdb-4.2.la in the generated Makefile and apr-util/Makefile. On my homepage you will find a package containing statically linked Subversion 1.0.0 binaries: http://homepage.mac.com/martinott/Subversion-1.0.0.pkg.zip Regards, Martin Ott. |
|
|