Posted: Tue Nov 23, 2004 10:43 am Post subject: Samba 3.0.8 problem under Gentoo/Alpha
Hi,
I have a 164SX system on which I recently installed Gentoo.
Samba is segfaulting each time I try to copy something from or to a share (from a windows machine).
My compiler flags are set to "-O3 -mcpu=21164 -pipe -funroll-loops -ffast-math".
Do anyone has already encountered such a problem ?
Should I try to recompile samba with -mieee ? Though I'm not sure samba would use a lot of floating point stuff...
'-O3' may be too much for some code, especially on alpha. Try to rebuild samba with lower optimisation level. There's chance that samba is linked against some over-optimised library, too.
I'm not very familiar with linux/alpha, but I do know that freebsd recommends -O on alpha arch (and not -O2, not to mention -O3 ). That is, using gcc, of course.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum