Kaydet (Commit) 53bb550a authored tarafından Guido van Rossum's avatar Guido van Rossum

Solaris and IRIX specific instructions for fpectl.

üst f39fc43f
...@@ -322,12 +322,24 @@ parser parsermodule.c ...@@ -322,12 +322,24 @@ parser parsermodule.c
cStringIO cStringIO.c cStringIO cStringIO.c
cPickle cPickle.c cPickle cPickle.c
# Lee Busby's SIGFPE modules. # Lee Busby's SIGFPE modules.
# The library to link fpectl with is platform specific. # The library to link fpectl with is platform specific.
# See instructions in fpectlmodule.c. # Choose *one* of the options below for fpectl:
# For SGI IRIX (tested on 5.3):
#fpectl fpectlmodule.c -lfpe
# For Solaris with SunPro compiler (tested on 2.5):
# (Without the compile you don't have -lsunmath.)
#fpectl fpectlmodule.c -R/opt/SUNWspro/lib -lsunmath -lm
#fpectl fpectlmodule.c # For other systems: see instructions in fpectlmodule.c.
#fpectl fpectlmodule.c ...
# Test module for fpectl. No extra libraries needed.
#fpetest fpetestmodule.c #fpetest fpetestmodule.c
# Example -- included for reference only: # Example -- included for reference only:
# xx xxmodule.c # xx xxmodule.c
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment