Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53bb550 commit 159b77fCopy full SHA for 159b77f
1 file changed
Modules/Setup.in
@@ -1,3 +1,4 @@
1
+# -*- shell-script -*-
2
# The file Setup is used by the makesetup script to construct the files
3
# Makefile and config.c, from Makefile.pre and config.c.in,
4
# respectively. The file Setup itself is initially copied from
@@ -330,8 +331,8 @@ cPickle cPickle.c
330
331
# For SGI IRIX (tested on 5.3):
332
#fpectl fpectlmodule.c -lfpe
333
-# For Solaris with SunPro compiler (tested on 2.5):
334
-# (Without the compile you don't have -lsunmath.)
+# For Solaris with SunPro compiler (tested on Solaris 2.5 with SunPro C 4.2):
335
+# (Without the compiler you don't have -lsunmath.)
336
#fpectl fpectlmodule.c -R/opt/SUNWspro/lib -lsunmath -lm
337
338
# For other systems: see instructions in fpectlmodule.c.
0 commit comments