Hello, On Sat, 15 Oct 2016, David Mertens wrote:
This commit: 0a624782dfc8fee6f0600066b135d3b20e4274f4 causes "make test" to fail on my 64-bit Linux (ubuntu 16.04). Any idea of what's going on? Below is the output of "make" followed by "make test". $ make test ../tcc -B.. -I/include -I -I.. ../examples/ex1.c -o hello || (../tcc -vv;
See the -I/include here. It's missing the setting of SRCTOP. Which means you haven't rerun configure after this commit. Just do ./configure and be done.
Ciao, Michael. _______________________________________________ Tinycc-devel mailing list Tinycc-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/tinycc-devel