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

2005-03-02 Thread kcook at gcc dot gnu dot org

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


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

2005-03-02 Thread kcook at gcc dot gnu dot org

--- Additional Comments From kcook at gcc dot gnu dot org  2005-03-02 17:26 
---
Created an attachment (id=8313)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8313action=view)
The new huge command line after the rth patch


-- 
   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |kcook at gcc dot gnu dot org
   |dot org |
 Status|UNCONFIRMED |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17222


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

2005-03-02 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-02 
18:24 ---
This was filed under PR 20155.

The orginal problem was fixed but showed up again via soemthing.  Next time 
open a new bug instead 
of reopening this one.

-- 
   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17222