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

Re: bug? apr's configure script gets confused by $CC

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2002-07-06 09:13:26 CEST

On Sat, Jul 06, 2002 at 10:39:34AM +1000, Martin Pool wrote:
> I have this morning's Subversion trunk checkout (2413), with apr and
> apr-util head checkouts in subdirectories as suggested in INSTALL. I
> ran autogen using Debian sid's autoconf, etc.
>
> There seems to be a bug to do with passing the $CC environment
> variable from Subversion's configure script to APR's:
...
> > checking host system type... Invalid configuration `CC=gcc': machine `CC=gcc' not recognized

Are all your configure scripts generated by the same version of
autoconf? This kind of thing happens when you have a configure script
generated by autoconf 2.5x invoking one generated by 2.13.

(since 2.5x likes to pass down precious variables like CC on the
command-line when doing a sub-configure, but 2.13 doesn't understand
this)

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 6 10:32: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.