Displaying 5 results from an estimated 5 matches for "out_cxx_object_fil".
Did you mean:
out_cxx_object_file
2007 Jan 05
2
[LLVMdev] llvm-gcc4 mirror back online
...oes not appear in the command line.
I think, I know what is going on here. Do you see any 'make' warning
in the your build log related to overriding .cpp rule ?
If you see such warning then it is happening because your target you
do not yet have target specific C++ file. This means
$out_cxx_object_file string for build rule at #2475 (in gcc/
Makefile.in) is just ".cpp.o" and it conflicts with default .cpp.o
build rule in same makefile at line #889.
Two alternatives are :
1) FInd a way to avoid executing $(out_cxx_object_file) rule for your
target in such situation.
OR
2) Set...
2007 Jan 05
0
[LLVMdev] llvm-gcc4 mirror back online
...line.
>
> I think, I know what is going on here. Do you see any 'make' warning
> in the your build log related to overriding .cpp rule ?
>
> If you see such warning then it is happening because your target you
> do not yet have target specific C++ file. This means
> $out_cxx_object_file string for build rule at #2475 (in
> gcc/Makefile.in) is just ".cpp.o" and it conflicts with default .cpp.o
> build rule in same makefile at line #889.
>
> Two alternatives are :
>
> 1) FInd a way to avoid executing $(out_cxx_object_file) rule for your
> target i...
2007 Jan 05
1
[LLVMdev] llvm-gcc4 mirror back online
...I know what is going on here. Do you see any 'make' warning
> > in the your build log related to overriding .cpp rule ?
> >
> > If you see such warning then it is happening because your target you
> > do not yet have target specific C++ file. This means
> > $out_cxx_object_file string for build rule at #2475 (in
> > gcc/Makefile.in) is just ".cpp.o" and it conflicts with default .cpp.o
> > build rule in same makefile at line #889.
> >
> > Two alternatives are :
> >
> > 1) FInd a way to avoid executing $(out_cxx_object_file...
2007 Jan 05
0
[LLVMdev] llvm-gcc4 mirror back online
It doesn't build. llvm-main.cpp doesn't get compiled for some reason:
g++40 -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long
-Wno-variadic-macros -Wold-style-definition -fno-common
-DHAVE_CONFIG_H -DENABLE_LLVM -D__STDC_LIMIT_MACROS -I. -I.
-I../../gcc -I../../gcc/. -I../../gcc/../include -I./../intl
2007 Jan 05
2
[LLVMdev] llvm-gcc4 mirror back online
It claims it was last updated 2007-01-04 06:47:31 -0400 (Thu, 04 Jan
2007). It should be close to TOT tomorrow.
Cheers,
-- Jim
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070104/9cecae71/attachment.bin>