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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -