Date: Sun, 4 Jan 1998 18:10:20 -0400 (AST) From: The Hermit Hacker <scrappy@hub.org> To: freebsd-hackers@FreeBSD.ORG Subject: Re: Wine 980104 assembler error Message-ID: <Pine.NEB.3.96.980104180941.235f-100000@thelab.hub.org> In-Reply-To: <Pine.NEB.3.96.980104170809.235d-100000@thelab.hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96.980104180941.235f-100000>