Changes between Version 4 and Version 5 of CompilingMapGuide22Ubuntu910


Ignore:
Timestamp:
Jul 26, 2010, 11:09:27 AM (14 years ago)
Author:
hluo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilingMapGuide22Ubuntu910

    v4 v5  
    1010Compilation is more successful if Ubuntu 10.04 is set up to use GCC 4.1.
    1111
    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):
     121. Grab [http://golubenco.org/2007/06/14/atomic-operations Tudor Golubenco's atomic.h] replacement header and drop it in /usr/include/asm. 
     132. 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
    1321{{{
    1422apt-get install gcc-4.1 g++-4.1 autoconf automake automake1.7 libtool bison