|
Boost Users : |
From: Nat Goodspeed (nat_at_[hidden])
Date: 2007-10-17 10:03:45
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.
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net