This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
input line is too long
- From: "Erik Poupaert" <erik dot poupaert at chello dot be>
- To: <java at gcc dot gnu dot org>
- Date: Sat, 21 Dec 2002 23:57:07 +0100
- Subject: input line is too long
Hi everybody,
Sorry for bothering you with my previous message. I've found the solution by
myself.
I've just used the binutil tool "ar" to group the *.o files, namespace by
namespace, into *.a files. Then I linked the few remaining *.a files into
one *.exe.
ar is really nifty! I'm "unstuck" again.
Thanks
Erik Poupaert