Hi,
I did a full compile and got a lot of link errors with undefined references to the functions: chkr_set_right, chkr_check_addr.
I googled a bit and found out that they are defined by GNU Checker, a tool to check memery allocation errors:
http://gcc.gnu.org/ml/gcc-patches/1999-10n/msg00539.html
http://savannah.gnu.org/projects/checker
Has anyone got this available for BeOS? I haven’t tried disabling it with removing “-fcheck-memory-usage” as a flag, but I assume it is used for a certain purpose…
The Haiku build factory seems to have the same problems.
Thanks!