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

Re: [neon] Re: Neon libtool macosx weirdness. (as found in subversion)

From: Michael Brouwer <michael_at_tlaloc.net>
Date: 2005-06-28 19:41:19 CEST

When building subversion/svk for OSX I've always just done:

cd neon*
./configure <your opts here>
cp `which glibtool` libtool

Since neon seems to use an outdated version of libtool which doesn't
know how to build shared libs on OSX.

I'll try the GCC=yes env var suggestion to see how that pans out.

Michael

On Jun 27, 2005, at 12:44 PM, Joe Orton wrote:

> On Mon, Jun 27, 2005 at 12:45:41PM -0400, Charles Bailey wrote:
>
>> On 6/27/05, Janne Johansson <jj@it.su.se> wrote:
>>
>>> Neon seems really really unwilling to create shared libraries on
>>> MacOS X
>>> I've been seeing it on 10.3.6-9 but decided just now to nag about
>>> it. =)
>>>
> ...
>
>> Neon's configure script has some leftovers in it, for reasons I don't
>> understand, that requires the environment variable GXX to be set. If
>> you say
>>
>
> Yes, it's a left-over from trying to work around the issues in earlier
> libtool 1.5.x releases in handling systems without C++ compilers.
> It's
> fixed in the 0.25.0 tarball; the workaround you suggest below is fine.
>
>
>> GXX="yes" ./configure <your opts here>
>>
>> it'll happily build a shared libneon.
>>
>
> joe
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 28 19:42:57 2005

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

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