From owner-freebsd-hackers Sun Jan 4 14:20:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA01526 for hackers-outgoing; Sun, 4 Jan 1998 14:20:18 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from thelab.hub.org (slip-33.acadiau.ca [131.162.2.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA01365 for ; Sun, 4 Jan 1998 14:18:23 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.8.8/8.8.2) with SMTP id SAA13332 for ; Sun, 4 Jan 1998 18:16:56 -0400 (AST) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Sun, 4 Jan 1998 18:16:56 -0400 (AST) From: The Hermit Hacker To: freebsd-hackers@FreeBSD.ORG Subject: Re: Wine 980104 assembler error In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk On Sun, 4 Jan 1998, The Hermit Hacker wrote: > > Hi... > > When compiling Wine 980104, I get the following error: > > gcc -c -o commdlg.o commdlg.s > commdlg.s: Assembler messages: > commdlg.s:156: Error: Unknown pseudo-op: `.string' > *** Error code 1 > > > Which I'm is: > > DLLName: .string "COMMDLG\0" > .align 4 > .globl _COMMDLG_Descriptor > > Now, I don't know assembler, which is what this is (right?) ... > what should this be under FreeBSD? Is there an equivalent? I think I found the answer, but could someone confirm? From looking at the 'as' info pages, I *think* what I want to use is '.ascii'...is this correct? Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org