
31 Aug
2007
31 Aug
'07
9:11 a.m.
david shaw wrote:
3: I open the user-config.jam file (like explained) and I modify the file, the modification is the following:
import toolset : using gcc ; # GCC configuration # Configure gcc (default version) using gcc : : "C:\mingw\bin\g++";
It looks like your email client is eating newlines. I assume your user-config.jam has this: # GCC configuration # Configure gcc (default version) using gcc : : "C:\mingw\bin\g++"; and if so, you need a whitespace before ";" - Volodya