--- In "bburtan65" <> wrote:
>
> Here's the log file error:
>
> configure: In function 'main':
> configure:2267: error: 'choke' undeclared (first use in this function)
> configure:2267: error: (Each undeclared identifier is reported only once
> configure:2267: error: for each function it appears in.)
> configure:2267: error: syntax error before 'me'
> configure: failed program was:
> #line 2262 "configure"
> #include "confdefs.h"
> #include "gmp.h"
> int main() {
>
> #if __GNU_MP_VERSION < 3
> choke me
> #endif
>
> ; return 0; }
>
>
> I think it's trying to build binutils. Any ideas what this might be?
>
I haven't been following this thread, but the above configure script wants to
find the gnu multiprecision arithmetic package with a version 3 or higher.
But I don't think that bailing with 'choke me' is a recommended way of dealing
with the test!
regards, ...... Charlie
>
>
> --- In Scott Zimmerman <zz@> wrote:
> >
> > Usually there is a config.log file that has more info in it. Search for
> > "error" in that file and it should give you a good clue.
> >
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|