Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1d368c

Browse files
committed
Tiny doc patch for QNS
1 parent e8c27bb commit b1d368c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ QNX: Chris Herborth ([email protected]) writes:
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
@@ -377,7 +377,7 @@ QNX: Chris Herborth ([email protected]) writes:
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

0 commit comments

Comments
 (0)