[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Getting gcc to work



I've installed gcc but can't find its executables. Seems like the last time I installed it on a fresh woody installation, it was all configured to run. Session output is below. Any ideas?
 
Thx,

Dave De Graff
 
root@host:# feta install gcc-3.2
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  cpp-3.2 gcc-3.2-base libgcc1
The following NEW packages will be installed:
  cpp-3.2 gcc-3.2
2 packages upgraded, 2 newly installed, 0 to remove and 77  not upgraded.
Need to get 2568kB of archives. After unpacking 5849kB will be used.
Do you want to continue? [Y/n]
Get:1 http://ftp-mirror.internap.com unstable/main gcc-3.2-base 1:3.2.2-0pre6 [123kB]
Get:2 http://ftp-mirror.internap.com unstable/main cpp-3.2 1:3.2.2-0pre6 [120kB]
Get:3 http://ftp-mirror.internap.com unstable/main libgcc1 1:3.2.2-0pre6 [52.8kB]
Get:4 http://ftp-mirror.internap.com unstable/main gcc-3.2 1:3.2.2-0pre6 [2273kB]
Fetched 2568kB in 25s (99.4kB/s)                                                                                         
(Reading database ... 8828 files and directories currently installed.)
Preparing to replace gcc-3.2-base 1:3.2.2-0pre5 (using .../gcc-3.2-base_1%3a3.2.2-0pre6_i386.deb) ...
Unpacking replacement gcc-3.2-base ...
Selecting previously deselected package cpp-3.2.
Unpacking cpp-3.2 (from .../cpp-3.2_1%3a3.2.2-0pre6_i386.deb) ...
Preparing to replace libgcc1 1:3.2.2-0pre5 (using .../libgcc1_1%3a3.2.2-0pre6_i386.deb) ...
Unpacking replacement libgcc1 ...
Selecting previously deselected package gcc-3.2.
Unpacking gcc-3.2 (from .../gcc-3.2_1%3a3.2.2-0pre6_i386.deb) ...
Setting up gcc-3.2-base (3.2.2-0pre6) ...
Setting up cpp-3.2 (3.2.2-0pre6) ...
Setting up libgcc1 (3.2.2-0pre6) ...
 
Setting up gcc-3.2 (3.2.2-0pre6) ...
root@host:# which cc
root@host:# which gcc
root@host:# find /* -name cc
root@host:# find /* -name gcc
/usr/share/doc/gcc-3.2-base/gcc
root@host:# gcc
bash: gcc: command not found
root@host:# cc
bash: cc: command not found
root@host:# which cpp
root@host:# find /* -name cpp
root@host:# echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
root@host:#

Reply to: