Changes between Version 1 and Version 2 of bgpdistutils
- Timestamp:
- 02/25/09 20:41:49 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
bgpdistutils
v1 v2 5 5 Building python for the front end is pretty straightforward. Here is an example build for Python 2.6.1: 6 6 {{{ 7 $ ../Python-2.6.1/configure --prefix=/home/norris/soft --enable-shared -disable-ipv6 --without-threads CC=gcc LDFLAGS= CXX=g++ LINKCC=gcc 7 $ ../Python-2.6.1/configure --prefix=/home/norris/soft --enable-shared \ 8 --disable-ipv6 --without-threads CC=gcc LDFLAGS= CXX=g++ LINKCC=gcc 8 9 $ make 9 10 $ make install