FreeBSD-10.3 で USE_GCC=6+

だと

===>  freefem++-3.60 Unknown version of GCC specified (USE_GCC=6+).
*** Error code 1

ですが、

USE_GCC=4.8+

だと、

AFunction.cpp: In function 'long int isInf(double)':
AFunction.cpp:44:43: error: 'isinf' was not declared in this scope
 long isInf(double x){return NM_STD isinf(x);}
                                           ^
AFunction.cpp:44:43: note: suggested alternative:
In file included from AFunction.cpp:33:0:
/usr/local/lib/gcc48/include/c++/cmath:827:5: note:   'std::isinf'
     isinf(_Tp __f)
     ^
Makefile:688: ターゲット 'AFunction.o' のレシピで失敗しました
gmake[7]: *** [AFunction.o] エラー 1

で止まります。

10.4-RELEASE は xorg を含めて ports 収録アプリケーションに問題が多
いので、仕事には 10.3 を使っていたのですが、gcc6 以上だとうまくゆ
くのかもしれません。

平林 浩一
_______________________________________________
freebsd-users-jp@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-users-jp
To unsubscribe, send any mail to "freebsd-users-jp-unsubscr...@freebsd.org"

メールによる返信