i installed the gcc-2.95.3 ob haiku but it doesn’t work…
i did this:
How to install gcc-2.95.3 under different versions of BeOS.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
BeOS R5 (with or without BONE):
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
The compiler, linker and tools:
- extract gcc-2.95.3_binutils-2.17.zip to /boot/develop/tools
- if the folder /boot/develop/tools/gnupro exists, rename it
- create the link:
/boot/develop/tools/gnupro
-> /boot/develop/tools/gcc-2.95.3_binutils-2.17
In order to switch between different compilers later, you just need to
adjust the link:
/boot/develop/tools/gnupro -> /boot/develop/tools/…
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
The new libstdc++ (optional but recommended):
- rename /boot/develop/headers/cpp
- execute this in Terminal (creates a link without dereferencing):
ln -snf /boot/develop/tools/gnupro/include/g++ /boot/develop/headers/cpp - rename /boot/beos/system/lib/libstdc++.r4.so (e.g. libstdc++.r4.so.R5)
- copy /boot/develop/tools/gcc-2.95.3_binutils-2.17/lib/libstdc++.r4.so
to /boot/beos/system/lib/libstdc++.r4.so
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
but i get in terminal following error message:
$gcc
specs file malformed after 84 characters
what does that mean?