Hello
Group,
./tools/jam/src/bin.solaris/bjam
--user-config=user-config.jam --prefix=$HOME/release --exec_prefix=$HOME/release
--libdir=$HOME/release/lib
--includedir=$HOME/release/include --without-python
--without-graph --without-math
--without-mpi
--build-type=complete install
I am trying to build
the boost 1.37.0 with the above options.
Unfortunately I get
an error as follows and it does not build
Skipping
build of: ./install <build>no in common properties
Skipping
build of: ./install <build>no in common properties
Skipping
build of: ./install <build>no in common properties
Skipping
build of: ./install <build>no in common
properties
I need to do a
complete build so
I am providing the build-type=complete , what am I doing
wrong here ?
Am I missing any
other option?
Please let me
know
-PM-