[GCC-XML] gcc-4.1.0 problem with __builtin_clog etc.
Neal Becker
ndbecker2 at gmail.com
Fri Feb 17 07:29:26 EST 2006
On Monday 13 February 2006 11:07 am, Brad King wrote:
> Neal Becker wrote:
> > What do I have to do to add GCC 4.1? I think it's just missing the
> > declaration of builtin_clog. I copied
> > gccxml/GCC_XML/Support/GCC/4.0 -> 4.1
> >
> > I edited a few cmake files adding 4.1, but I don't know anything about
> > cmake and was just guessing. Rerunning make doesn't do anything, is
> > there some kind of make clean I need to do?
>
> You also need to edit GCC/find_flags to know about 4.1.
>
I sort of got it working - but as you see, it actually installed from the src
GCC/4.0 and 4.1 dirs into 4.0:
-- Installing /usr/local/share/gccxml-0.7/GCC/4.0/cmake_install.cmake
-- Installing /usr/local/share/gccxml-0.7/GCC/4.0/gccxml_builtins.h
-- Installing /usr/local/share/gccxml-0.7/GCC/4.0/bits/c++locale.h
-- Installing /usr/local/share/gccxml-0.7/GCC/4.0/bits/basic_string.h
-- Installing /usr/local/share/gccxml-0.7/GCC/4.0/cmake_install.cmake
-- Installing /usr/local/share/gccxml-0.7/GCC/4.0/gccxml_builtins.h
-- Installing /usr/local/share/gccxml-0.7/GCC/4.0/gccxml_builtins.h~
-- Installing /usr/local/share/gccxml-0.7/GCC/4.0/cmake_install.cmake~
-- Installing /usr/local/share/gccxml-0.7/GCC/4.0/bits/c++locale.h
-- Installing /usr/local/share/gccxml-0.7/GCC/4.0/bits/basic_string.h
I just copied /usr/local/src...4.0 -> 4.1. Do you know what I did wrong?
More information about the gccxml
mailing list