On Fri, Aug 07, 2009 at 01:42:51AM +0300, Kalle Olavi Niemitalo wrote:
> Edd Barrett <vex...@gmail.com> writes:
> 
> >>> The next problem is, if you change any preferences, they do not appear
> >>> to be saved. This is likely to be related to the first problem.
> >> Did you tell ELinks to save the changes?
> >
> > Yes
> 
> Is sparc64 big-endian with sizeof(int) < sizeof(void *)?
> That would explain the problem with the options.
> http://bugzilla.elinks.cz/show_bug.cgi?id=764

#include <stdio.h>

int main(void) {
    printf("int = %d\n", sizeof(int));
    printf("void * = %d\n", sizeof(void *));

    return 0;
}

blade% ./a.out 
int = 4
void * = 8

This may well be casuing the problem?

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett
_______________________________________________
elinks-dev mailing list
elinks-dev@linuxfromscratch.org
http://linuxfromscratch.org/mailman/listinfo/elinks-dev

Reply via email to