Hi, Sorry for the reversed patch (and other mistakes).
Here is the tcc.c patch (not reversed) from http://landley.net/code/tinycc/tinycc-snapshot.tbz. Now, with this snapshot the compiler fail at: tests/libtcc_test.c:9:20: libtcc.h: No such file or directory I replaced line 9 with #include "../libtcc.h" (see libtcc_test patch). It's compile but libtcc_test.exe fails with an "Illegal Instruction Exception". (tcc.exe work for me and compile very well the /examples) Some body run libtcc_test.exe on win32? Then, 'make' and 'make install' throws errors with texi2html, ... but are ignored, as you tell and its installed succefuly :) (NOTE: if the patchs is bad again, please tell me.) Thanks saludos -f On 10/15/06, Rob Landley <[EMAIL PROTECTED]> wrote:
On Friday 13 October 2006 3:06 pm, federico luna wrote: > NOTE: > the Makefile.patch is for correct execution of 'make install' if you > don't have texi2html and pod2man tools installed. First, I assume your makefile patch is reversed. Secondly, in my mercurial tree for tcc (either do a "hg clone static-http://landley.net/code/tinycc" or grab the tinycc-snapshot.tbz from that directory via http) change @412 stuck - characters at the start of lines that are allowed to fail and shouldn't abort the install if so. That's a makefile thing. Commenting out the lines means they won't be installed even when you do have the tools to make them. Rob -- "Perfection is reached, not when there is no longer anything to add, but when there is no longer anything to take away." - Antoine de Saint-Exupery
tcc.c.patch
Description: Binary data
libtcc_test.c.patch
Description: Binary data
_______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
