Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - 4.7.2 and include files: (3 Items)
   
4.7.2 and include files  
Playing around with 4.7.2 before the holidays and it seems that even though -V4.7.2,gcc_ntox86 -Wc,-std=gnu++0x are used
 the compiler can't find the 4.7.2 header files (like <forward_list> )
Re: 4.7.2 and include files  
You need to choose -Y _gpp -lang-c++  (gnu cpp lib).
The dinkum library are not updated in this drop, also I see build problems when building for release:
undefined reference to `__atomic_fetch_add_4'
So you may want to build for debug.
RE: 4.7.2 and include files  

> -----Message d'origine-----
> De : George Refseth [mailto:community-noreply@qnx.com]
> Envoyé : 13 mars 2013 18:23
> À : general-toolchain
> Objet : Re: 4.7.2 and include files
> 
> You need to choose -Y _gpp -lang-c++  (gnu cpp lib).
> The dinkum library are not updated in this drop, also I see build problems when
> building for release:
> undefined reference to `__atomic_fetch_add_4'
> So you may want to build for debug.

Thanks a lot for the clarification, it`s been puzzling me for a while.  I`ll wait for potential future update given that
 our code is not compatible with the gnu libs.  No biggie just wanted to prepare our code for 4.7.2 ( and coworker are 
drawling over C++11 features) and help test stuff.


> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post99870
> To cancel your subscription to this discussion, please e-mail general-toolchain-
> unsubscribe@community.qnx.com