Displaying 1 result from an estimated 1 matches for "g773".
Did you mean:
773
2002 Sep 20
1
Install with 64-bit GCC 3.2 (PR#2048)
Hi,
been trying to build R-1.5.1 for som eof our users here.
No probs with gcc-3.2 32-bit installtion, but thought we'd try it with
the 64-bit just for the crack.
Configuring thus
CC=gcc3 CFLAGS="-m64" CXX=g++3 CXXFLAGS="-m64" F77=g773 FFLAGS="-m64"
LDFLAGS="-m64 -L/usr/local/packages/gcc-3.2/lib/sparcv9" ./configure
--prefix=/usr/local/packages/R-1.5.1-64bit
runs OK, however one of the tests (I assume it is a test anyway) fails thus
gcc3 -G -o ctest.so ansari.o chisqsim.o d2x2xk.o fexact.o kendall.o ks.o...