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

Re: Solaris report: Subversion-1.0.0

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-02-24 18:12:06 CET

"Wadsworth, Eric (Contractor)" <wadswore@fhu.disa.mil> writes:

> Doesn't autogen.sh require the autoconf tool,

Yes. However using either

    $ LDFLAGS=-lpthread ./configure ...
    $ make ...

or

    $ ./configure ...
    $ make EXTRA_LDFLAGS=-lpthread ...

will probably work without running auogen.sh.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 24 18:11:53 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.