On Mon, 2007-03-12 at 14:06 +0800, simon.zheng wrote: > export CFLAGS="-i -xO4 -xspace -mr -I/usr/include/firefox -I/usr/include/mps" > export CPPFLAGS="-i -xO3 -xspace -mr -I/usr/include/firefox > -I/usr/include/mps" > export CXXFLAGS="-i -xO3 -xspace -mr -I/usr/include/firefox > -I/usr/include/mps"
Any reason for not using %optflags and %cxx_optflags? If it's a c++ program, you should check the RUNPATH of the executable to make sure it doesn't include the path to compiler. Also, please s/2005/2007/ Thanks, Laca
