From owner-freebsd-questions Wed Nov 29 14:11:16 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA24994 for questions-outgoing; Wed, 29 Nov 1995 14:11:16 -0800 Received: from ki1.chemie.fu-berlin.de (ki1.Chemie.FU-Berlin.DE [160.45.24.21]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id OAA24986 for ; Wed, 29 Nov 1995 14:11:02 -0800 Received: by ki1.chemie.fu-berlin.de (Smail3.1.28.1) from odb.rhein-main.de (193.141.47.4) with smtp id ; Wed, 29 Nov 95 23:10 MET Received: from in.rhein-main.de by odb.rhein-main.de with cbsmtp (Smail3.1.28.1 #5) id m0tKuhi-0007VGC; Wed, 29 Nov 95 23:10 MET Received: from kauss by incom.rhein-main.de with uucp (Smail3.1.29.1 #2) id m0tKsRP-0006jeC; Wed, 29 Nov 95 20:45 MET Received: by kauss.rhein-main.de (4.1/SMI-4.1) id AA01956; Wed, 29 Nov 95 20:25:43 +0100 Date: Wed, 29 Nov 95 20:25:43 +0100 From: ska@kauss.rhein-main.de (Stephan Kauss) Message-Id: <9511291925.AA01956@kauss.rhein-main.de> To: questions@freeBSD.org Subject: pthreads Sender: owner-questions@freeBSD.org Precedence: bulk Hi All, I try to compile the pthreads stuff (1.6 beta 2) (I load the stuff from freebsd.org, it is from craig cstruble@vt.edu) Here I use FreeBSD 2.0.5 If I compile the stuff I get the message : as: /var/tmp/cc000183.s:227:invalid character '_' in opcode The file the compiler try to compile is syscall-tamplate.S it is generated by some special defines to make he stuff machine undependent. the call look like _machdep_sys_open. Dose anybody know what's going wrong ? Thanks Stephan