Re: add cegcc support

2008-04-19 Thread Vincent Torri
Here is another patch. It changes cegcc to cegcc* and *-cegcc* to *-*-cegcc* Indeed, the cegcc compiler can have in the future another name with a suffix, according to cegcc developpers. A minor nit: --- libltdl/config/ltmain.m4sh 11 Apr 2008 17:21:55 - 1.106 +++

Re: add cegcc support

2008-04-18 Thread Vincent Torri
Two of them are expected failures. For the third, try the patch below. If it works, then no reason to post the testsuite.log again. I will then apply your patch after we have sorted out the git mess. Indeed, no more failure. I still have 2 problems with another lib 1) One is just a

Re: add cegcc support

2008-04-17 Thread Vincent Torri
The README file explains it: run make check VERBOSE=yes TESTS=tests/demo-shared.test tests/demo-make.test tests/demo-exec.test Also, please run the other half of the tests (the new testsuite) using make check-local and post tests/testsuite.log, please. You can run both with make -k check.

Re: add cegcc support

2008-04-17 Thread Ralf Wildenhues
* Vincent Torri wrote on Thu, Apr 17, 2008 at 06:31:34PM CEST: The README file explains it: run make check VERBOSE=yes TESTS=tests/demo-shared.test tests/demo-make.test tests/demo-exec.test Also, please run the other half of the tests (the new testsuite) using make check-local and post

Re: add cegcc support

2008-04-17 Thread Ralf Wildenhues
Hello Vincent, * Vincent Torri wrote on Fri, Apr 18, 2008 at 06:51:45AM CEST: What about tests/testsuite.log? Thank you very much for providing this. # -*- compilation -*- 37. am-subdir.at:33: testing ... [...] checking build system type...

Re: add cegcc support

2008-04-17 Thread Ralf Wildenhues
* Vincent Torri wrote on Fri, Apr 18, 2008 at 07:25:01AM CEST: All failing tests fail due to config.sub files which are not up to date. Can you please go ahead and the config.sub file that comes with your installed Automake package to contain your proposed changes? It should be located at

Re: add cegcc support

2008-04-15 Thread Vincent Torri
On Mon, 14 Apr 2008, Ralf Wildenhues wrote: Against CVS HEAD is just fine, sorry for the confusion. The important thing is that we see how the testsuite fares in order to get an idea how well the port works, and can fix simple issues that were overlooked. I had to change config.sub for

Re: add cegcc support

2008-04-15 Thread Ralf Wildenhues
* Vincent Torri wrote on Tue, Apr 15, 2008 at 06:34:11PM CEST: On Mon, 14 Apr 2008, Ralf Wildenhues wrote: Against CVS HEAD is just fine, sorry for the confusion. The important thing is that we see how the testsuite fares in order to get an idea how well the port works, and can fix simple

Re: add cegcc support

2008-04-14 Thread Vincent Torri
Hey, Here is a patch to make libtool support the cegcc compiler. The patch is made wrt the latest cvs. Thank you for the patch. Please bootstrap Libtool 2.2.2 with this patch, build it for this system (cross-compile if you have to), and send the output of make -k check I can't, as there

Re: add cegcc support

2008-04-14 Thread Ralf Wildenhues
* Vincent Torri wrote on Mon, Apr 14, 2008 at 08:39:02AM CEST: Here is a patch to make libtool support the cegcc compiler. The patch is made wrt the latest cvs. Thank you for the patch. Please bootstrap Libtool 2.2.2 with this patch, build it for this system (cross-compile if you have to),

Re: add cegcc support

2008-04-13 Thread Ralf Wildenhues
-04-13 Vincent Torri doursse at users dot sf dot net Add cegcc support * libltdl/config/ltmain.m4sh: * libltdl/m4/libtool.m4: * libltdl/m4/ltoptions.m4: add 'cegcc' when needed --- libltdl/m4/libtool.m4 10 Apr 2008 21:18:02 - 1.148 +++ libltdl