libgcj/1736
Billinghurst, David (CRTS)
David.Billinghurst@riotinto.com
Fri Mar 23 05:16:00 GMT 2001
The following reply was made to PR libgcj/1736; it has been noted by GNATS.
From: "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
To: "'bryce@gcc.gnu.org'" <bryce@gcc.gnu.org>, gcc-gnats@gcc.gnu.org,
nobody@gcc.gnu.org
Cc:
Subject: RE: libgcj/1736
Date: Fri, 23 Mar 2001 12:44:22 -0000
Not there yet. The problem is still in the rule for libgcj.la, but now the
command line for echo is too long. (libtool thinks that the maximum command
line length is 9217.)
I have progressively decomposed the rule to get
libgcj.la: $(libgcj_la_OBJECTS) $(libgcj_la_DEPENDENCIES)
echo $(libgcj_la_OBJECTS) > libgcj.objectlist
echo $(special_java_source_files:.java=.lo) >>
libgcj.objectlist
echo $(ordinary_java_source_files:.java=.lo) >>
libgcj.objectlist
echo $(built_java_source_files:.java=.lo) >> libgcj.objectlist
echo $(c_files) >> libgcj.objectlist
echo $(GCOBJS) >> libgcj.objectlist
echo $(LIBLTDL) >> libgcj.objectlist
$(libgcj_la_LINK) -objectlist libgcj.objectlist -rpath
$(toolexeclibdir) $(libgcj_la_LDFLAGS) $(LIBS)
However $(ordinary_java_source_files:.java=.lo) is still to long.
More information about the Gcc-prs
mailing list