[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: Daniel Stenberg <daniel_at_haxx.se>
Date: 2001-09-01 10:29:07 CEST

On 31 Aug 2001, Russ Allbery wrote:

> 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.

Yes, you're right. But in my case it unfortunnately doesn't make any
difference. The neon configure fails no matter how I set the environment
variable. Even if I do (using tcsh):

1)
 setenv CC gcc
 ./configure

2)
 env CC=gcc ./configure

3)
 ./configure CC=gcc

I'll do some more digging when I find the time, and get back with more
details.

-- 
      Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
---------------------------------------------------------------------
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:39 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.