Hi,
configure:5635: checking whether we should use the nonfragile ABI
configure:5676: result: not requested by user
this is my make.log. I did not specifically enable it (= I did not use
any extra flag). I suppose that clang enables it anyway? Base is
conflicting with what make declares.
It is also fun that GCC is being checked while I use clang :)
configure:5719: checking for the GCC version
configure:5746: result: version: 4.2
configure:5767: checking whether the compiler supports native ObjC
exceptions
configure:5795: /usr/local/bin/clang -c -g -O2 -x objective-c -I.
-I/usr/local/include -I/Local/Library/Headers -L/usr/local/lib
-L/Local/Library/Libraries -fgnu-runtime -DGNU_RUNTIME -fexceptions
-fobjc-exceptions conftest.c >&5
clang: warning: argument unused during compilation: '-L/usr/local/lib'
clang: warning: argument unused during compilation:
'-L/Local/Library/Libraries'
Riccardo