Environment variables Shell variables Only visible in the shell Environment variables Visible to programs run by the shell Convert shell variable to environment variable with export CXXFLAGS="-Wall -g" export CXXFLAGS or export CXXFLAGS="-Wall -g"