Bug 2300 - \'g++\' command not available after install
Summary: \'g++\' command not available after install
Status: CLOSED WORKSFORME
Alias: None
Product: Sisyphus
Classification: Development
Component: gcc2.96-c++ (show other bugs)
Version: unstable
Hardware: all Linux
: P5 minor
Assignee: Dmitry V. Levin
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-25 12:01 MSK by Vitaly A. Ostanin
Modified: 2005-10-16 16:43 MSD (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly A. Ostanin 2003-02-25 12:01:32 MSK
Похоже, во время установки gcc2.96-c++ не устанавливается update-alternatives на /usr/bin/g++.

Например, сборка ядра 2.4.20-alt5 на этом останавливается:
/home/vyt/RPM/BUILD/linux-2.4.20/scripts/pathdown.sh: line 4: TOPDIR: parameter null or not set
make: Entering directory `/home/vyt/RPM/BUILD/linux-2.4.20/DVB/driver\'
g++ -O2 -o fdump fdump.cc
make: g++: Command not found
make: *** [fdump] Error 127

---

---

Comment 1 Vitaly A. Ostanin 2003-02-25 12:11:33 MSK
Кстати, после выполнения
# select-gcc auto
/usr/bin/g++
появился и указывает на /etc/alternatives/g++, который указывает на /usr/bin/gcc_wrapper
Comment 2 Vitaly A. Ostanin 2003-02-25 12:11:33 MSK
Кстати, после выполнения
# select-gcc auto
/usr/bin/g++
появился и указывает на /etc/alternatives/g++, который указывает на /usr/bin/gcc_wrapper
Comment 3 Dmitry V. Levin 2003-06-20 15:03:45 MSD
Unable to reproduce this.
Comment 4 Dmitry V. Levin 2003-06-20 15:03:45 MSD
Unable to reproduce this.