17 Oct
2007
17 Oct
'07
2:03 p.m.
question boost 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 configuration
# Configure gcc (default version)
using gcc : : "C:\mingw\bin\g++" ;
I get the following message:
"C:mingwbing++ n'est pas reconnu en tant que commande interne ou externe, un programme executable ou un fichier de commandes .."
Try using forward slashes, e.g. "c:/mingw/bin/g++" ? The message looks as if your backslashes were treated as Unix escapes rather than as Windows path separators.