[cfe-dev] compilation failures
    Stefan Seefeld 
    stefan.seefeld at gmail.com
       
    Wed Mar 10 12:15:21 PST 2010
    
    
  
On 03/10/2010 02:42 PM, Daniel Dunbar wrote:
>
> You can use 'make VERBOSE=1' to show what make is actually doing.
>    
Thanks, that helps a lot.
I just made the observation that when I invoke "make", I get the 
-fno-rtti error in utils/TableGen/. However, if I do `make -C 
utils/TableGen/`, everything works. This suggests that one of the outer 
Makefiles exports either the CXXFLAGS, or the REQUIRES_RTTI variable, 
overriding what utils/TableGen/Makefile provides itself.
FWIW, I'm using GNU make 3.8.1.
(I can now work around this issue by disabling the -fno-rtti flag in 
Makefile.rules.)
Thanks,
         Stefan
-- 
       ...ich hab' noch einen Koffer in Berlin...
    
    
More information about the cfe-dev
mailing list