[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 01:15:20 CEST

I'll try that. Couple of quick notes/questions:
I am using Apache 2.0.43, not the latest source from cvs.
Are the configure flags significant?
What does --enable-maintainer-mode do?

Thanks again,
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 01:51:16 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.