This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 nptl/11682] undefined reference to `__condvar_cleanup' from 2.3.5 to 2.12


------- Additional Comments From others1 at pervalidus dot net  2010-06-09 14:34 -------
Sorry for that, but I meant 2.3.6, not 2.3.5.

I tried without --enable-bind-now (2.3.6 was compiled with it), but it doesn't
fix it. I also removed --enable-stackguard-randomization.

I also tried 2.11.2, and it compiles nptl, but stops at nscd:

/home/fredlwm/src/glibc-2.11.2/objdir/nscd/nscd.o: In function `nscd_open_socket
':
nscd.c:(.text+0x277): undefined reference to `__stack_chk_guard'
/home/fredlwm/src/glibc-2.11.2/objdir/nscd/nscd.o: In function `parse_opt':
nscd.c:(.text+0x91f): undefined reference to `__stack_chk_guard'
/home/fredlwm/src/glibc-2.11.2/objdir/nscd/connections.o: In function `restart':
connections.c:(.text+0x2f9): undefined reference to `__stack_chk_guard'
connections.c:(.text+0x459): undefined reference to `__stack_chk_guard'
/home/fredlwm/src/glibc-2.11.2/objdir/nscd/connections.o: In function
`main_loop_epoll':
connections.c:(.text+0xa26): undefined reference to `__stack_chk_guard'
/home/fredlwm/src/glibc-2.11.2/objdir/nscd/connections.o:connections.c
(.text+0x11119): more undefined references to `__stack_chk_guard' follow
collect2: ld returned 1 exit status
make[2]: *** [/home/fredlwm/src/glibc-2.11.2/objdir/nscd/nscd] Error 1

The same happens with or without --enable-stackguard-randomization.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11682

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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