On Friday 22 November 2002 09.03, David Holm wrote:
> Hi,
> I've tried to build world since yesterday, doing cvsup's inbetween hopi=
ng
> for a fix. But it always fails on bin/cat with a bunch of unresolvable
> pthread symbols at linking. I have cleared out my old /usr/obj.

> cat cat.o
> /usr/obj/usr/src/i386/usr/lib/libc.a(atexit.o): In function `atexit':
> atexit.o(.text+0xc7): undefined reference to `_pthread_mutex_unlock'
> atexit.o(.text+0xd8): undefined reference to `_pthread_mutex_lock'
> atexit.o(.text+0xe8): undefined reference to `_pthread_mutex_unlock'
> atexit.o(.text+0x109): undefined reference to `_pthread_mutex_lock'
> atexit.o(.text+0x11a): undefined reference to
[EMAIL PROTECTED] wrote, On 11/22/02 11:52:

> Ok,
> found it. I forgot to disable my CFLAGS for ports ;).


Well, we shouldn't use optimisation (-O3) during buildworlds as it's not recommended. On the oposite side, we should try to produce the optimisable source code.

The problem you hit is that the pthread stub functions as declared within src/lib/libc/gen/_pthread_stubs.c are optimized-out by "-O3" causing undefined symbol errors later during build. I don't know if it is gcc's optimiser bug or there is something wrong with _pthread_stubs.c code, but someone who knows should report and/or repair it.

Dan


--
Dan Lukes tel: +420 2 21914205, fax: +420 2 21914206
root of FIONet, KolejNET, webmaster of www.freebsd.cz
AKA: [EMAIL PROTECTED], [EMAIL PROTECTED],[EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to