c++ - how to see the value of CXX and CXXFLAG -


before compiling c++ program, exported cxx , cxxflags command line.

$ export cxx="/media/space/gcc-dist/bin/g++"

$ export cxxflags="-std=c++0x"

but want see values of cxx , cxxflags. how do that. i'm using kubuntu 11.04

you can on linux systems opening terminal , entering

echo $cxx echo $cxxflags 

Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

php - Time zone issue -

iphone - Using nested NSDictionary with Picker -