Hello,
I've been reading that Haiku OS is getting close to self-hosting. Unfortunately "close" includes that there is no full set of development tools in the image yet. With Oliver Tappe's GCC from BeBits and some fiddling I have managed to compile a Hello World app.
Is there any semi-official documentation on how to setup a GCC environment on Haiku?
To get my Hello World to compile I needed to rename/remove GCC's stdio.h so that Haiku's posix/stdio.h is used instead. However when trying to compile e.g. Perl I keep getting more and more header file errors...
Thanks for any hints.