Changes between Version 9 and Version 10 of babelbgp


Ignore:
Timestamp:
02/23/09 18:22:59 (14 years ago)
Author:
norris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • babelbgp

    v9 v10  
    66 
    772. I discovered that the following prerequisites were necessary: libxml2, then zlib. The former was required for Python support (so the fact that Babel includes libparsifal does not remove the dependence on libxml2 if you want Python). The latter was required by libxml2.  
    8   2.a zlib-1.2.3 was configured with: 
     8  a. zlib-1.2.3 was configured with: 
    99 
    1010  {{{ 
     
    1414  and then I had to manually change the values of the CC and LDSHARED variables since zlib does not have a real configure. The values were CC=mpixlc and LDSHARED=mpixlc (I think you only really need CC). 
    1515 
    16   2.b libxml2-2.7.3 was configured with  
     16  b. libxml2-2.7.3 was configured with  
    1717 
    1818  {{{