From owner-freebsd-bugs Thu Dec 31 16:20:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA07958 for freebsd-bugs-outgoing; Thu, 31 Dec 1998 16:20:11 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA07951 for ; Thu, 31 Dec 1998 16:20:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA07626; Thu, 31 Dec 1998 16:20:01 -0800 (PST) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA07778; Thu, 31 Dec 1998 16:17:04 -0800 (PST) (envelope-from nobody) Message-Id: <199901010017.QAA07778@hub.freebsd.org> Date: Thu, 31 Dec 1998 16:17:04 -0800 (PST) From: dennis.glatting@software-munitions.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: i386/9257: fpathconf() missing from libc_r Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9257 >Category: i386 >Synopsis: fpathconf() missing from libc_r >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: Thu Dec 31 16:20:01 PST 1998 >Last-Modified: >Originator: Dennis Glatting >Organization: Software Munitions >Release: 3.0 RELEASE >Environment: >Description: bfd> uname -a FreeBSD bfd 3.0-RELEASE FreeBSD 3.0-RELEASE #3: Sat Dec 26 23:09:13 PST 1998 root@bfd:/usr/src/sys/compile/BFD i386 >How-To-Repeat: Compile the enclosed file. The following is a compilation when it works (not against pthreads) and when it fails (against pthreads). bfd> cc j.c bfd> cc -pthread j.c /var/tmp/ccA224711.o: In function `main': /var/tmp/ccA224711.o(.text+0x8): undefined reference to `fpathconf' bfd> #include int main( void ) { fpathconf( 0, _PC_PATH_MAX ); return 0; } >Fix: Unknown. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message