
18 Sep
2008
18 Sep
'08
8:59 p.m.
Jürgen Hunold <juergen.hunold <at> ivembh.de> writes:
Some minor technical issues (find patch attached) :
- There's no need to declare "lib dl; " on non-NT plattforms only. That case is handled fine by current Boost.Build. - The usage of "os.name" makes cross-compiling harder, please use <target-os> - The usage of "<os>LINUX" or "<target-os>linux" implies Linux _only_, not *nix ;-(( I've changed this to <toolset>gcc as this is used on most unices and might even include darwin . And no, there is no generic "unix" flavour in Boost.Build right now (that I know of.)
Yeah. I wanted to ask about this. Your solution is still un-acceptable IMO. I want some thing that will work for any non-NT toolset. Anyone? Genandiy