bug-gmp
[Top][All Lists]
Advanced

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

Re: GMP on OSX errors


From: Kevin Ryde
Subject: Re: GMP on OSX errors
Date: 21 Dec 2000 07:18:25 +1000
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.5

glenbo <address@hidden> writes:
>
> well after running it with your suggestions below it changes the error
> slightly
>       tmp-add_n.s:64:Junk character -1 ().
> 
> hrm. Pine will not let me print the character that is problematic.
> interesting.  The offending character is an upside down caret, like
> SHIFT-6, but pointing down, and really small. I'm not even sure how to
> type it. It's possible that that was the error all along and that it never
> let me paste it into an email...
>
> ...
>       addze   r3,r3           
>       blr
> 
>       ^
> 
> I replaced the offending character with a caret.

Very mysterious.  Cc'ed to a reporter of success with Darwin+GMP, for
any insights.

This is at the end of file I guess.  The add_n.asm doesn't contain a
bad character to start with does it?  The distributed tarball is
clean, naturally, but perhaps something got introduced.

If not, then does it happen if you go to the mpn directory can put the
following through m4

        include(`../config.m4')

or

        include(`../config.m4')
        EPILOGUE(foo)

or, with a tab before the dnl

        include(`../config.m4')
                dnl

I have a suspicion that with "define(<SIZE>, <dnl>)" in config.m4 that
EPILOGUE will leave the last line of the file with a tab and no
newline, if that might upset m4 or whatever.



reply via email to

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