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]

Re: Howto compile java?


Martin Kahlert wrote:

> > I never do `make bootstrap'.  That didn't used to work.  Maybe it does
> > now, though.
> It works for C, f77 and C++. I did not try to compile java before the
> 2000-12-11 snapshot, so i can't tell, if it worked before the integration.

"make bootstap" should work fine for java now. I havn't actually tried
it though.

> Seems that it was not built.
> The top level configure.in file says around line 745:
>  *-*-linux*)
>      echo 'Kacke!'
>      noconfigdirs="${libgcj}"
>
> This belongs to
> case "${target}" in ...
>
> Seems, that libgcj isn't built on many targets ;-)
>
> Is there any magic, that avoids this lines?

We put that there because of GCJ's "--disable-new-gxx-abi"
requirement. When the Java stuff is updated to support the new ABI, it
will be removed from platforms that we know it builds on - currently
"*-*-linux*" ;-)

You should just remove that line if you want to build the libgcj
stuff, and you have configured with "--disable-new-gxx-abi".

regards

  [ bryce ]

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