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

Re: Re: Newbie's same old question about Cygwin (was: Re: Newbie's same old ques

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-07-25 23:33:12 CEST

Max Bowsher wrote:
> Try executing exactly the following:
>
> export PATH="/usr/autotool/devel/bin:$PATH"
> svn co http://svn.collab.net/repos/svn/trunk svn-trunk
> cd svn-trunk
> ./autogen.sh
> ./configure --disable-static --prefix=/newtestsvn
> make
> make install
>
> I'm running that right now (with my libtool modifications deactivated),
and
> I expect it to succeed. I'll post if it doesn't.

OK, I did get an error after all.

Either: do not specify --disable-static (though that will cause the build to
take longer).

Or: Edit Makefile, and remove the "test" and "bdb-test" targets from the
dependency list of "local-all".

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jul 25 23:33:44 2004

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.