|
Boost : |
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-04-13 07:53:28
I do it all the time.
Do you have it installed?
My cygwin g++3 is installed in /usr/local, so I write:
jam -sTOOLS=gcc -sGCC_ROOT_DIRECTORY=c:/cygnus/usr/local
If you have your gcc convigured correctly, you can pass the -V option:
jam -sTOOLS=gcc -sBUILD="<cxxflags>-V3"
'course, I'm not familiar with using the -V option in depth; it may need
a more explicit version number, like 3.0.4.
-Dave
----- Original Message -----
From: "Neal D. Becker" <nbecker_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Friday, April 12, 2002 8:12 AM
Subject: [boost] build with variant g++
> I want to build boost with g++3 as my compiler. What do I do?
> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk