[Bug libgcj/17222] libjava fails to build due to command line length during link
kcook at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Mar 2 17:25:00 GMT 2005
------- Additional Comments From kcook at gcc dot gnu dot org 2005-03-02 17:25 -------
This bootstrap bug unfortunately became re-introduced with this Richard
Henderson patch which moved the command line linking the thousands of sources
directly from libgcj.la to a convenience library libgcj0_convenience_la. This
commandline happens to be 94,720 characters long which exceeds reasonable
expectations.
http://gcc.gnu.org/ml/java-patches/2005-q1/msg00402.html
This should be pretty straightforeward to fix by moving Tom Tromey's previous
clever hack to the new convenience library. I'll try that and report back the
results.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |tromey at gcc dot gnu dot
| |org
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17222
More information about the Gcc-bugs
mailing list