This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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] | |
1) libtool's max command line length test isn't good enough. In addition to checking maximum byte size of arguments, it also needs to check for maximum number of arguments (ie argc) and maximum length of an individual argument. This would be enough to make any system happy, I think.
The author of the blog continues with some ideas on correcting the issue: http://blogs.msdn.com/oldnewthing/archive/2003/12/11/56043.aspx
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |