[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
Re: lynx-dev [2.8.1] why no bold links?, dickey, 1999/03/10