11 | | ...but this takes several hours to complete. And, even more important, it ends up with a compiler that is missing the required header files and libraries. Only way to get the compiler working for me was by copying the header files and libraries over from a 32-Bit Haiku system **and** manually setting the `--sysroot` when calling the compiler. |
| 11 | ...but this takes several hours to complete. And, even more important, it ends up with a compiler that is missing the required header files and libraries. Only way to get the compiler working for me was by copying the header files and libraries over from a 32-Bit Haiku system **and** manually setting the `--sysroot` when calling the compiler. This is quite "hacky" and cumbersome. |
| 12 | |
| 13 | So, again, a package that works "out-of-the-box" would be much appreciated! |