Displaying 1 result from an estimated 1 matches for "b3909db".
2003 May 26
1
Problem with a 64bit R on HP-UX]
Greetings,
We are trying to compile a 64bit version of R (1.7.0) on HP-UX (11.11),
but are running into some problems.
The following relevant filesets are installed:
B3901BA B.11.11.04 HP C/ANSI C Developer's
Bundle for HP-UX 11.i (S800)
B3909DB B.11.11.60 HP Fortran 90 Compiler
and associated products (S800)
B3913DB C.03.33.01 HP aC++ Compiler (S800)
This is our configure step:
./configure --prefix=/site/R-1.7.0 CC="cc" CFLAGS="+O2 +DD64" \
CXX="aCC" CXXFLAGS="+O2 +DD64" \
FC="f90" F77=&...