File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 367367 ftp.qnx.com in /usr/free. I used the following process to build,
368368 test and install Python 1.5 under QNX:
369369
370- 1) SHELL=/usr/local/bin/bash CC=cc CFLAGS=-5 -O RANLIB=: \
370+ 1) SHELL=/usr/local/bin/bash CC=cc CFLAGS=" -5 -O" RANLIB=: \
371371 bash ./configure --verbose --without-gcc --with-libm=""
372372
373373 2) copy Modules/Setup.in to Modules/Setup; edit Modules/Setup to
377377 regex reop pcre posix signal readline array cmath math strop
378378 struct time operator _locale fcntl pwd grp crypt select socket
379379 errno termios audioop imageop rgbimg md5 timing rotor syslog
380- new gdbm soundex binascii parser cStringIO cPickle zlib
380+ new gdbm soundex binascii parser cStringIO cPickle zlib curses
381381
382382 3) SHELL=/usr/local/bin/bash make SHELL=/usr/local/bin/bash
383383
You can’t perform that action at this time.
0 commit comments