Changes between Version 4 and Version 5 of CompilingMapGuide22Ubuntu910
- Timestamp:
- 07/26/10 11:09:27 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilingMapGuide22Ubuntu910
v4 v5 10 10 Compilation is more successful if Ubuntu 10.04 is set up to use GCC 4.1. 11 11 12 Grab [http://golubenco.org/2007/06/14/atomic-operations Tudor Golubenco's atomic.h] replacement header and drop it in /usr/include/asm. Then install the following packages (list may not be complete): 12 1. Grab [http://golubenco.org/2007/06/14/atomic-operations Tudor Golubenco's atomic.h] replacement header and drop it in /usr/include/asm. 13 2. install the following packages (list may not be complete): 14 * gcc-4.1 15 * g++-4.1 16 * autoconf 17 * automake 18 * libtool 19 * bison 20 * zlibc 13 21 {{{ 14 22 apt-get install gcc-4.1 g++-4.1 autoconf automake automake1.7 libtool bison