This is the mail archive of the gcc@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: Problems with dso_handle


>>>>> "Lee" == Lee Iverson <leei@ai.sri.com> writes:

    Lee> I'm compiling on Linux 2.2.16 with H.J.'s latest binutils
    Lee> (2.10.0.18) and am seeing something that has me a bit
    Lee> baffled.

    Lee> Most C++ programs now show up with the error:

    Lee> 	undefined symbol: __dso_handle

    Lee> at link time.

I suspect that's something odd in the binutils/crtstuff.c interaction.
The __dso_handle variable should be defined in crtsfuff.c.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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