Received: from PACIFIC-CARRIER-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA10981; Sun, 17 Mar 96 20:56:29 EST
Received: from zec.kaist.ac.kr by MIT.EDU with SMTP
	id AA16054; Sun, 17 Mar 96 20:55:26 EST
Received: (from hseung@localhost) by zec.kaist.ac.kr (8.6.12H1/8.6.9) id KAA13863; Mon, 18 Mar 1996 10:55:41 +0900
Date: Mon, 18 Mar 1996 10:55:41 +0900
Message-Id: <199603180155.KAA13863@zec.kaist.ac.kr>
From: Hyunsuk Seung <hseung@zec.kaist.ac.kr>
To: pthreads-bugs@MIT.EDU
Subject: problems in Linux


Hi again,

I managed to compile and install the pthreads-1_60_beta5 package on
Linux by commenting out the definition for "struct timespec" in

But now I'm encountering the following problems when compiling a
hello.c file:

$ gcc hello.c -lpthread
bfd assertion fail /opt/release/pub/bin/binutils/bfd/elfcode.h:4716
bfd assertion fail /opt/release/pub/bin/binutils/bfd/elf32-i386.c:624
$ 

hello.c is just...

#include <stdio.h> 
main(){printf("hello\n");}

What is bfd assertion fail?  On my system, there isn't any /opt
directory.  Is there anybody out there who's using pthreads under
Linux on a regular basis?  Have you encountered such problems?

Hyunsuk Seung
hseung@selab.kaist.ac.kr
