lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev Overriding broken gcc (Was: [2.8.1] why no bold links?)


From: Serge Munhoven
Subject: Re: lynx-dev Overriding broken gcc (Was: [2.8.1] why no bold links?)
Date: Wed, 10 Mar 1999 13:57:37 +0100

On Wed, Mar 10, 1999 at 08:00:32PM +1100, Tim Benham wrote:
 >  
 >  I have another problem with the configure script now that I am trying
 >  to install 2.81 at my university (this time as a user without root
 >  privs). The configure script dies when it discovers that gcc is broken
 >  despite the fact there is a perfectly good ANSI cc in the PATH. It
 >  seems to me this could be improved. 
 >  
The problem is being broken, but nonetheless first in the PATH.
Try setting the CC environment variable to your working cc compiler before
running configure. E.g.:

setenv CC cc
./configure

(or:

set CC=cc; export CC
./configure

or whatever the syntax in your favorite shell).

 - Serge

reply via email to

[Prev in Thread] Current Thread [Next in Thread]