Changes between Version 22 and Version 23 of babelbgp
- Timestamp:
- 02/24/09 22:51:03 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
babelbgp
v22 v23 57 57 AC_MSG_WARN([Configuration for Python failed. Support for Python disabled!]) 58 58 }}} 59 Finally, 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 }}} 59 76 60 77 While 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: