GCC build failed for native with your patch on 2003-12-18T06:47:59Z.

Geoffrey Keating geoffk@apple.com
Thu Dec 18 12:56:00 GMT 2003


On 18/12/2003, at 1:12 AM, GCC regression checker wrote:

> With your recent patch, GCC does not compile on:
>  native
> Attached is build output for those targets.

The problem is the recent libtool import, which doesn't appear to have 
a ChangeLog entry:

revision 1.5
date: 2003/12/16 21:48:24;  author: mkoch;  state: Exp;  lines: +4036 
-1534
2003-12-16  Michael Koch  <konqueror@gmx.de>

         Fix for PR libgcj/13056.
         * libltdl/configure.in,
         libltdl/config.h.in: Removed.
         * libltdl/configure.ac,
         libltdl/config-h.in,
         libltdl/install-sh,
         libltdl/config.guess,
         libltdl/config.sub,
         libltdl/missing,
         libltdl/mkinstalldirs,
         libltdl/ltmain.sh: New files.
         * libltdl/Makefile.am,
         libltdl/acinclude.m4,
         libltdl/aclocal.m4,
         libltdl/ltdl.c,
         libltdl/ltdl.h,
         libltdl/README: Update to versions from libtool 1.5.
         libltdl/configure,
         * libltdl/Makefile.in: Regenerated.
         * java/lang/natRuntime.cc (find_symbol):
         Use type 'lt_ptr' instead of 'lt_ptr_t'.

It turns out that this version of ltdl.c does not work on FSF GCC on 
MacOS 10.2, because it tries to use a header file which is dependent on 
Apple's compiler (it uses __private_extern__, which is really not a 
very useful thing to do in a header file anyway).

I will work on fixing this using fixincludes.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2361 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-regression/attachments/20031218/8be1545c/attachment.p7s>


More information about the Gcc-regression mailing list