Gcc

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
Post Reply
freakindahouse
Posts: 17
Joined: 2003-01-18 15:35
Location: Karlsruhe
 

Gcc

Post by freakindahouse »

Hi,

Wie kann ich auf meinem Root-Server (RedHat 8.0) den GNU C-Compiler installieren, wenn noch kein Compiler installiert ist? Ist dringend. :(

MFG Freak
dodolin
Posts: 3840
Joined: 2003-01-21 01:59
Location: Sinsheim/Karlsruhe
Contact:
 

Re: Gcc

Post by dodolin »

http://www.rpmfind.net/linux/rpm2html/s ... &arch=i386

Code: Select all

wget ftp://ftp.rpmfind.net/linux/redhat/8.0/en/os/i386/RedHat/RPMS/gcc-3.2-7.i386.rpm
rpm -Uvh gcc-3.2-7.i386.rpm
Und wenn dir dann Abhängigkeiten fehlen, hier sind sie gelistet:
http://www.rpmfind.net//linux/RPM/redha ... .i386.html
freakindahouse
Posts: 17
Joined: 2003-01-18 15:35
Location: Karlsruhe
 

Re: Gcc

Post by freakindahouse »

Danke, es ging zwar über einige Umwege, aber es hat geklappt, Danke für die Info.
Post Reply