Changes between Version 2 and Version 3 of Ticket #17724
- Timestamp:
- Apr 28, 2022, 3:26:55 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17724 – Description
v2 v3 9 9 ./configure --cross-tools-source ../buildtools --build-cross-tools x86 10 10 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.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. I think that this is quite "hacky" and cumbersome. 12 12 13 13 So, again, a package that works "out-of-the-box" would be much appreciated! 14 14 15 15 Thank you! 16 17 18 If there is a better way that I didn't realize, please excuse : )