This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

Re: IA64 Java build problem


>>>>> "Steve" == Steve Ellcey <sje@cup.hp.com> writes:

Steve> In the libjava config.log I see:
Steve> configure:4329: checking for unzip
Steve> configure:4360: result: unzip
Steve> But I don't actually see an unzip anywhere on my Linux machine
Steve> so I am not sure how configure found one.

Apparently configure defaults to 'unzip' even if it doesn't find one:

    AC_PATH_PROG([UNZIP], [unzip], unzip)

How odd.

Steve> Do I need zip/unzip even if I have fastjar?

I don't believe so, but it is hard to be sure.  AFAICT unzip is only
used by the script implementation of jar in some cases.

If tools.zip looks ok then the next step, I think, would be to see
what jc1 is trying to read from tools.zip when it dies.

Tom


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