This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Why does egcs leave so many junks in /tmp?
- To: hjl at lucon dot org (H.J. Lu)
- Subject: Re: Why does egcs leave so many junks in /tmp?
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 28 Jun 1998 15:56:30 -0600
- cc: egcs-bugs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <m0yq3ll-000265C@ocean.lucon.org>you write:
> Hi,
>
> Something is wrong with egcs in CVS on June 27. It leaves so many
> junks in /tmp when I bootstrap it. BTW, I have -pipe in my CLFAGS.
It's a "bug" in collect2. It doesn't handle the new interface
presented by choose_temp_base.
I'll be fixing that shortly (tonight with any luck) as well as some
other problems in collect2.
jeff