Ticket #11613 (closed defect: fixed)
[BUG] fftw-3-single
| Reported by: | takeshi@… | Owned by: | ram@… |
|---|---|---|---|
| Priority: | Low | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | Cc: | ||
| Port: |
Description
fftw-3-sigle does not build on my MacBook Pro. I should fix this because I am the maintainer of fftw-3 and I need this for GDL. But the error below is beyond my ability.
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I.. -I../simd -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentiumpro -D_THREAD_SAFE -MT trig.lo -MD -MP -MF .deps/trig.Tpo -c trig.c -o trig.o
/var/tmp//ccMMtwDn.s:99:operands given don't match any known 386 instruction /var/tmp//ccMMtwDn.s:100:operands given don't match any known 386 instruction /var/tmp//ccMMtwDn.s:132:operands given don't match any known 386 instruction /var/tmp//ccMMtwDn.s:134:operands given don't match any known 386 instruction /var/tmp//ccMMtwDn.s:167:operands given don't match any known 386 instruction /var/tmp//ccMMtwDn.s:168:operands given don't match any known 386 instruction make[2]: *** [trig.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2


