Displaying 1 result from an estimated 1 matches for "pc164sx".
Did you mean:
pc164lx
1999 Jun 09
1
R correct g77 flags for Linux/Alpha (PR#208)
...s set to a really tiny value.
So I gave -mieee for g77, and it solved the problem.
The configure correctly identify the CFLAGS for alpha, but -mieee should
be given to g77, too. So in configure.in and configure, you should add
the following (I included a patch below)
By the way, I compiled R on PC164SX + 21164PC/533 using egcs-1.1.2. All
other libraries are Redhat-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="-mie...