Hello Everyone, I just tried to build newlib as standalone libc for linux. I used the following configure: ../newlib-cygwin/newlib/configure --prefix=/opt/my-newlib --host=i386-linux-gnu -disable-shared But during compilation, it actually includes headers from the build host, and errors out. What am I doing wrong? Regards, Lukas Straub