![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A program to trace execution of another program | jiten_hegde | High Level Programming | 3 | 08-19-2008 02:26 AM |
| Problems installing a program through Terminal in Mac OS X | Sixmax | UNIX for Dummies Questions & Answers | 1 | 05-12-2008 08:52 AM |
| Problems installing a program in Terminal | Sixmax | Shell Programming and Scripting | 4 | 04-10-2008 09:05 AM |
| Installing Firefox and now ended up installing latest glibc | scriptingmani | Linux | 1 | 08-09-2007 01:28 PM |
| Installing a program | ImperialPanda | UNIX for Dummies Questions & Answers | 2 | 11-07-2005 07:18 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
I have downloaded the GCC program version 2.95 and I don't know how to install it! Of course it has a folder called install and there are some files. So please help me to install this program. I use Red hat Linux version 8.0 Thank you Creative
__________________
C/C++ Programmer |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
The INSTALL directory contains the installation manual in HTML format. Please read through all the docs there before proceeding.
Basically, installation of many program on Unix is as simple as ./configure make make install but gcc is a little bit more complicated. The installation docs (especially INSTALL/configure.html) document all these fine details. Please take some time to read it. |
|||
| Google The UNIX and Linux Forums |