Boost logo

Boost :

Subject: [boost] [tools] updating sun.jam
From: Aparna Kumta (aparna.kumta_at_[hidden])
Date: 2015-10-27 13:21:09


I am not familiar with the syntax to update sun.jam file.

  In tools/build/src/tools/sun.jam, lines 153-156 contain

153: actions link.dll bind LIBRARIES
154: {
155: "$(CONFIG_COMMAND)" $(OPTIONS) -L"$(LINKPATH)" -R"$(RPATH)" -o
"$(<)" -h$(<[1]:D=) -G "$(>)" "$(LIBRARIES)" -Bdynamic -l$(FINDLIBS-SA)
-Bstatic -l$(FINDLIBS-ST) -B$(LINK-RUNTIME)
156: }

Only if compiling with -std=c+11 or -std=c++14, I need to replace '-G'
above with
'-G -library=stdcpp,CrunG3'

Any help on modifying this is appreciated.

Thanks,

Aparna


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk