Re: Can't build gcc trunk (revision 112779) on sparc-linux: configure: error: jar program not found

2006-04-10 Thread David Daney

Christian Joensson wrote:

On 4/10/06, Christian Joensson [EMAIL PROTECTED] wrote:



checking for jar... no
checking for fastjar... no
configure: error: jar program not found
make[1]: *** [configure-target-libjava] Error 1
make[1]: Leaving directory `/usr/local/src/trunk/objdir32'
make: *** [bootstrap] Error 2

Any ideas on what this might be due to? It doesn't happen on current
4.1 branch...



Dear God, pls remind me to think...

fastjar is part of the libgcj sw package...



fastjar was removed from gcc.  You now need either a working jar program 
or to disable java when building.


David Daney.


Re: Can't build gcc trunk (revision 112779) on sparc-linux: configure: error: jar program not found

2006-04-10 Thread Christian Joensson
On 4/10/06, David Daney [EMAIL PROTECTED] wrote:

 fastjar was removed from gcc.  You now need either a working jar program
 or to disable java when building.

uhm, well...

$ rpmquery -f /usr/bin/fastjar
libgcj-4.1.0-0.23

so I suppose at least for me, fatsjar is still in gcc-4.1.0...

--
Cheers,

/ChJ


Re: Can't build gcc trunk (revision 112779) on sparc-linux: configure: error: jar program not found

2006-04-10 Thread Christian Joensson
On 4/10/06, David Daney [EMAIL PROTECTED] wrote:

 Correct.  It was removed on the trunk after gcc-4.1 branched.  Since it
 appears to in /usr/bin, make sure that is in the path when
 configuring/building the trunk.

right, I'm bubblestrapping right now after having installed the libgcj package..

--
Cheers,

/ChJ


Re: Can't build gcc trunk (revision 112779) on sparc-linux: configure: error: jar program not found

2006-04-09 Thread Christian Joensson
On 4/10/06, Christian Joensson [EMAIL PROTECTED] wrote:

 checking for jar... no
 checking for fastjar... no
 configure: error: jar program not found
 make[1]: *** [configure-target-libjava] Error 1
 make[1]: Leaving directory `/usr/local/src/trunk/objdir32'
 make: *** [bootstrap] Error 2

 Any ideas on what this might be due to? It doesn't happen on current
 4.1 branch...

Dear God, pls remind me to think...

fastjar is part of the libgcj sw package...

--
Cheers,

/ChJ