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/69988] libgo.so: undefined reference to `__unorddf2'


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

--- Comment #9 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
(In reply to joseph@codesourcery.com from comment #7)
> libgo.so should have been linked with -lc (probably an implicit -lc from 
> some spec used when linking shared libraries).

Should be adding "-lc" to libgo/configure.ac: LIBS be enough? I'm a bit unsure
where to fix the linker here. I did some quick tests and just adding "-lc" to
the command line above for gotools does not help.

Adrian

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