Changes between Version 3 and Version 4 of BoostFusion0x
- Timestamp:
- May 6, 2008, 5:31:54 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoostFusion0x
v3 v4 13 13 http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=240780 14 14 15 When running the installer, you only need to install the 16 "minimal" set of files. 15 When running the installer, you only need to install the "minimal" set of files. 17 16 18 17 2) Download the "core" and "g++" GCC 4.3.0 binaries from here: … … 20 19 http://www.tdragon.net/recentgcc/ 21 20 22 3) Unzip the two files over top of your MINGW distribution, which 23 replaces the default (ancient) compiler with GCC 4.3. 21 3) Unzip the two files over top of your MINGW distribution, which replaces the default (ancient) compiler with GCC 4.3. 24 22 25 4) Try to compile a simple program, e.g., "static_assert(false, "It 26 works!");" with 23 4) Try to compile a simple program, e.g., "static_assert(false, "It works!");" with 27 24 28 25 c:\mingw\bin\g++ -std=c++0x foo.cpp … … 33 30 sudo port install gcc43 34 31 35 Fink also has a version of GCC 4.3 in the unstable distribution. Once 36 you've configured for the unstable distribution, use: 32 Fink also has a version of GCC 4.3 in the unstable distribution. Once you've configured for the unstable distribution, use: 37 33 38 34 fink install gcc43 39 35 40 For Linux users: You can build GCC 4.3 on your own (get the source at 41 gcc.gnu.org), or perhaps be lucky enough to find a binary for your 42 particular distribution. 36 For Linux users: You can build GCC 4.3 on your own (get the source at gcc.gnu.org), or perhaps be lucky enough to find a binary for your particular distribution. 43 37