
5 May
2009
5 May
'09
5:10 a.m.
Jeffrey Bosboom wrote:
I used the --libdir= and --includedir= options when invoking bootstrap.sh. When bootstrap.sh finishes, it says to run './bjam', but when I did so, it didn't use the libdir and includedir I specified. Only when I ran './bjam install' did it do what I expected. I think bootstrap.sh should be changed to indicate that the 'install' argument is necessary.
It is not necessary -- however libdir and includedir only affect 'install' target. The default target is 'stage' which puts libraries in stage/lib and not system location, and therefore does not need libdir or includedir. - Volodya