[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: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2002-10-11 21:31:58 CEST

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 Fri Oct 11 21:32:36 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.