Re: Help needed: Which gcc version supports xmemalign

2008-11-18 Thread Dan Nelson
In the last episode (Nov 18), Vijayalakshmi BN said: > I'm working on Solaris 9 and using gcc version 2.9.5. I'm facing > issues with respect to memory misalignment. I'm getting SIGBUS > errors. Through various websites, I found that xmemalign can be used > while compiling to handle memory alignmen

Re: Help needed: Which gcc version supports xmemalign

2008-11-18 Thread Mel
On Tuesday 18 November 2008 11:40:08 Vijayalakshmi BN wrote: > I'm working on Solaris 9 and using gcc version 2.9.5. I can't for the life of me see any reason how this would be related to FreeBSD. Running FreeBSD 4 (gcc 2.x) on Sun hardware, maybe, but that doesn't seem to be the case. -- Mel

Help needed: Which gcc version supports xmemalign

2008-11-18 Thread Vijayalakshmi BN
Hello, I'm working on Solaris 9 and using gcc version 2.9.5. I'm facing issues with respect to memory misalignment. I'm getting SIGBUS errors. Through various websites, I found that xmemalign can be used while compiling to handle memory alignment issues. Bu the version I'm using doesn't support xm