Displaying 4 results from an estimated 4 matches for "libojc".
Did you mean:
libobjc
2006 Apr 20
2
[LLVMdev] trying to bootstrap gcc 4.0.1 and the cvs llvm
I am trying to bootstrap the just released gcc 4.0.1 and the cvs head llvm.
I was able to build the llvm tools without a problem.
gcc has a small problem (from the apple branch IIRC): libojc is built
unconditionally, so objc must be in the --enable-languages option for
the build to be successful.
Building the rest of llvm fails with
llvm[3]: Compiling crtend.ll to crtend.bc for Debug build (bytecode)
/home/rafael/dev/obj/Debug/bin/gccas:
/home/rafael/dev/obj/runtime/GCCLibraries/crte...
2006 Apr 20
0
[LLVMdev] trying to bootstrap gcc 4.0.1 and the cvs llvm
On Thu, 20 Apr 2006, [UTF-8] Rafael Esp?ndola wrote:
> I am trying to bootstrap the just released gcc 4.0.1 and the cvs head llvm.
>
> I was able to build the llvm tools without a problem.
> gcc has a small problem (from the apple branch IIRC): libojc is built
> unconditionally, so objc must be in the --enable-languages option for
> the build to be successful.
>
> Building the rest of llvm fails with
>
> llvm[3]: Compiling crtend.ll to crtend.bc for Debug build (bytecode)
> /home/rafael/dev/obj/Debug/bin/gccas:
> /home/ra...
2006 Oct 10
1
[LLVMdev] gccas problem with crtend.ll again
> On Thu, 20 Apr 2006, [UTF-8] Rafael Esp?ndola wrote:
>
> > I am trying to bootstrap the just released gcc 4.0.1 and the cvs
head llvm.
> >
> > I was able to build the llvm tools without a problem.
> > gcc has a small problem (from the apple branch IIRC): libojc is
built
> > unconditionally, so objc must be in the --enable-languages option
for
> > the build to be successful.
> >
> > Building the rest of llvm fails with
> >
> > llvm[3]: Compiling crtend.ll to crtend.bc for Debug build (bytecode)
> > /home/rafael/dev...
2006 Apr 21
2
[LLVMdev] successfully bootstraped on a i686-linux-gnu
Building with --enable-llvm failed latter 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-runtim...