This is the mail archive of the gcc-bugs@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/4804: jar not found



>Number:         4804
>Category:       other
>Synopsis:       jar not found
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Nov 06 07:36:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     georg.wild@gmx.de
>Release:        latest cvs
>Organization:
>Environment:
i686-pc-linux-gnu
>Description:
Compiling gcc results:
...
find java gnu javax org -type d -o -type f -name '*.class' | \
  sed -e '/\/\./d' -e '/\/xlib/d' | \
  ../../fastjar/jar cfM0E@ libgcj.jar
/bin/sh: ../../fastjar/jar: No such file or directory
make[1]: *** [libgcj.jar] Error 127
...
>How-To-Repeat:
just compile
>Fix:
/gcc/fastjar> ln -s jarno jar
>Release-Note:
>Audit-Trail:
>Unformatted:


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