Re: Gcc/ld and long command lines (> 32k)

2004-04-09 Thread Johan Holmberg
e with collect2/ld via the cygwin-specific way of passing arc/argv. Thanks a lot for all the helpful answers. /Johan Holmberg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Gcc/ld and long command lines (> 32k)

2004-04-08 Thread Johan Holmberg
ctionality" of libraries, any such partitioning seems artificial. I always want a *full linking* where all object files are needed. I guess I'll resort to that, but only if no other way (like "mount -X") works for me. /Johan Holmberg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Gcc/ld and long command lines (> 32k)

2004-04-08 Thread Johan Holmberg
"@files.txt" would be picked up by "ld.exe", but I got the error message: ld: @files.txt: No such file: No such file or directory Is ld.exe not interpreting the special "@" like other Cygwin programs ? Am I missing some obvious way of doing what I wa