Install Boost.Build: gcc command not found (Windows)
I'm trying to build boost from sources following this guide: "http://www.boost.org/doc/libs/1_53_0/more/getting_started/windows.html#or-bu..." I got the following outputs: here is bootstrap.log: here is my C:[...]\boost_1_53_0\tools\build\v2\user-config.jam: here is my PATH: It seems like the user-config.jam is not read by the bootstrap command. -- View this message in context: http://boost.2283326.n4.nabble.com/Install-Boost-Build-gcc-command-not-found... Sent from the Boost - Users mailing list archive at Nabble.com.
I'm trying to build boost from sources following this guide:
"http://www.boost.org/doc/libs/1_53_0/more/getting_started/windows.html#or-bu..."
I got the following outputs:
here is bootstrap.log:
here is my C:[...]\boost_1_53_0\tools\build\v2\user-config.jam:
here is my PATH:
It seems like the user-config.jam is not read by the bootstrap command.
It seems that you forgot to fill contents... Anyway, do you have MSVC installed on your PC?
AMDG On 05/29/2013 12:51 AM, Tom C wrote:
I'm trying to build boost from sources following this guide:
"http://www.boost.org/doc/libs/1_53_0/more/getting_started/windows.html#or-bu..."
I got the following outputs:
here is bootstrap.log:
here is my C:[...]\boost_1_53_0\tools\build\v2\user-config.jam:
here is my PATH:
It seems like the user-config.jam is not read by the bootstrap command.
Right. user-config.jam is parsed by Boost.Build. Boost.Build doesn't exist before running bootstrap. Just make sure that gcc is in your PATH. In Christ, Steven Watanabe
participants (3)
-
Igor R
-
Steven Watanabe
-
Tom C