From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3206 invoked by alias); 24 Jan 2006 02:12:10 -0000 Received: (qmail 3187 invoked by alias); 24 Jan 2006 02:12:08 -0000 Date: Tue, 24 Jan 2006 02:12:00 -0000 Message-ID: <20060124021208.3186.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgomp/25936] FAIL: libgomp.c/appendix-a/a.15.1.c (test for excess errors) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dave at hiauly1 dot hia dot nrc dot ca" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-01/txt/msg02524.txt.bz2 List-Id: ------- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca 2006-01-24 02:12 ------- Subject: Re: FAIL: libgomp.c/appendix-a/a.15.1.c (test for excess errors) > I bet -lrt has to be linked in as sem_* are part of the real time extensions of > POSIX. I believe that you would win that bet: -bash-2.05b$ nm librt.2|less Symbols from librt.2: [Index] Value Size Type Bind O Shndx Name ... [98] | 4611686018427395792| 100|FUNC |GLOB |0| .text|sem_close [119] | 4611686018427395280| 164|FUNC |GLOB |0| .text|sem_destroy [60] | 4611686018427396688| 160|FUNC |GLOB |0| .text|sem_getvalue [88] | 4611686018427395072| 208|FUNC |GLOB |0| .text|sem_init [96] | 4611686018427395464| 308|FUNC |GLOB |0| .text|sem_open [102] | 4611686018427396512| 172|FUNC |GLOB |0| .text|sem_post [72] | 4611686018427396208| 300|FUNC |GLOB |0| .text|sem_trywait [67] | 4611686018427395896| 132|FUNC |GLOB |0| .text|sem_unlink [109] | 4611686018427396032| 172|FUNC |GLOB |0| .text|sem_wait Dave -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25936