Problems with the re module on IRIX
Andrew Dalke
dalke at acm.org
Sun Dec 31 10:23:55 EST 2000
More information about the Python-list mailing list
Sun Dec 31 10:23:55 EST 2000
- Previous message (by thread): how to flatten & lump lists
- Next message (by thread): Problems with the re module on IRIX
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yogi Parish wrote:
>I cannot get the re module to run on an SGI. (1.5.2) Has anybody
>had similar experiences with such a problem (make test fails
>in test_re)....
Searching the back newsgroup messages would bring up a few
matches. There's a problem with SGI's optimizer. Recompile
the re file without optimizations or use gcc. (But older
gccs also have problems and set max int to -1.)
Andrew
dalke at acm.org
- Previous message (by thread): how to flatten & lump lists
- Next message (by thread): Problems with the re module on IRIX
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list