This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.1: Buildable on GHz machines only?
Ian Lance Taylor writes:
> Andrew Haley <aph@redhat.com> 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.