首页 > 编程语言 > 详细

enable c++11 in autoconf in fucking gnu auto tools

时间:2016-08-16 12:59:26      阅读:218      评论:0      收藏:0      [点我收藏+]

configure.ac => CXXFLAGS="$CXXFLAGS -std=c++14"

 

set CXXFLAGS  => std=c++14 

well done~?

 

too young too sample

 

./autogen.sh

./configure

 

however, you‘d better configure it using the forward place.

like this:

技术分享

fucking gnu auto tools agin.

 

enable c++11 in autoconf in fucking gnu auto tools

原文:http://www.cnblogs.com/clor001/p/5775872.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!