Dr. David Kirkby wrote:
> Dr. David Kirkby wrote:
>> Bill Hart wrote:
>>> Here is the entire sparc configuration from MPIR:
>>>
>>> *sparc*-*-*)
>>> # sizeof(long)==4 or 8 is tested, to ensure we get the right ABI.
>>> We've
>>
>> Hi Bill,
>>
>> The processor in Thommy's computer is is not S
Bill Hart wrote:
> Yes it is certainly possible the old autotools we use does not know
> about the new OpenSolaris on x86.
That seems the most likely issue to me.
> It is as you say, an autotools issue. However we can probably hack our
> configure script. The problem we have with autotools is re
Yes it is certainly possible the old autotools we use does not know
about the new OpenSolaris on x86.
It is as you say, an autotools issue. However we can probably hack our
configure script. The problem we have with autotools is recent
versions just break the build on almost anything but linux. S
Dr. David Kirkby wrote:
> Bill Hart wrote:
>> Here is the entire sparc configuration from MPIR:
>>
>> *sparc*-*-*)
>> # sizeof(long)==4 or 8 is tested, to ensure we get the right ABI.
>> We've
>
>
> Hi Bill,
>
> The processor in Thommy's computer is is not SPARC - see the output I
> post
Dr. David Kirkby wrote:
> Bill Hart wrote:
> The error message is clearly generated by the Sun linker too. Although I
> don't have my Solaris x86 laptop on, the error message from the linker
> is clearly the GNU one.
Oops, I mean the error message is NOT from the GNU linker.
Dave
--~--~--
Bill Hart wrote:
> Here is the entire sparc configuration from MPIR:
>
> *sparc*-*-*)
> # sizeof(long)==4 or 8 is tested, to ensure we get the right ABI.
> We've
Hi Bill,
The processor in Thommy's computer is is not SPARC - see the output I
posted:
Host system
uname -a:
SunOS bigblue 5
Here is the entire sparc configuration from MPIR:
*sparc*-*-*)
# sizeof(long)==4 or 8 is tested, to ensure we get the right ABI.
We've
# had various bug reports where users have set CFLAGS for their
desired
# mode, but not set our ABI. For some reason it's sparc where
this
# ke