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

Re: Building Subversion 1.2 on OS X 10.4 fails

From: Scott Palmer <scott.palmer_at_2connected.org>
Date: 2005-05-12 04:15:42 CEST

On May 11, 2005, at 9:25 PM, Stephen Davis wrote:

> On May 11, 2005, at 3:38 PM, Scott Palmer wrote:
>
>> On May 11, 2005, at 11:28 AM, Karan, Cem ((Civ, ARL/CISD)) wrote:
>>
>>> This will most likely get you what you need:
>>>
>>> ./autogen.sh
>>> ./configure --enable-maintainer-mode --disable-shared GXX=yes
>>> make
>>> make check
>>> make install
>>>
>>> In past incarnations, you had to have GXX=yes to make everything
>>> work. In this current release (1.2 RC 3), it looks like all you
>>> really need is to disable the shared library support. This is
>>> because currently, the auto* tools call libtool to generate the
>>> shared libraries; unfortunately, Apple decided to create their
>>> own tool called libtool, and rename the GNU libtool to glibtool.
>>> This breaks the various auto* tools, as you can see from the tail
>>> end of your transcript.

>
> It works fine shared if you do:
>
> GXX=yes ./configure --without-berkeley-db --with-zlib --enable-
> shared=yes --with-ssl
>
> You don't have to turn off bdb, I just have that turned off for my
> own needs.
>
> No need for maintainer mode or autogen.sh.

Ok, so what exactly is the key to making it work? One person says
"it looks like all you really need is to disable the shared library
support", but apparently that isn't required. How is "-with-zlib --
enable-shared=yes --with-ssl" different from the defaults? I assumed
that without "--disable-shared" that "--enable-shared=yes" is
implied. Same for "--with-zlib" and "--with-ssl" .. aren't they
normally enabled with a standard "./configure" ????

Any ideas why renaming glibtool so that it is used isn't enough?

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 12 04:17:25 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.