Re: [Boost-users] portland group compilers (pg++, pgi, pgCC)
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Server Levent Yilmaz
But with building libraries such as serialization and filesystem, I am stuck. I have a very limited knowledge of bjam or any other large scale build system for that matter.
Hi, you might try the boost-build mailing list for better results. Good luck! Sohail
On 1/5/07, Sohail Somani
Hi, you might try the boost-build mailing list for better results.
Good luck!
Sohail
Thanks Sohail. I'll do that. In fact, searching that list I realized couple of people also asked support for pgi compiler. But it seems nobody got anything working.. Thanks to some thread in boost.build I reliazed there is this <boost-root>/tools/build/v1/gcc-tools.jam file. Would it suffice if I copied this file as pgi-tools.jam and edited appropriately? Are there any other additional steps required? [this message will go to build list as well] thanks -- Server Levent Yilmaz Mechanical Engineering @ PITT
-----Original Message----- From: boost-users-bounces@lists.boost.org on behalf of Server Levent Yilmaz Thanks to some thread in boost.build I reliazed there is this <boost-root>/tools/build/v1/gcc-tools.jam file. Would it suffice if I copied this file as pgi-tools.jam and edited appropriately? Are there any other additional steps required? ---- I would think thats the best way to write your own.
On Jan 7, 2007, at 3:56 PM, Server Levent Yilmaz wrote:
On 1/5/07, Sohail Somani
wrote: Hi, you might try the boost-build mailing list for better results.
In fact, searching that list I realized couple of people also asked support for pgi compiler. But it seems nobody got anything working..
Here's one we use. The shared library builds haven't been debugged but you're free to use it if it helps. -- Noel Belcourt 
On 1/7/07, K. Noel Belcourt
On Jan 7, 2007, at 3:56 PM, Server Levent Yilmaz wrote:
In fact, searching that list I realized couple of people also asked support for pgi compiler. But it seems nobody got anything working..
Here's one we use. The shared library builds haven't been debugged but you're free to use it if it helps.
-- Noel Belcourt
Thank you Noel, this one worked for me. Did you also need to edit the boost/config/user.hpp file and add anything on top of what configure generates? -- Server Levent Yilmaz Mechanical Engineering @ PITT
participants (3)
-
K. Noel Belcourt
-
Server Levent Yilmaz
-
Sohail Somani