This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


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

Re: gcj build problems (again)


On Nov 13, 2000, Bryce McKinlay <bryce@albatross.co.nz> wrote:

>> java/io/ObjectInputStream.java:1: Missing return statement.
>> /* ObjectInputStream.java -- Class used to read serialized objects
>> ^
>> 1 error

> FWIW, my builds are working fine, using yesterday's gcc tree (with V3
> default).

Mine still fail, with yesterday's snapshot :-(

>> There also appears to be some gcj or Makefile error, because
>> make doesn't stop despite the above compilation error.

> This is a "known" problem.

I didn't know about it.

I've been thinking of taking a similar approach to that of libgcc to
build libgcj.zip: creating at configure time an auxiliary Makefile
with all rules needed to build libgcj.zip and its class files, that
would be either appended to the automake&autoconf-generated Makefile
via AC_OUTPUT_COMMANDS, or called explicitly from Makefile's
libgcj.zip build rule.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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