Hi, Does anyone know how to use boost libraries with VisualAge C++ 6 on AIX 5.2L? Regards, Aaron ____________________________________________________ Yahoo! Singapore Answers Real people. Real questions. Real answers. Share what you know at http://answers.yahoo.com.sg
Not sure what you mean by how to use it I'm on AIX 5.3, built it with g++ and used it just the same You'll probably need to figure out how to build it using the visualage compiler. -----Original Message----- From: Aaron Tan [mailto:aarontw@yahoo.com] Sent: Thursday, March 01, 2007 5:18 PM To: boost-users@lists.boost.org Subject: [Boost-users] Use boost on AIX 5.2L? Hi, Does anyone know how to use boost libraries with VisualAge C++ 6 on AIX 5.2L? Regards, Aaron ____________________________________________________ Yahoo! Singapore Answers Real people. Real questions. Real answers. Share what you know at http://answers.yahoo.com.sg _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
We are running a pretty recent boost On Aix 5.1 using VisualAge v8 without major trouble. We had some porting to do on the filesystem library for instance and we plan to contribute these changes in the near future. toon Aaron Tan wrote:
Hi,
Does anyone know how to use boost libraries with VisualAge C++ 6 on AIX 5.2L?
Regards, Aaron
____________________________________________________ Yahoo! Singapore Answers Real people. Real questions. Real answers. Share what you know at http://answers.yahoo.com.sg _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Aaron Tan
Does anyone know how to use boost libraries with VisualAge C++ 6 on AIX 5.2L?
We are using the xlC compiler for v6, and I had to make one change in the boost_1_33_1 version of config/compiler/vacpp.hpp. I was getting the classic error message from the xlC linker caused by undefined class-level static variables: ld: 0711-317 ERROR: Undefined symbol: boost::details::pool::ct_lcm<8,8>::value I ended up setting the configuration switch BOOST_NO_INCLASS_MEMBER_INITIALIZATION for v6.0, and am now getting a clean build on AIX. Hope this helps, - Bryan
participants (4)
-
Aaron Tan
-
bryane
-
Ferng, Andrew D
-
Toon Knapen