I am having trouble compiling from an include path that is not /usr/include. I want to compile using /usr/local/musl/include. I have already tried ./configure --sysroot=/usr/local/musl/include and gcc fails to compile, citing that it could not find stdio.h in config.h When compiling the same file with gcc with the same sysroot option and parameter, the file compiles fine, and gcc shows with -print-sysroot that it does use stdio.h in /usr/local/musl/include. Could someone help me? Thanks.
_______________________________________________ Tinycc-devel mailing list Tinycc-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/tinycc-devel