Displaying 1 result from an estimated 1 matches for "xobjecti".
Did you mean:
xobjects
2006 Apr 21
2
[LLVMdev] successfully bootstraped on a i686-linux-gnu
...r on when compiling libojc:
configure:5099: checking for exception model to use
configure:5131: /home/rafael/dev/gcc/build/gcc/xgcc
-B/home/rafael/dev/gcc/build/gcc/ -B/i686-pc-linux-gnu/bin/
-B/i686-pc-linux-gnu/lib/ -isystem /i686-pc-linux-gnu/include -isystem
/i686-pc-linux-gnu/sys-include -c -xobjecti
ve-c -fgnu-runtime -fobjc-exceptions -S conftest.c >&5
WARNING: EH not supported yet!
configure:5134: $? = 0
configure:5155: error: unable to detect exception model
To work aroud the problem I edited gcc/objc/config-lang.in and removed
the comment from the line
#target_libs=target-libobjc...