|
From: | David Mertens |
Subject: | Re: [Tinycc-devel] cleanups |
Date: | Sat, 15 Oct 2016 22:23:18 -0400 |
Hello,
On Sat, 15 Oct 2016, David Mertens wrote:
This commit:
0a624782dfc8fee6f0600066b135d3b20e4274f4 $ make test
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".
../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
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel
[Prev in Thread] | Current Thread | [Next in Thread] |