28 Jul
2009
28 Jul
'09
3:43 p.m.
Roman Shmelev wrote:
Dear community, please suggest.
I try to compile Boost under EC2 (Fedora 8) the problem is: it seems to ignore --layout=system. I mean, for example created path is /usr/local/include/boost_1.39.0/ but must be /usr/local/include/boost/ !
This is pretty strange. Looking at the code in SVN, there's no way it can *ever* produce such a name. It can produce /usr/local/include/boost-1_39_0/ and only if using versioned layout. Are you sure you are using unmodified 1.39 source release and not version patched by the distribution?
More, it seems to not place compiled libraries to /usr/local/lib, which must be done by default.
What is the exact command line you are using? - Volodya