[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: Karan, Cem \(Civ, ARL/CISD\) <CKaran_at_arl.army.mil>
Date: 2005-05-12 17:26:04 CEST

>> 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.
>
> Thank you!
>
> Just for kicks I tried moving Apple's libtool out of the way and
> renaming glibtool to libtool and continuing my build. It did go
> farther, but still ultimately failed with:
>
> libtool: unrecognized option `-dynamic'
> Try `libtool --help' for more information.
> make[2]: *** [libapr-1.la] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [external-all] Error 1
>
> So then I stopped trying to be smart and did what you said (without
> the maintainer mode) and it compiled fine. Btw, do I need shared
> libs to use the Java HL bindings ?

Truthfully, I don't know. I'm not one of the developers, I'm just an
end user. If you figure it out, post it to the list so that it gets
into the archives.

Good luck,
Cem Karan

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