RE: [Tuxnes-devel] Trying to build on OpenBSD 2.9
Brought to you by:
tmmm
|
From: Mike M. <mel...@pc...> - 2001-08-22 23:59:01
|
On Wed, 22 Aug 2001, HUYNH,SONTRI (HP-Richardson,ex1) wrote: > Nope, this won't work with the assembler.. I get: > gcc -DHAVE_CONFIG_H -I. -I. -I. -O -pipe -Wall -I/usr/X11R6/include -c > x86.S > mapper.h: Assembler messages: > mapper.h:35: Error: no such 386 instruction: `extern' > > Sorry, I am not all that familiar with gas/x86, is there another syntax for > declaring LASTBANK as defined elsewhere? I admit, I don't know much about the build system on BSD systems. Is it all the same as GNU systems? Anyway, try placing: .extern LASTBANK near the top of x86.S. > Btw, this is all with tuxnes-0.75. I'm not sure how different it is from > the cvs Nope, no different. > version. I am unable to get very far in building that either, especially > since I > don't seem to have aclocal (is this supposed to be part of autoconf?). Technically, aclocal is part of the automake package, which you probably also have. You may wish to upgrade to the latest versions of each. -- -Mike Melanson |