![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum 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 |
| 11i install error | C3000 | HP-UX | 4 | 11-12-2007 05:28 AM |
| install vim error | murad.jaber | SUN Solaris | 2 | 11-06-2007 04:27 AM |
| Oracle 9i install: Error in invoking target install of makefile | chris2005 | HP-UX | 5 | 02-21-2007 06:45 AM |
| error reading sections error at install | doelman | SUN Solaris | 2 | 02-05-2007 09:21 AM |
| FreeBSD Install error | Fmarvez | UNIX Desktop for Dummies Questions & Answers | 2 | 04-14-2002 01:52 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I download a gcc3.0.tar.gz file ,then tar it.
Continue,I change current path to gcc3.0 and press ./configure The error appeared ,it is CC command not found . Please tell me What can I do to pass on.
__________________
Yahoo~ |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
If you don't already have a working C compiler, then you're going to be unable to compile gcc from source.
Go to rpmfind.net and download the package for your distribution (if one exists) - then install with rpm. This assumes an rpm based distro You might also find an earlier version of gcc on your distribution media that will allow you to install gcc 3.0 from source. The current stable release of gcc is 3.4.3, just for info. Check out the documentation here Cheers ZB |
||||
| Google The UNIX and Linux Forums |