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: global constructor problems in 1.0.1


"Joseph H. Buehler" <jbuehler@hekimian.com> writes:

> Checking out the problems I reported with gperf, it looks like none of
> the compilers I built call global constructors.  The compilers I built
> are configured a bit oddly, they think that they are cross-compilers
> even though they are native, so I assume this must be something to do
> with that.

This actually turned out to be caused mainly by configuring using
--without-gnu-ld.  This option is broken, and causes parts of
configure to think GNU ld is not being used, and parts to think that
it is.

Joe Buehler


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