This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC-3.3.3 first prerelease


Gabriel Dos Reis <gdr@cs.tamu.edu> writes:

>   The first prerelease of GCC-3.3.3 tarballs are available at
> 
>     ftp://gcc.gnu.org/pub/gcc/prerelease-3.3.3-20040131/
> 
> Please download, test and report any problem with them (fill a proper
> bug report and put me in the Cc:)
> 
> (during the prerelease preparation, the script failed at several
> points so there is a high chance that something may be missing from the 
> tarballs).

I tested this on i386-unknown-netbsdelf1.6.1.  The bootstrap completes
fine.  I'll report any problems running the testsuite.

I wanted to mention one Makefile issue.  I know that the mainline now
requires GNU make.  However, is this also true of the 3.3.3 release?
I did the build with NetBSD make.  The bootstrap completes, but there
is an error building libjava:

/usr/home/ian/gnu/objdir/gcc/gcj -B/usr/home/ian/gnu/objdir/i386-unknown-netbsdelf1.6.1/libjava/ -B/usr/home/ian/gnu/objdir/gcc/ --encoding=UTF-8 -C -g -classpath '' -bootclasspath /usr/home/ian/gnu/objdir/i386-unknown-netbsdelf1.6.1/libjava:../../../gcc-3.3.3-20040131/libjava  -d /usr/home/ian/gnu/objdir/i386-unknown-netbsdelf1.6.1/libjava ../../../gcc-3.3.3-20040131/libjava/gnu/awt/xlib/XToolkit.java
make: don't know how to make %.h:. Stop

make: stopped in /usr/home/ian/gnu/objdir/i386-unknown-netbsdelf1.6.1/libjava
*** Error code 2

I think it's from the line in libjava/Makefile.am:

$(ordinary_nat_headers) $(x_nat_headers): %.h: %.class

though I'll note that that line has been there for quite a while.

I don't know that this is worth fixing.  I just wanted to mention it.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]