bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gmp] Re: SCO OpenServer and SCO UnixWare fix to config.guess an


From: Kevin Ryde
Subject: Re: [Bug-gmp] Re: SCO OpenServer and SCO UnixWare fix to config.guess and make bug
Date: 30 Jul 2000 10:33:51 +1000
User-agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.5

Boyd Lynn Gerber <address@hidden> writes:
>
> I deleted the three lines and now I get this... (on both OpenServer and
> UnixWare)  Do you have any ideas on it.
> 
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_add_n -g -O
> -fomit-frame-po
> inter -mcpu=i386 -march=i386 tmp-add_n.s  -fPIC -DPIC -o .libs/add_n.lo
> tmp-add_n.s:105:syntax error at (
> tmp-add_n.s:134:syntax error at (
> tmp-add_n.s:149:syntax error at (
> tmp-add_n.s:178:syntax error at (
> tmp-add_n.s:191:syntax error at (

What do the offending lines contain?  Also, what does the generated
file asm-syntax.h contain?

It might help to change asm-syntax.h from ELF_SYNTAX to BSD_SYNTAX or
vice versa.  You can see the small syntax variations in
mpn/x86/syntax.h.  Alternately, targets k6 and athlon use the new
style .asm files, which might work better, if you have such a CPU.

The assembler code has all switched to .asm style in the soon to be
released gmp 3.1.  If the .S files cause trouble you might like to use
a generic C build (--target=none) for now, and look at the asm code
again later.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]