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

Re: "gcc: -install_name" error on OSX.2

From: Nathan Florea <n8_f_at_mac.com>
Date: 2002-10-12 02:26:08 CEST

I put apr and apr-util from cvs in-tree and used the same configure
options as you specified (--disable-shared and
--enable-maintainer-mode) and it worked! So it wasn't me, yay! I'll
play with it some more this weekend and reply again with whether or not
I can get a server compiled or not (I am right in assuming
--enable-maintainer-mode only compiles the client, right? I'm still
not clear on what that flag does).
As it doesn't appear to be specific to me, but rather a problem with
the build system as you guessed, do you want to open (or append, if it
exists) an issue or should I?

Thanks again for all your help.

Nathan

On Friday, October 11, 2002, at 12:31 PM, B. W. Fitzpatrick wrote:

>
> Nathan Florea <n8_f@mac.com> writes:
>> I was hoping it was something obvious. Here is additional
>> information.
>> I'm using 10.2.1, to be more precise.
>>
>> My system:
>> Darwin the-rev.local. 6.1 Darwin Kernel Version 6.1: Fri Sep 6
>> 23:24:34 PDT 2002; root:xnu/xnu-344.2.obj~2/RELEASE_PPC Power
>> Macintosh powerpc
>>
>> I'm trying to build in a different directory than the svn source. The
>> source is in /usr/local/src/svn and I am trying to build in
>> /usr/local/src/obj_svn.
>> The commands I've used:
>> cd /usr/local/src/svn
>> ./autogen
>> cd ../obj_svn
>> ../svn/configure --with-apr=/usr/local/apache2
>> --with-apr-util=/usr/local/apache2
>> --with-berkeley-db=/usr/local/BerkeleyDB.4.0 --with-ssl
>> make
>
> Hmm. I'm wondering if this is something broken in the build
> system... can you try building with apr and apr-util in-tree? I just
> did this on 3349, and it worked fine:
>
> cd subversion
> make clean
> svn up
> cd apr
> cvs up -d
> cd ..
> cd apr-util
> cvs up -d
> cd ..
> ./autogen.sh && ./configure --disable-shared --enable-maintainer-mode
> && make
>
> -Fitz

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 12 02:48:51 2002

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.