[Boost-bugs] [ boost-Support Requests-1498919 ] Boost.Build v2 build script help for evc4

Support Requests item #1498919, was opened at 2006-06-01 17:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=207586&aid=1498919&group_id=7586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Building Boost Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Fink (vividos) Assigned to: Nobody/Anonymous (nobody) Summary: Boost.Build v2 build script help for evc4 Initial Comment: I'm currently porting various Boost libraries to evc4 and threw together a hacked version of the msvc-tools.jam file that is using version 1. For the next release I need help in creating a build script for the version 2 of Boost.Build. I attached a somewhat working version of my "evc4-stlport-tools.jam" file. I don't know if I did everything alright. The differences from evc4 to vc6 is: - there is no /M switch specifying the runtime. It always is "shared C runtime". - for exe files, the parameter /entry:mainACRTStartup must be specified for linking (this currently doesn't work). - for the ARM architecture the following defines are on: ARM, _ARM_, ARMV4 - The _STLP_DEBUG mode mustn't be defined, since the ARM compiler has a compiler bug that prevents from working code - It's best to always specify /Zm800, since the compiler is quickly getting out of memory errors. Can anyone help in creating a toolset file for this compiler? Thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=207586&aid=1498919&group_id=7586 _______________________________________________ Boost-bugs mailing list Boost-bugs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/boost-bugs
participants (1)
-
SourceForge.net