Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Gcc installed but invisible
Name: NKunzis Date: April 12, 2008 at 03:40:08 Pacific OS: Ubuntu CPU/Ram: Intel/512
Comment:
hi i ve update my gcc compiler to a lower version, i had 4.1 and i changed to 3.4 however i tried to compile a simple c program and i got such error
ERROR: "gcc" either does not exist or does not work
i tried to reinstall 3.4 but it says that it s currently ur newest version in system
"gcc-3.4 is already the newest version."
This is my second day working on this.Please give me a clue....
I got the right to be wrong Coz my mistakes makes me strong
Name: StuartS Date: April 12, 2008 at 08:24:13 Pacific
Reply:
Why did you downgrade from version 4.1 to 3.4?
Normally when you downgrade almost any application you have to reinstall the newer version first. The installer gets confused as it is not something that is normally done. Installers don't like overwriting files that are newer than the ones it is trying to install.
I would completely un-install what you have and start again from scratch if you really do want version 3.4.
Stuart
0
Response Number 2
Name: Razor2.3 Date: April 13, 2008 at 09:52:21 Pacific
Reply:
I think the package installers have a force install option. Try that.
Summary: gcc is included by default on most Linux installations. But if you'd prefer to keep using Windows, the cygwin package (http://www.cygwin.com) contains a Windows version of gcc. Dave ...
Summary: Thanks for the advice. I am a bit hesitant in changing the code as indicated by the MKB Article Q201318, in part because it appears out of date. The ATLBASE.H files I have on my system that match the...
Summary: Hi, I was wondering if someone could help me out with a small problem I am having with gcc 3 running on Mac OS 10.2.6. I had written a small app (in c++) and compiled initially using gcc 2. Later I...