That error message usually comes up when linking against a library
which is static when it should be linking against a shared library, or
something like that.

I don't really know how to debug that. But Jason has been working on
the fat build system, so hopefully can guess.

Bill.

On 18 November 2010 20:41, Jeff Gilchrist <jeff.gilchr...@gmail.com> wrote:
> On Thu, Nov 18, 2010 at 3:31 PM, Bill Hart <goodwillh...@googlemail.com> 
> wrote:
>> $ diff cpuid.old cpuid.c
>> 124c124,125
>> <         break;
>> ---
>>>         if (model == 9) { CPUIS(k102);break;}
>>>           break;
>>
>> Otherwise tests pass with only the following warnings when doing make check:
>
> I just tried from a new tar ball and I get the same make error. This
> error isn't happening during make check, it is during make.  What info
> would be useful to help debug this?
>
> Jeff.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "mpir-devel" group.
> To post to this group, send email to mpir-de...@googlegroups.com.
> To unsubscribe from this group, send email to 
> mpir-devel+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/mpir-devel?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-de...@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.

Reply via email to