thelordsaves 发表于 2012-02-20 22:16

我知道在gcc编译过程中是需要使用很多环境变量的,如何设置?求助!!!!!!!!

比如我现在想设置环境变量POSIXLY_CORRECT的值,控制编译过程,应该怎么设置呢?

dspecialtwo 发表于 2012-02-22 10:55

I think :
POSIXLY_CORRECT = xxx
export POSIXLY_CORRECT

and use the env to see the result!

EricFisher 发表于 2012-02-22 12:10

不需要设置很多环境变量吧,缺省的就可以。

thelordsaves 发表于 2012-02-25 11:00

多谢!!回复 2# dspecialtwo


   
页: [1]
查看完整版本: 我知道在gcc编译过程中是需要使用很多环境变量的,如何设置?求助!!!!!!!!