[Bug libgcj/46263] without zip in system, gcc with --enable-languages=....,java bootstraps, but no libgcj in result

2016-09-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46263

Andrew Pinski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #3 from Andrew Pinski  ---
Closing as won't fix as libgcj (and the java front-end) has been removed from
the trunk.

[Bug libgcj/46263] without zip in system, gcc with --enable-languages=....,java bootstraps, but no libgcj in result

2011-03-04 Thread dougmencken at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46263

--- Comment #1 from Douglas Mencken dougmencken at gmail dot com 2011-03-04 
20:05:27 UTC ---
With the following patch commands:
http://ftp.osuosl.org/pub/manulix/scripts/build-scripts/PATCHCMDS/patchcmds-gcc
GCC v 4.6.0 builds fine (snapshot 20110226).

For those of you, who hates to follow links, the related part:

# '-follow' may be not supported by 'find' producing an error: find:
unrecognized: -follow;
# the following is aimed to fix that issue
sed -i 's/-follow //g' ./libjava/classpath/lib/gen-classlist.sh.in
sed -i 's/-follow //g' ./libjava/contrib/rebuild-gcj-db.in
sed -i 's/-follow //g' ./libjava/classpath/tools/Makefile.in
sed -i 's/-follow //g' ./libjava/classpath/tools/Makefile.am

Really, '-follow' is not needed at all.


[Bug libgcj/46263] without zip in system, gcc with --enable-languages=....,java bootstraps, but no libgcj in result

2011-03-04 Thread dougmencken at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46263

--- Comment #2 from Douglas Mencken dougmencken at gmail dot com 2011-03-04 
20:15:08 UTC ---
Oops. Sorry. Wrong bug report. The correct one is
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47885 (i.e.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26694). Sorry again, but the
correct bug is un-searchable due to bugzilla.