home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.cse.unsw.edu.au
/
2014.06.ftp.cse.unsw.edu.au.tar
/
ftp.cse.unsw.edu.au
/
pub
/
homecomputing
/
linux
/
gcc
/
README
< prev
Wrap
Text File
|
1998-04-28
|
690b
|
27 lines
Installation instructions:
Download gcc-2.7.2.1.tar.gz and save in a suitable directory.
gunzip -c gcc-2.7.2.1.tar.gz | tar xvf -
cd gcc-2.7.2.1
Read the INSTALL file for instructions. I used the commands below to install
gcc and the other languages:
./configure --prefix=/usr/local/gnu
make LANGUAGES=c
make stage1
make CC="stage1/xgcc -Bstage1/" CFLAGS="-g -O2" LANGUAGES=c
make stage2
make CC="stage2/xgcc -Bstage2/" CFLAGS="-g -O2" LANGUAGES=c
make compare
make install CC="stage2/xgcc -Bstage2/" CFLAGS="-g -O" LANGUAGES="LIST"
If these commands do not work, then refer to the INSTALL documentation for
hints.
source: ftp://ftp.cse.unsw.edu.au/pub/gnu/
date: 23 April, 1998