Changes between Version 30 and Version 31 of babelbgp


Ignore:
Timestamp:
10/05/09 17:02:10 (13 years ago)
Author:
tramer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • babelbgp

    v30 v31  
    2222If the configure fails, run aclocal, autoconf, and automake in both $BABEL_SRC and $BABEL_SRC/runtime.  Note that you will need autoconf 2.64 and automake 1.10.x; these are not available on the login machines and you will have to build them yourself (but do not need to port them to BG/P; they will only be used for building). 
    2323 
    24 A last resort is to build the latest development version of libtool, which has some preliminary BG/P support rolled into it.  You can get instructions on how to obtain it from [http://www.gnu.org/software/libtool/ the GNU libtool project page].  You WILL need to build libtool for BG/P so that it is possible to link against the ltdl libraries.  If you're frightened of rolling your own, you can use the libtool available in /home/tramer/libtool-dev-bgp.  Note that you will still need the latest (stable) aclocal, autoconf, and automake to get the dev libtool to work. 
    25  
    26  
    2724If your configure fails, please look at Boyana's instructions below and examine your output to determine where the mistake could be. 
    2825 
     
    31284. 'make clean all install' 
    3229 
    33 If your make fails, please look at Boyana's instructions below and examine your output to determine where the mistake could be. 
     30If your make fails, please look at Boyana's instructions below and examine your output to determine where the mistake could be.  A last resort is to build the latest development version of libtool, which has some preliminary BG/P support rolled into it.  You can get instructions on how to obtain it from [http://www.gnu.org/software/libtool/ the GNU libtool project page].  You WILL need to build libtool for BG/P so that it is possible to link against the ltdl libraries.  If you're frightened of rolling your own, you can use the libtool available in /home/tramer/libtool-dev-bgp.  Note that you will still need the latest (stable) aclocal, autoconf, and automake to get the dev libtool to work. 
    3431 
    3532==== Old build instructions (Notes by Boyana Norris [mailto:[email protected]]) ====