Changes between Version 7 and Version 8 of Building/Solaris
- Timestamp:
- 01/22/09 10:59:14 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Solaris
v7 v8 29 29 The `/usr/sfw/bin/gcc` version (at least on Solaris 10) is 3.4.x which is reported to have problems, see below. 30 30 31 It is recommended therefor to install another gcc package, either from some Solaris binary package or to build a vanilla gcc from source.31 It is recommended therefore to install another gcc package, either from some Solaris binary package or to build a vanilla gcc from source. 32 32 33 33 === Selecting a good GCC version === … … 54 54 ./configure --with-gcc=/opt/gcc-vanilla/4.1.2/bin/gcc 55 55 }}} 56 57 Of course, it may also make sense to omit the `--with-gcc=` flag (with an exotic path) and leave it to the user to ensure the proper `gcc` is found via the $PATH`. 56 58 57 59 == Fixing the `unix` package ==
