Hi Ludovic, * Ludovic Courtès wrote on Sun, Oct 17, 2010 at 12:16:30AM CEST: > BTW, TinyCC compiles all the configure tests and Gnulib files in Guile. > It eventually bails out because Libtool insists on invoking it with > ‘-rpath’, which it doesn’t support: > <http://hydra.nixos.org/job/gnu/guile-master/build_tinycc>.
That's probably because noone has ported Libtool to TinyCC yet. We'd be glad to accept a patch to do this; or help with writing one. The PORTING file is a start, running the test suite with $CC, $CXX etc set to the new compilers is a good way to flesh out issues. Thanks, Ralf