Bug 2300

Summary: \'g++\' command not available after install
Product: Sisyphus Reporter: Vitaly A. Ostanin <vyt>
Component: gcc2.96-c++Assignee: Dmitry V. Levin <ldv>
Status: CLOSED WORKSFORME QA Contact:
Severity: minor    
Priority: P5    
Version: unstable   
Hardware: all   
OS: Linux   

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.