Subject: [Boost-users] bootstrap.sh generates incorrect libdir in project-config.jam
From: Andreas Klöckner (lists_at_[hidden])
Date: 2009-07-09 23:24:53


Hi all,

When I ran bootstrap.sh --prefix=$HOME/pool, it did generate a broken project-
config.jam--it used

option.set libdir : /lib ;

instead of

option.set libdir : /home/andreas/pool/lib ;

Has anybody else run into the issue described here? Any chance for fixed
tarballs?

Thanks,
Andreas