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

Re: Insists on BDB repository, but it is FSFS!

From: Charles Bailey <bailey_at_newman.upenn.edu>
Date: 2005-02-16 22:45:33 CET

--On February 16, 2005 1:24:55 PM -0800 Stephen Davis
<subversion@soundgeek.org> wrote:

> On Feb 16, 2005, at 9:59 AM, Mario Ruggier wrote:
>
>> I configure subversion with
>> $ ./configure --without-berkeley-db PYTHON=/usr/bin/python
>>
>> and it seems to build ok, but gives the following warning when
>> installing:
>> *** Warning: This system can not link to static lib archive
>> /Users/admin/Desktop/downloads/subversion-1.1.3/neon/src/libneon.la.
>> *** I have the capability to make that library automatically link in
>> when
>> *** you link to this library. But I can only do this if you have a
>> *** shared version of the library, which you do not appear to have.
>
> This message is a problem with the neon configure script for OS X /
> darwin. The configure script has a section for non-gnu ld linkers (which
> is the case on OS X) but has no entry for darwin so it disables shared
> library support even if you try to enable it. I do not know how to fix

It may just be a matter of updating svn's bundled copy -- the current neon
release (0.24.7; no kidding) configures and builds fine under Mac OS X. Its
configure script has the necessary code for darwin/rhapsody, you need to
set GXX=yes before running configure. (It looks like a vestigial part of
some backported code in aclocal.m4, but I haven't stared at it in detail.)

In the meantime, if you build neon separately before building svn, it'll be
happy with the existing shared libneon.

--
Regards,
Charles Bailey  < bailey _at_ newman _dot_ upenn _dot_ edu >
Newman Center at the University of Pennsylvania
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 16 22:55:17 2005

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.