|
08/19/2010 7:05 AM
post63503
|
Hi Mario,
"-Wc=-std-c++0x" is incorrect but maybe that's just a typo in your post?
I've successfully compiled most of the Boost library using "QCC -Y_gpp -Wc,-std=gnu++0x ...".
The GCC documentation isn't very clear on the difference between c++0x and gnu++0x except that the latter enables some
GNU extensions.
I use -Y_gpp to select the GNU C++ library because I assume that it's better able to take advantage of the C++0x
features. I haven't tried with the Dinkum library on 6.5.0.
|
|
|
|
|