I tried to see if i had GCC installed but:
crash@crash:/$ whereis gcc
gcc: /usr/lib/gcc
crash@crash:/$ cd /usr/lib/gcc
crash@crash:/usr/lib/gcc$ ls
i486-linux-gnu
crash@crash:/usr/lib/gcc$ cd i486-linux-gnu/
crash@crash:/usr/lib/gcc/i486-linux-gnu$ ls
4.0.2
crash@crash:/usr/lib/gcc/i486-linux-gnu$ cd 4.0.2/
crash@crash:/usr/lib/gcc/i486-linux-gnu/4.0.2$ ls
cc1
crash@crash:/usr/lib/gcc/i486-linux-gnu/4.0.2$ ./cc1
after I try to execute the file nothing happens, what should I do
I tried to install Emacs but:
crash@crash:~$ sudo apt-get install emacs21
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
codeine: Depends: kdelibs4c2a (>= 4:3.5.1) but it is not installable
Depends: libgcc1 (>= 1:4.0.2) but 1:4.0.1-4ubuntu9 is to be installed
Depends: libqt3-mt (>= 3:3.3.5) but 3:3.3.4-8ubuntu5 is to be installed
Depends: libstdc++6 (>= 4.0.2-4) but 4.0.1-4ubuntu9 is to be installed
Depends: libxine-main1 (>= 1.1.1) but it is not installable
emacs21: Depends: emacs21-bin-common (= 21.4a-1ubuntu1) but it is not going to be installed
Depends: libungif4g (>= 4.1.3) but it is not going to be installed
Depends: xaw3dg (>= 1.5+E-1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
and
Can anyone recommend a light C++ IDE ? And give step by step instructions o how to do it?
Thanks In Advance
Crash
crash@crash:/$ whereis gcc
gcc: /usr/lib/gcc
crash@crash:/$ cd /usr/lib/gcc
crash@crash:/usr/lib/gcc$ ls
i486-linux-gnu
crash@crash:/usr/lib/gcc$ cd i486-linux-gnu/
crash@crash:/usr/lib/gcc/i486-linux-gnu$ ls
4.0.2
crash@crash:/usr/lib/gcc/i486-linux-gnu$ cd 4.0.2/
crash@crash:/usr/lib/gcc/i486-linux-gnu/4.0.2$ ls
cc1
crash@crash:/usr/lib/gcc/i486-linux-gnu/4.0.2$ ./cc1
after I try to execute the file nothing happens, what should I do
I tried to install Emacs but:
crash@crash:~$ sudo apt-get install emacs21
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
codeine: Depends: kdelibs4c2a (>= 4:3.5.1) but it is not installable
Depends: libgcc1 (>= 1:4.0.2) but 1:4.0.1-4ubuntu9 is to be installed
Depends: libqt3-mt (>= 3:3.3.5) but 3:3.3.4-8ubuntu5 is to be installed
Depends: libstdc++6 (>= 4.0.2-4) but 4.0.1-4ubuntu9 is to be installed
Depends: libxine-main1 (>= 1.1.1) but it is not installable
emacs21: Depends: emacs21-bin-common (= 21.4a-1ubuntu1) but it is not going to be installed
Depends: libungif4g (>= 4.1.3) but it is not going to be installed
Depends: xaw3dg (>= 1.5+E-1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
and
Can anyone recommend a light C++ IDE ? And give step by step instructions o how to do it?
Thanks In Advance
Crash
Comment