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]

Re: Use egcs1.0.3 to build gcc2


> Date: Mon, 21 Sep 1998 16:17:16 -0700
> From: Ming Lei <mlei@corp.ultratech.com>
> To: internet:egcs@cygnus.com

Your To: address is wrong, please fix it.

> I have egcs-1.0.3 which is included in Linux Slackware3.5 on my PC,
> to build gcc-2.7.2. I got error message when I tried to build the
> compiler(first time, type in 'make LANGUAGE=c'). The error was
> happened during link stage, and it seemed to me that a program
> called "collect2" complained. I have two questions:

> 1. can I use egcs to install gcc2 package? how?

Put gcc from egcs in your path and try CC=gcc configure && make
CC=gcc, that's about it.

> 2.  how do I get rid of this "collect2"? can I set some envirnoment
> variable to disconnect "collect2" with g++?

We usually can't help you with random problems unless you can describe
the random problems.  I can't guess which one you saw here.


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