bug-gmp
[Top][All Lists]
Advanced

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

Re: missing .def/.endef


From: Kevin Ryde
Subject: Re: missing .def/.endef
Date: 15 Jan 2001 06:58:02 +1000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5

Jose Navarro <address@hidden> writes:
>
> I am trying to compile gmp-3.1.1 under cygwin using
>     target=host=build=  pentium3-pc-cygwin,
> and cannot get past the following error message:
> 
> tmp-udiv.s:40: Warning: .type pseudo-op used outside of .def/.endef ignored
> tmp-udiv.s:40: Error: Rest of line ignored. First ignored character is '_'.

Hmm.  This is COFF is it?  I wonder why .type succeeded in configure
but then fails in the real build.  Please post the contents of
tmp-udiv.s, config.m4 and config.log.

> after which make exits with status 1 for target udiv.lo
> Can someone help me continue with the installation?

Try changing config.m4 TYPE and SIZE defines to be empty,

        define(<TYPE>, <>)
        define(<SIZE>, <>)



reply via email to

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