This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Building collect2 for C?
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: "E. Weddington" <eric at ecentral dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 16 Mar 2004 09:07:02 -0500
- Subject: Re: Building collect2 for C?
- References: <40569DF1.1919.21AF79@localhost>
>>>>> E Weddington writes:
Eric> In my mind, this implies that collect2 is only necessary for compiling C++, and not necessary
Eric> for C. Is this correct?
GCC C code can include constructors, destructors, and exception
handling frames.
David