|
| From: | Kai Zeng |
| Subject: | [Bug-gsl] GSL doesn't compile on Mac with Xcode 7 |
| Date: | Fri, 2 Oct 2015 00:31:35 +0100 |
| User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 |
Hi All,I recently upgraded to Xcode 7 (OS X 10.10.5). But GSL can no longer be compiled. I got the following errors:
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -m64 -O3 -MT mean.lo -MD -MP -MF .deps/mean.Tpo -c -o mean.lo mean.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -m64 -O3 -MT mean.lo -MD -MP -MF .deps/mean.Tpo -c mean.c -o mean.o /var/folders/7f/ydqlzrw92kg71dh2rxl5bm3w0000gn/T//ccbvflQA.s:419:2: error: ambiguous instructions require an explicit suffix (could be 'filds', or 'fildl')
fild (%rdi)
^
/var/folders/7f/ydqlzrw92kg71dh2rxl5bm3w0000gn/T//ccbvflQA.s:517:2:
error: ambiguous instructions require an explicit suffix (could be
'filds', or 'fildl')
fild -24(%rsp)
^
make[2]: *** [mean.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Is there a way to deal with this issue? Thanks very much.
Regards,
KZ
| [Prev in Thread] | Current Thread | [Next in Thread] |