On Feb 26, 2013, at 8:24 AM, Rick Berube wrote:

/bin/sh: line 5: 24070 Illegal instruction (core dumped) ${dir} $tst
FAIL: t-hgcd

Digging around it turns out the problem is that virtual machines incompletely implement some of the instructions available on the native processors for which gmp is optimized.

Either use a different VM, specify a --build flag to configure, or set up the VM to emulate a different processor.

You'll see this crop up with MPIR, too.

It worked fine when you tried it with the target machine cause the instruction needed was available. The instruction failed in the VM because it wasn't available. The build is likely fine.

Sincerely,

William Harrington
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to