जब gcc 4.7.2 और autoconf 2.69 के साथ संकलित किया जाता है, तो मैं नियमित रूप से config.log में इन जैसे परिणाम प्राप्त कर रहा हूं। उदाहरण:
configure:3091: $? = 0
configure:3080: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files compilation terminated.
configure:3091: $? = 1
configure:3080: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files compilation terminated.
configure:3091: $? = 1
configure:3111: checking whether the C compiler works
configure:3133: gcc -march=x86-64 -mtune=generic -Os -pipe -Wl,-O1 conftest.c >&5
configure:3137: $? = 0
configure:3185: result: yes
संकलन सफलतापूर्वक आगे बढ़ता है, लेकिन मैं सोच रहा हूं कि ऑटोकैफ कमांड लाइनों के लिए परीक्षण क्यों कर रहा है जो कि जीसीसी का समर्थन नहीं करता है। क्या यह अन्य संकलक के लिए है?