On Wed, 2004-05-12 at 11:30, Peter Stuge wrote: > SIGILL means Illegal instruction. I suggest you use -mcpu instead of > -march when building server binaries in Gentoo that you may end up > juggling around different hardware.
Unfortunately, bincimap won't build on my old Slackware 8.1 box... I don't think binc will build with gcc 2.95 at all. As such, I had to compile it on a different box, and I had to compile it statically linked. I think some of the libraries that were statically linked into the binary I moved over were compiled with -march=pentium4 and -fpmath=sse among other flags... so while binc itself wasn't compiled with -march, it linked itself with libraries that were. I'll have to try a different box to build my binaries now... :-) Rob
