Displaying 1 result from an estimated 1 matches for "linuxaout".
Did you mean:
linuxant
1999 Jun 09
1
R correct g77 flags for Linux/Alpha (PR#208)
...hat-6.0 default.
--- R-0.64.1/configure.in.orig Tue Jun 8 19:05:31 1999
+++ R-0.64.1/configure.in Tue Jun 8 19:06:28 1999
@@ -575,6 +575,7 @@
;;
alpha*linux)
CFLAGS="-mieee ${CFLAGS}"
+ FFLAGS="-mieee ${FFLAGS}"
DLLFLAGS=-export-dynamic
;;
*linuxaout)
To the rpm maintainer: You can simply apply the following patch to the
spec file of R-base-0.64.1-5.src.rpm without patching the configure.in
patch. I also do not know why CFLAGS need to be -O1 instead of -O2??
--- R-base.spec.orig Tue Jun 8 18:39:31 1999
+++ R-base.spec Tue Jun 8 18:44:...