Date: Wed, 13 Sep 2000 21:08:05 +0400 From: "Sergey Mokryshev" <mokr@mokr.ru> To: <freebsd-stable@freebsd.org> Subject: libc_r broken (RELENG_3)? Message-ID: <023f01c01da5$3210e030$c31c10d4@intranet.neptune.ru>
next in thread | raw e-mail | index | archive | help
Hi!
It seems that libc_r.so was broken after September, 6 (RELENG_3).
When I try to compile db3 from ports:
/usr/ports/databases/db3$ make
[Skipped]
configure:1175: checking whether the C compiler (cc -O2 -pipe ) works
configure:1191: cc -o conftest -O2 -pipe -D_THREAD_SAFE -pthread
conftest.c 1
>&5
/usr/lib/libc_r.so: undefined reference to `_fcntl'
configure: failed program was:
#line 1186 "configure"
#include "confdefs.h"
main(){return(0);}
(end of "config.log")
*** Error code 1
[Skipped]
$ls -l /usr/lib/libc_r.so.4
-r--r--r-- 1 root wheel 603290 Sep 12 23:28 /usr/lib/libc_r.so.4
$ nm -u /usr/lib/libc_r.so.4
__progname
_fcntl
environ
$
On the other machine:
ls -l /usr/lib/libc_r.so.4
-r--r--r-- 1 root wheel 611799 Sep 6 02:33 /usr/lib/libc_r.so.4
$ nm -u /usr/lib/libc_r.so.4
__progname
environ
Sincerely yours,
Sergey Mokryshev.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?023f01c01da5$3210e030$c31c10d4>
