一台pc的gcc是这样配置的:
% ../gcc-3.4.0/configure --prefix=/usr/local/gcc-3.4.0 --enable-threads=posix --disable-checking --enable--long-long --host=i386-redhat-linux --with-system-zlib --enable-languages=c,c++,java
其中第一行中--enable threads 启动的是什么
--disable-checking 禁用的是什么
thankyou !!!!!