![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unix Arithmatic operation issue , datatype issue | thambi | Shell Programming and Scripting | 23 | 02-19-2008 03:19 AM |
| GCC compiler issue on redhat4.5 | nano2 | Linux | 0 | 01-16-2008 02:00 AM |
| CC 5.5 compiler flag to issue 64bit porting warnings on sparc-solaris | shobhah | SUN Solaris | 0 | 03-01-2007 10:47 PM |
| gcc compiler | munnu | High Level Programming | 5 | 12-18-2006 01:47 AM |
| cc compiler issue | fishman2001 | High Level Programming | 2 | 04-28-2002 11:46 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
g++ compiler issue
Hi
i need to install g++ compiler in RHEL 5.1 and i downloaded the compiler from the below mentioned site g++ - Free Software Directory - Free Software Foundation its in format gcc-g++-4.0.2.tar.bz2 and i have unziped it...... can any one tell me the procedure to install it ..it dont find any binaries /rpm in it or installer BR vasanth |
| Forum Sponsor | ||
|
|
|
||||
|
Quote:
If it has no rpm in it then you just have to untar to the install directory of your choice and thats it Code:
bzip2 -dc gcc-g++-4.0.2.tar.bz2 | (cd /usr/local ; tar xvf -) |
||||
| Google UNIX.COM |