Re: question for you guys about install old packages on linux...

@daniel, if you really want to do this (which I do not recommend, as GCC 3.x has some very bad bugs), do the following:
1. Download ftp://ftp.gnu.org/gnu/gcc/gcc-3.3/gcc-3.3.tar.gz or ftp://ftp.gnu.org/gnu/gcc/gcc-3.3/gcc-3.4.tar.gz
2. Extract it
tar xf gcc-3.3.tar.gz
or
tar xf gcc-3.4.tar.gz
3. Go into the directory:
cd gcc-3.3
or
cd gcc-3.4
4. Type the following command exactly as is:
./configure --enable-languages=c,c++ --quiet
or, for all languages supported, just type
./configure --quiet
The reason I put --quiet here is to make sure you don't here a million checking... messages. It can get quite annoying. If any components are missing, make sure to download them either via apt-get or on ftp://ftp.gnu.org/gnu
5. Once it's finished, ty pe
make -s
If that succeeds, type
sudo make install -s
Note: To use your old GCC, type /bin/gcc. To use the new one, type /usr/local/bin/gcc, or simply gcc at the prompt. If any of the commands above fail, then you've got a problem, especially if make -s fails.

_______________________________________________
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : daniel via Audiogames-reflector
    • ... AudioGames . net Forum — Off-topic room : Sebby via Audiogames-reflector
    • ... AudioGames . net Forum — Off-topic room : Ethin via Audiogames-reflector
    • ... AudioGames . net Forum — Off-topic room : Ethin via Audiogames-reflector

Reply via email to