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 format: [Raw text]

[Bug libgcj/17222] libjava fails to build due to command line length during link


------- 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


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