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: How to invoke egcs on RH 5.1?


# From: "Pavel Tzekov" <paveltz@csoft.bg>
# Date: Sat, 13 Jun 1998 11:45:43 +0300
# 
# > I just installed Red Hat 5.1 which came with both GCC (as
# >`gcc' but without either Objective C or C++ support) and EGCS (as
# >`egcs').  The question is, how do I `make' something while telling the
# >machine to use the EGCS compiler?
# 
# export CC=/path/to/egcs-gcc-binary/gcc

Hi,

	I did this

bash# export CC=/usr/bin/egcs; make -j install

unfortunately, the compile was still done in gcc, not egcs ... :-(



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