Closed zappepappe closed 5 years ago
Not on FreeBSD nor OpenBSD, wouldn't have added them if they didn't need to be there. The BSD systems separate between the base system and user installed software. If the base toolchain is used, it won't look in localbase (/usr/local in FreeBSD and OpenBSD and /usr/pkg in NetBSD). So either you have to tell the compiler to look there, or you have to install another compiler.
Is there really a need to manually include files from /usr/local/include & /usr/local/lib? Aren't they automatically included by the host's toolchain?