Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Apr 1999 10:28:37 -0400 (EDT)
From:      Daniel Eischen <eischen@vigrid.com>
To:        crossd@cs.rpi.edu, dick@tar.com
Cc:        dan@trinsec.com, hackers@FreeBSD.ORG
Subject:   Re: -lpthread
Message-ID:  <199904201428.KAA06752@pcnet1.pcnet.com>

next in thread | raw e-mail | index | archive | help
> I know this is a kludge, but it appears that a simple symlink from libc_r.*
> to libpthread.* would accomplish this.  My only goal is to make us 
> "more standard".

Yeah, but you can't just link with -lc_r (or -lpthread) and expect
everything to work.  The reason -pthread switch was added as a
gcc option, was to inhibit linking against libc and to only link
against libc_r.  Adding a link for -lpthread seems like a bad
idea.

Dan Eischen
eischen@vigrid.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904201428.KAA06752>