This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: -fhonor-std


> 	When ever I use -fhonor-std, I get a linker error saying "undefined
> reference to std::terminate". I did an objdump on the libs in
> /usr/local/lib/lib-gcc/i686.../2.95.2 and it looks like __terminate is in
> libgcc.a, so I included that library, but I still have the same linker
> error.

You'll have to recompile libgcc.a.

> 	And while I'm at it, are there any plans for an incremental linker?

We, as the GCC contributors, have no such plans: GCC is a compiler
only, it does not include a linker. It should be easy to use gcc with
an incremental linker, e.g. ild on Solaris.

Martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]