Ian Lance Taylor writes: > Andrew Haley <[EMAIL PROTECTED]> writes: > > > If ld can't accept a list of files from a stream but is instead > > limited by command line length, then that *is* the fault of ld. > > GNU ld won't currently read a list of files from stdin, but it will > read a list of files from a file. > > For example, look at /usr/lib/libc.so on a typical GNU/Linux system.
Yes thanks, I've had that pointed out to me. Apparently the real issue here is that we have an older version of libtool in the gcc tree. Andrew.