|
@@ -23,7 +23,13 @@ cd ../gcc-build &&
|
|
|
../gcc-&gcc-version;/configure --prefix=/usr --enable-shared \
|
|
|
--enable-languages=c,c++ --enable-threads=posix &&
|
|
|
make bootstrap &&
|
|
|
-make install</userinput></screen></para>
|
|
|
+make install &&
|
|
|
+cd /lib &&
|
|
|
+ln -sf ../usr/bin/cpp &&
|
|
|
+cd /usr/lib &&
|
|
|
+ln -sf ../bin/cpp &&
|
|
|
+cd /usr/bin &&
|
|
|
+ln -sf gcc cc</userinput></screen></para>
|
|
|
|
|
|
</sect2>
|
|
|
|