This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC / FreeBSD 4.5-STABLE


On 17 Apr 2002, xfesty wrote:
> "gcc30" is in ports, which installs fine (with latest cvsup from
> yesterday), however, when I try to run configure after I've exported the
> correct enviroment variables so gcc 3.0's used...

How did you do that, exactly?

> checking whether we are using the GNU C++ compiler... yes
> checking whether g++30 accepts -g... yes
> yes
> checking for gcc... gcc30
> checking whether we are using the GNU C compiler... yes
> checking whether gcc30 accepts -g... yes
> checking whether we are using the GNU C++ compiler... (cached) yes
> checking whether g++30 accepts -g... (cached) yes
> checking how to run the C preprocessor... g++30
> configure: error: C preprocessor "g++30" fails sanity check

g++ is the C++ compiler, not the C preprocessor which I'd assume to
be called cpp30 in your case.

Also, I strongly recommend using the gcc31 port (which is a more or
less current version of the GCC 3.1 release branch) instead of the
gcc30 port.

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]