Hi,
I read a little bit about how to compile packages for the quark x1000 processor with gcc.
I think, it needs
./configure --extra-cflags="-m32 -fno-stack-protector -march=i586"
The
-fno-stack-protector flag normally does nothing.
But when you enable it via -fstack-protector it gives segfault sometimes.
Some packages from debian are compiled with this flag and some without. So, may be quark does not like this
and you have to disable it explicit via
-fno-stack-protector
At this moment I
compile on the quark itself:-)
ftp://ftp.de.debian.org/debian/pool/main/o/openssh/openssh_6.0p1.orig.tar.gz
and we will soon see,
Dietmar