Boost logo

Boost-Commit :

From: kbelco_at_[hidden]
Date: 2007-09-23 17:31:44


Author: noel_belcourt
Date: 2007-09-23 17:31:43 EDT (Sun, 23 Sep 2007)
New Revision: 39492
URL: http://svn.boost.org/trac/boost/changeset/39492

Log:
Fix problems with Pathscale toolset (-G and -h options
are unknown). Thanks John Maddock for pointing these
out.

Text files modified:
   trunk/tools/build/v2/tools/pathscale.jam | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/tools/pathscale.jam
==============================================================================
--- trunk/tools/build/v2/tools/pathscale.jam (original)
+++ trunk/tools/build/v2/tools/pathscale.jam 2007-09-23 17:31:43 EDT (Sun, 23 Sep 2007)
@@ -140,7 +140,7 @@
 
 actions link.dll bind LIBRARIES
 {
- "$(CONFIG_COMMAND)" $(OPTIONS) -L"$(LINKPATH)" -R"$(RPATH)" -o "$(<)" -h$(<[1]:D=) -G "$(>)" "$(LIBRARIES)" -l$(FINDLIBS-SA) -l$(FINDLIBS-ST)
+ "$(CONFIG_COMMAND)" $(OPTIONS) -L"$(LINKPATH)" -R"$(RPATH)" -o "$(<)" -Wl,-soname$(SPACE)-Wl,$(<[1]:D=) -shared "$(>)" "$(LIBRARIES)" -l$(FINDLIBS-SA) -l$(FINDLIBS-ST)
 }
 
 # Declare action for creating static libraries


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk