Boost logo

Boost Users :

From: Heinquoi (heinquoi1_at_[hidden])
Date: 2004-07-15 12:42:29


It seems to me, you read
http://www.boost.org\tools\build\v1\mingw-tools.html, that the path of mingw
is not defined at the absense of parameter. You could define it that:
Bjam -sMINGW_ROOT_DIRECTORY=c:\your_path_to_mingw -sTOOLS=mingw install
Or if your path has a space in its name ( but i think is not possible for
the good work of mingw, i am not sure.)
Bjam "-sMINGW_ROOT_DIRECTORY=c:\your_path_to_mingw -sTOOLS=mingw" install

> -----Message d'origine-----
> De : boost-users-bounces_at_[hidden] [mailto:boost-users-
> bounces_at_[hidden]] De la part de David Abrahams
> Envoyé : mercredi 14 juillet 2004 17:49
> À : boost-users_at_[hidden]
> Objet : [Boost-users] Re: Building boost under mingw: bjam invokes VC7??
> (part II: typo cor rected)
>
> "Brewer, Christopher" <cbrewer_at_[hidden]> writes:
>
> > Oops, sorry, Ben and Heinquoi- that was a typo :P
> > What I *meant* to say was:
> >
> > Starting bjam with:
> > bjam -sTOOLS=mingw install
> > causes bjam to invoke VC7 instead of gcc. Same thing if quotes are used
> (as
> > described in the documentation:
> > bjam "-sTOOLS=mingw" install
> >
> > I ran it again, making sure that I actually used -sTOOLS and not -sTOOL,
> and
> > I still see the described behavior.
> >
> > Again, this is using boost 1.31.0, msys and mingw on Windows 2000, and a
> > prebuilt version of bjam recently downloaded from sourceforge.
> >
> > Anyone have any ideas how to make bjam (properly) invoke gcc?
>
> This is *very* strange. You appear to be doing everything right.
> Could you please enter the following lines:
>
> bjam -f- "-sTOOLS=mingw" install
> ECHO $(TOOLS) ;
> ^Z
>
> Note the space before the semicolon. ^Z means control-Z on your
> keyboard. Post the output here.
>
> Also do:
>
> bjam -d+5 "-sTOOLS=mingw" install > bug.out
>
> and then *compress* bug.out and post it on some FTP site or web page
> and tell us where to get it. If you can't make it available for
> download, please email the result to me privately (compressed).
>
> --
> Dave Abrahams
> Boost Consulting
> http://www.boost-consulting.com
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users


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