公告
财富商城
积分规则
提问
发文
2019-03-14 18:49发布
仙女界的扛把子
How to tell to a 'configure' file to compile with a specified version of g++ ?
Thanks.
In a bash shell you can do something like this:
CC=gcc-2.95 ./configure
There will be similar techniques for other shells but I couldn't help you with the specifics. If your project is C++ the variable you need to define is CXX.
最多设置5个标签!
In a bash shell you can do something like this:
There will be similar techniques for other shells but I couldn't help you with the specifics. If your project is C++ the variable you need to define is CXX.