Re: How to do 32-bit build in AMD64 chroot -- problem with SSE instructions?

2021-12-11 Thread Andrey Rahmatullin
On Sat, Dec 11, 2021 at 05:12:50PM -0600, Steven Robbins wrote: > I've built the ITK package on my AMD64 machine without trouble, but the > 32-bit > build is failing with the error below. It's failing on buildds with the same problem so you are running the build itself correctly. > The errors s

Re: How to do 32-bit build in AMD64 chroot -- problem with SSE instructions?

2021-12-11 Thread Andreas Tille
Hi Steven, Am Sat, Dec 11, 2021 at 05:12:50PM -0600 schrieb Steven Robbins: > Hi, > > I've built the ITK package on my AMD64 machine without trouble, but the > 32-bit > build is failing with the error below. > > The errors seem to point to using SSE instructions. Is there a recommended > se

How to do 32-bit build in AMD64 chroot -- problem with SSE instructions?

2021-12-11 Thread Steven Robbins
Hi, I've built the ITK package on my AMD64 machine without trouble, but the 32-bit build is failing with the error below. The errors seem to point to using SSE instructions. Is there a recommended set of flags to use when building for x86? I tried "-march=i686" but it gives the same error.