加了后好像跟没加一样.....
g++ -c -pipe -Wall -W -O2 -march=i386 -mcpu=i686 -g -DGLX_GLXEXT_LEGACY -fno-use-cxa-atexit -fno-exceptions -DQT_NO_DEBUG -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I/usr/lib/qt-3.1/include -o main.o main.cpp
main.cpp: In function `int main(int, char**)':
main.cpp:8: exception handling disabled, use -fexceptions to enable
main.cpp:12: `s' undeclared (first use this function)
main.cpp:12: (Each undeclared identifier is reported only once for each
function it appears in.)
main.cpp:5: warning: unused parameter `int argc'
main.cpp:5: warning: unused parameter `char**argv'
make: *** [main.o] Error 1