This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: big TOC
- To: "Ulisses T. Mello" <ulisses at watson dot ibm dot com>
- Subject: Re: big TOC
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Fri, 07 Aug 1998 14:17:35 -0400
- Cc: egcs at cygnus dot com
>>>>> "Ulisses T Mello" writes:
Ulisses> I cannot compile the latest snapshots in an AIX 4.1.5 machine anymore
Ulisses> without using the bigtoc option, making the performance to go to the
Ulisses> tubes. Is this the expected behavior?
If you are using EGCS bootstrap, it should be supplying the
-bbigtoc option automatically for all link steps. As with g77, C++ now
has grown too large with too many symbol references to exist within a
single TOC.
David