how to build boost with special gcc
17 Oct
2002
17 Oct
'02
9:54 a.m.
i install gcc-3.2 in a new directory. pl. /usr/local/gcc-3.2/ how build boost with it. Thanks.
17 Oct
17 Oct
12:51 p.m.
"wugui"
i install gcc-3.2 in a new directory. pl. /usr/local/gcc-3.2/
how build boost with it.
Go to your boost root directory and: bjam -sTOOLS=gcc -sGCC_ROOT_DIRECTORY=/usr/local/gcc-3.1 If you want the Boost.Python library, be sure to follow the directions at http://www.boost.org/libs/python/doc/building.html -- David Abrahams dave@boost-consulting.com * http://www.boost-consulting.com Building C/C++ Extensions for Python: Dec 9-11, Austin, TX http://www.enthought.com/training/building_extensions.html
8060
Age (days ago)
8060
Last active (days ago)
1 comments
2 participants
participants (2)
-
David Abrahams
-
wugui