Date: Mon, 20 Nov 2000 23:31:34 -0800 (PST) From: yakisoba@f2.dion.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: bin/23002: libc_r.so.? should link libgcc_r_pic.a, not libgcc_pic.a. Message-ID: <20001121073134.D379B37B4CF@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23002
>Category: bin
>Synopsis: libc_r.so.? should link libgcc_r_pic.a, not libgcc_pic.a.
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Nov 20 23:40:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator: Naohiko Tsuji
>Release: FreeBSD 4.2-BETA
>Organization:
>Environment:
src/gnu/usr.bin/cc/cc_tools/freebsd-native.h rev 1.7 ( rev 1.5.2.1 in RELENG_4 branch) or later.
>Description:
>How-To-Repeat:
>Fix:
1. lib/libc_r/Makefile add below.
LDADD = -pthread
2. Makefile.inc1 modified for 'make buildworld'.
libraries:
.for _lib in ${_csu} gnu/lib/csu gnu/lib/libgcc gnu/lib/libgcc_r lib/libmd lib/libcrypt \
^^^^^^^^^^^^^
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001121073134.D379B37B4CF>
