Re: gcc command line exceeds 8191 when building in XP

2010-07-21 Thread IceColdBeer
this is available in version 4.5.0 (tdm-1) of gcc. Correct me if I wrong, but this feature is not available in gcc version 3.4.5. -- View this message in context: http://old.nabble.com/gcc-command-line-exceeds-8191-when-building-in-XP-tp29205136p29226909.html Sent from the gcc - Dev mailing list

gcc command line exceeds 8191 when building in XP

2010-07-19 Thread IceColdBeer
. Can the GNU gcc read the build options from a file instead ?I have searched, but cannot find an option in the documentation. Thanks in advance, ICB -- View this message in context: http://old.nabble.com/gcc-command-line-exceeds-8191-when-building-in-XP-tp29205136p29205136.html Sent from

Re: gcc command line exceeds 8191 when building in XP

2010-07-19 Thread Tim Prince
On 7/19/2010 4:13 PM, IceColdBeer wrote: Hi, I'm building a project using GNU gcc, but the command line used to build each source file sometimes exceeds 8191 characters, which is the maximum supported command line length under Win XP.Even worst under Win 2000, where the maximum command line

Re: gcc command line exceeds 8191 when building in XP

2010-07-19 Thread Cedric Roux
Tim Prince wrote: On 7/19/2010 4:13 PM, IceColdBeer wrote: Hi, I'm building a project using GNU gcc, but the command line used to build each source file sometimes exceeds 8191 characters, which is the maximum supported command line length under Win XP.Even worst under Win 2000, where the