But SPARC is  Big Endian and according to the documentation it should be
nothing, unless I am reading this wrong:

    * `nothing'    (12345678 -> 12345678)
    * `endianflip' (12345678 -> 87654321)
    * `intswap'    (12345678 -> 56781234)



On 2/10/10 3:33 AM, "Florian Forster" <[email protected]> wrote:

> Hi Ann,
> 
> On Thu, Feb 04, 2010 at 09:07:22PM -0800, Wallace, Ann wrote:
>> if I compile Linux 64bit and Solaris SPARC 64 bit without it it works
>> fine.
>> 
>> I can get it to compile on 32bit Solaris SPARC with
>> --with-fp-layout=nothing but it still is not recording values
>> correctly for 64bit Linux.
> 
> that's because "nothing" is the wrong option for SPARC. Try compiling
> with
>   --with-fp-layout=endianflip
> As far as I know this should be the correct option for SPARC.
> 
> Regards,
> <octo


_______________________________________________
collectd mailing list
[email protected]
http://mailman.verplant.org/listinfo/collectd

Reply via email to