This is the mail archive of the java-prs@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]

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


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.


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