Hi All,<br>it bails out with unable to detect exception model error<br><br>I checked with my configure <br>$LLVM_GCC_SRC/configure --prefix=$LLVM_GCC_INST --program-prefix=llvm-             -enable-llvm=$LLVM_BUILD --enable-languages=c,c++ --enable-checking
<br><br>I haven't enabled objc but it seems to get error whille configuring objc.<br>any idea how to get rid of this<br>==================================================<br>mkdir -p -- i686-pc-linux-gnu/libobjc<br>Configuring in i686-pc-linux-gnu/libobjc
<br>configure: creating cache ./config.cache<br>checking for --enable-version-specific-runtime-libs... no<br>checking build system type... i686-pc-linux-gnu<br>checking host system type... i686-pc-linux-gnu<br>checking target system type... i686-pc-linux-gnu
<br>checking for i686-pc-linux-gnu-gcc...  /home/pmallapp/tmp/llvm-gcc-build/gcc/xgcc -B/home/pmallapp/tmp/llvm-gcc-build/gcc/ -B/tmp/llvm-gcc/i686-pc-linux-gnu/bin/ -B/tmp/llvm-gcc/i686-pc-linux-gnu/lib/ -isystem /tmp/llvm-gcc/i686-pc-linux-gnu/include -isystem /tmp/llvm-gcc/i686-pc-linux-gnu/sys-include
<br>checking for C compiler default output file name... a.out<br>checking whether the C compiler works... yes<br>checking whether we are cross compiling... no<br>checking for suffix of executables... <br>checking for suffix of object files... o
<br>checking whether we are using the GNU C compiler... yes<br>checking whether  /home/pmallapp/tmp/llvm-gcc-build/gcc/xgcc -B/home/pmallapp/tmp/llvm-gcc-build/gcc/ -B/tmp/llvm-gcc/i686-pc-linux-gnu/bin/ -B/tmp/llvm-gcc/i686-pc-linux-gnu/lib/ -isystem /tmp/llvm-gcc/i686-pc-linux-gnu/include -isystem /tmp/llvm-gcc/i686-pc-linux-gnu/sys-include accepts -g... yes
<br>checking for  /home/pmallapp/tmp/llvm-gcc-build/gcc/xgcc -B/home/pmallapp/tmp/llvm-gcc-build/gcc/ -B/tmp/llvm-gcc/i686-pc-linux-gnu/bin/ -B/tmp/llvm-gcc/i686-pc-linux-gnu/lib/ -isystem /tmp/llvm-gcc/i686-pc-linux-gnu/include -isystem /tmp/llvm-gcc/i686-pc-linux-gnu/sys-include option to accept ANSI C... none needed
<br>checking for i686-pc-linux-gnu-as... as<br>checking for i686-pc-linux-gnu-ar... ar<br>checking for i686-pc-linux-gnu-ranlib... ranlib<br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking whether to enable maintainer-specific portions of Makefiles... no
<br>checking for ld used by GCC... ld<br>checking if the linker (ld) is GNU ld... yes<br>checking for ld option to reload object files... -r<br>checking for BSD-compatible nm... nm<br>checking whether ln -s works... yes<br>
checking how to recognise dependant libraries... pass_all<br>checking for i686-pc-linux-gnu-ranlib... (cached) ranlib<br>checking for i686-pc-linux-gnu-strip... strip<br>updating cache ./config.cache<br>loading cache ./config.cache within ltconfig
<br>checking whether -lc should be explicitly linked in... no<br>checking for objdir... .libs<br>checking for /home/pmallapp/tmp/llvm-gcc-build/gcc/xgcc option to produce PIC... -fPIC -DPIC<br>checking if /home/pmallapp/tmp/llvm-gcc-build/gcc/xgcc PIC flag -fPIC -DPIC works... yes
<br>checking if /home/pmallapp/tmp/llvm-gcc-build/gcc/xgcc static flag -static works... yes<br>finding the maximum length of command line arguments... 49153<br>checking if /home/pmallapp/tmp/llvm-gcc-build/gcc/xgcc supports -c -o 
file.o... yes<br>checking if /home/pmallapp/tmp/llvm-gcc-build/gcc/xgcc supports -fno-rtti -fno-exceptions ... no<br>checking whether the linker (ld) supports shared libraries... yes<br>checking how to hardcode library paths into programs... immediate
<br>checking whether stripping libraries is possible... yes<br>checking dynamic linker characteristics... GNU/Linux ld.so<br>checking command to parse nm output... ok<br>checking if libtool supports shared libraries... yes
<br>checking whether to build shared libraries... yes<br>checking whether to build static libraries... yes<br>creating libtool<br>updating cache ./config.cache<br>configure: loading cache ./config.cache<br>checking whether  /home/pmallapp/tmp/llvm-gcc-build/gcc/xgcc -B/home/pmallapp/tmp/llvm-gcc-build/gcc/ -B/tmp/llvm-gcc/i686-pc-linux-gnu/bin/ -B/tmp/llvm-gcc/i686-pc-linux-gnu/lib/ -isystem /tmp/llvm-gcc/i686-pc-linux-gnu/include -isystem /tmp/llvm-gcc/i686-pc-linux-gnu/sys-include and cc understand -c and -o together... yes
<br>checking whether make sets $(MAKE)... yes<br>checking how to run the C preprocessor...  /home/pmallapp/tmp/llvm-gcc-build/gcc/xgcc -B/home/pmallapp/tmp/llvm-gcc-build/gcc/ -B/tmp/llvm-gcc/i686-pc-linux-gnu/bin/ -B/tmp/llvm-gcc/i686-pc-linux-gnu/lib/ -isystem /tmp/llvm-gcc/i686-pc-linux-gnu/include -isystem /tmp/llvm-gcc/i686-pc-linux-gnu/sys-include -E
<br>checking for egrep... grep -E<br>checking for ANSI C header files... yes<br>checking for sys/types.h... yes<br>checking for sys/stat.h... yes<br>checking for stdlib.h... yes<br>checking for string.h... yes<br>checking for 
memory.h... yes<br>checking for strings.h... yes<br>checking for inttypes.h... yes<br>checking for stdint.h... yes<br>checking for unistd.h... yes<br>checking stdio.h usability... yes<br>checking stdio.h presence... yes<br>
checking for stdio.h... yes<br>checking for ANSI C header files... (cached) yes<br>checking sched.h usability... yes<br>checking sched.h presence... yes<br>checking for sched.h... yes<br>checking for gthread cflags... -DHAVE_GTHR_DEFAULT
<br>checking for exception model to use... configure: error: unable to detect exception model<br>make: *** [configure-target-libobjc] Error 1<br>====================================================<br>/Prem<br>