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 go/64900] gotools don't link on Solaris 11/x86


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64900

--- Comment #1 from Ian Lance Taylor <ian at airs dot com> ---
Normally libgo.so will get the symbol _Unwind_GetLanguageSpecificData from
libgcc_s.so.  The first step here is to find out why that didn't happen.  Was
libgo.so not linked against libgcc_s.so?  Does libgcc_s.so not define
_Unwind_GetLanguageSpecificData?


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