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

Re: DB 3.3.11 configure fails to detect gcc

From: Russ Allbery <rra_at_stanford.edu>
Date: 2001-08-31 21:59:15 CEST

Daniel Stenberg <daniel@haxx.se> writes:

> The annoying part is that I can't just 'cd' into db and run './configure
> CC=gcc' first and then go back to subversion and build it from scratch,
> as subversion's configure script will later re-run db's configure script
> (without the CC set) and then it'll fail...

> *but* setting 'CC=gcc' in the top-level will cause neon's configure output a
> warning: "configure: warning: CC=gcc: invalid host type" (in several places)
> Isn't this a bug?

Use:

    env CC=gcc ./configure

to run the top-level configure. Being able to set environment variables
as options to configure is a very new feature and I think was introduced
in autoconf 2.50.

-- 
Russ Allbery (rra_at_stanford.edu)             <http://www.eyrie.org/~eagle/>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:37 2006

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.