Boost logo

Boost Users :

From: David Abrahams (dave_at_[hidden])
Date: 2004-09-17 15:01:48


Murali Krishnan Ganapathy <gmkrishn_at_[hidden]> writes:

> Much more reasonable explanation. The & should be the cause of the problem.
> But why should bjam create a .CMD file to "mkdir X" and then execute, it.
> Why not use the C function to create the directory X directly?
>
> Unless I am missing something here. Perhaps something to do with
> portability?
>

Yes. Most of what bjam does is via command-lines or its builtin and
portable interpreted language. Calling platform-specific 'C'
functions is kept to a minimum.

-- 
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net