Changes between Version 22 and Version 23 of babelbgp


Ignore:
Timestamp:
02/24/09 22:51:03 (14 years ago)
Author:
norris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • babelbgp

    v22 v23  
    5757         AC_MSG_WARN([Configuration for Python failed.  Support for Python disabled!]) 
    5858}}} 
     59Finally, I modified {{{runtime/config/config.sub}}} as follows: 
     60{{{ 
     61*** config.sub  2008-10-21 11:42:24.000000000 -0500 
     62--- /home/norris/babel-1.4.0.bk/runtime/config/config.sub       2009-02-23 13:23:35.376490273 -0600 
     63*************** 
     64*** 1391,1396 **** 
     65--- 1391,1399 ---- 
     66        -bgl) 
     67                os=-bgl 
     68                ;; 
     69+       -bgp) 
     70+               os=-bgp 
     71+               ;; 
     72        -catamount) 
     73                os=-catamount 
     74                ;; 
     75}}} 
    5976 
    6077While building prerequisites (see next item), I found that libtool did not support building and linking shared libraries using IBM's compilers. The perfect fix for this problem is to add BG/P support to libtool. The faster workaround was to first set an environment variable: