জিসিসি ৪. and.২ এবং অটোকনফ ২.69৯ দিয়ে সংকলন করার সময় আমি নিয়মিত কনফিগার.লগের মতো ফলাফল পাচ্ছি। উদাহরণ:
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
সংকলনটি সাফল্যের সাথে এগিয়ে চলেছে, তবে আমি ভাবছি যে অটোকনফ কেন কমান্ড লাইনের জন্য পরীক্ষা করছে যা জিসিসি সমর্থন করে না। এটি কি অন্য সংকলকগুলির জন্য?