On Apr 7, 2005, at 7:44 AM, Jim Correia wrote:
> On Apr 6, 2005, at 11:06 PM, Ben Reser wrote:
>
>> On Wed, Apr 06, 2005 at 12:16:47PM -0400, Jim Correia wrote:
>>> Is there a solution for building static binaries on Mac OS X with the
>>> new libtool in use?
>>
>> Let's find out really if libtool is an issue here. Can you start
>> with a
>> freshly extracted copy of the tarball and run:
>> ./autogen.sh
>
> Just to be clear, you wanted me to (on a fresh copy) do
>
> ./autogen.sh
> ./configure --enable-all-static --without-berkeley-db
> make
>
> ?
>
> I did that and got the same build/link error as before.
>
>> See if you still have the problem. Then post the output of:
>> libtool --version
>
> ltmain.sh (GNU libtool) 1.5 (1.1220 2003/04/05 19:32:58)
Following up to my own message...
Building using --disable-shared as in
<http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=29160>
works fine for me (since I am using the fsfs backend and don't need to
worry about the dynamic BerkeleyDB issue he points out.) so this is an
acceptable workaround.
If --enable-all-static is not to work on Darwin, ideally an error would
be reported during configure (or something) to that effect rather than
just having the link mysteriously fail. I'm afraid I don't know enough
about autoconf and friends to submit a patch to make it so though.
Thanks,
Jim
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 8 16:32:43 2005