
13 Jul
2010
13 Jul
'10
5:12 p.m.
But I found that no libraries were copied to the destination folder.
bcp copies source only - not any binaries you may have built. Doing a "bjam stage" from the root directory of the destination folder will build what you copied over, or you can of course copy binaries from the existing distribution. HTH, John.