Solaris 2.6

From pega.life
Revision as of 21:02, 17 November 2025 by 172.17.0.1 (talk) (Python 3.4.10)
Jump to navigation Jump to search

Python 3.4.10

cd /root
curl -JLO https://www.python.org/ftp/python/3.4.10/Python-3.4.10.tar.xz
gtar xf Python-3.4.10.tar.xz
cd Python-3.4.10

make clean; 
CPPFLAGS="-I/usr/tgcware/include" \
LDFLAGS="-L/usr/tgcware/lib" \
CFLAGS="-O2 -D__EXTENSIONS__ $CPPFLAGS" \
CC=/usr/tgcware/gcc43/bin/i386-pc-solaris2.6-gcc \
CXX=/usr/tgcware/gcc43/bin/i386-pc-solaris2.6-g++ \
./configure --prefix=/opt/local --with-system-expat; 
make -j8 ; make install