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]
Other format: [Raw text]

[Bug target/27880] [4.2 regression] undefined reference to `_Unwind_GetIPInfo'



------- Comment #5 from sje at cup dot hp dot com  2006-06-08 22:25 -------
I think using configure to detect whether or not _Unwind_GetIPInfo exists may
be difficult.  The libstdc++ configure script seems to go out of its way to not
link programs or to use and/or look at libgcc in anyway.

Anyone have an idea on how to implement this?  I am thinking the checking/flag
setting on whether or not _Unwind_GetIPInfo exists might have to be done in the
gcc directory.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27880


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