https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99476
Bug ID: 99476 Summary: 'PATH_MAX' was not declared in this scope Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: unlvsur at live dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxin at gcc dot gnu.org Target Milestone: --- Created attachment 50334 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50334&action=edit sanitizers do not find PATH_MAX and use linux headers I try to cross compile gcc from windows to freebsd. PATH_MAX does not exist.