RE: [Boost-users] Re: sun sparc g++ filesystem build error
Hi, I am using g++ 2.96 version, It is fail with many libraries of boost. Should I get latest version of g++ compiler, does it will work with all boost libraries. Thanks, Naeem -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Rene Rivera Sent: 12 April 2005 15:47 To: boost-users@lists.boost.org Subject: [Boost-users] Re: sun sparc g++ filesystem build error Rene Rivera wrote:
Naeem ahmad wrote:
/usr/local/boost_1_32_0/bjam "-sBUILD=g++"
Hence you should do:
/usr/local/boost_1_32_0/bjam "-sTOOLS=gcc"
PS. What Markus said also applies. -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - Grafik/jabber.org _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users AIRCOM to present our integrated OSS Solution at the TeleMangement World, Nice 2005, held May 16th - 19th, in Nice, France at the Acropolis Convention Centre. Visit us at booth 107. www.tmforum.org Disclaimer: The information contained in this e-mail, including any attachments to it, is confidential and intended only for the person(s) to whom it is addressed. Any examination, distribution, disclosure, printing, or copying of this information, or reliance upon this information by any person other than the intended recipient(s) is strictly prohibited. If this e-mail has been misdirected and you are not the intended recipient, please notify the sender immediately and delete this e-mail from your system. The views and opinions contained in this transmission represent those of the author and do not necessarily reflect those of AIRCOM International. AIRCOM International may monitor incoming and outgoing e-mails. By replying to this message, you consent to this monitoring. This e-mail has been scanned by McAfee Group Shield prior to transmission. However, recipients are advised to apply their own antivirus detection measures to this e-mail and any attachments upon receipt. AIRCOM International does not accept liability for any damage or losses arising as a result of receiving this e-mail.
Naeem ahmad wrote:
I am using g++ 2.96 version, It is fail with many libraries of boost. Should I get latest version of g++ compiler, does it will work with all boost libraries.
Have a look at the regression results for 1.32.0 (http://tinyurl.com/6tnln). There is a fair number of libraries working on 2.95.3 (on Linux) but some are not available. It would expect the same mileage from 2.96. (Wasn't this some not officially released version?) But as you are using another platform matters probably are far worse for you than the table indicates. It would make things much easier for you, if you started with a fairly recent version of gcc as a starting point, say 3.4.3 for example and then try to work your way from there. For the upcoming 1.33.0 release of boost I would definately recommend using gcc 3.4.3 as it is one of the tested platforms. (See http://tinyurl.com/4l76y for more info.) Markus
participants (2)
-
Markus Schöpflin
-
Naeem ahmad