Dear R user, I'm wondering if anyone was succesful in compiling R under hpux 10.20 I couldn't compile verion 1.2.1 or 1.3. I asked this question two weeks ago, but nobody replyed. Looks that not many people are using hpux machines. Thanks Frank Mattes Department of Virology Royal Free Hospital London -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
rggefrm <rggefrm at ucl.ac.uk> writes:> Dear R user, > > I'm wondering if anyone was succesful in compiling R under hpux 10.20 > I couldn't compile verion 1.2.1 or 1.3. > I asked this question two weeks ago, but nobody replyed. Looks that not > many people are using hpux machines.Did you copy r-bugs with that? If you don't, such problems tend to be forgotten. If you do (and it's not a spurious problem or non-bug), it will haunt us until it eventually gets fixed. However, in this particular case, there's a earlier bug report from Peter Kleiweg which seems to contain a couple of vital clues. http://r-bugs.biostat.ku.dk/cgi-bin/R/System-specific?id=1084 -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
rggefrm wrote:> > Dear R user, > > I'm wondering if anyone was succesful in compiling R under hpux 10.20 > I couldn't compile verion 1.2.1 or 1.3. > I asked this question two weeks ago, but nobody replyed. Looks that not > many people are using hpux machines.I was just giving it a try and got: checking for f77... f77 checking whether the Fortran 77 compiler (f77 ) works... no configure: error: installation or configuration problem: Fortran 77 compiler cannot create executables. Is this the same kind of problem you got?> > Thanks > Frank Mattes > Department of Virology > Royal Free Hospital > London > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- > r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html > Send "info", "help", or "[un]subscribe" > (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._-- Mag. David Meyer Wiedner Hauptstrasse 8-10 Vienna University of Technology A-1040 Vienna/AUSTRIA Department for Tel.: (+431) 58801/10772 Statistics and Probability Theory mail: david.meyer at ci.tuwien.ac.at -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
rggefrm wrote:> > Dear R user, > > I'm wondering if anyone was succesful in compiling R under hpux 10.20 > I couldn't compile verion 1.2.1 or 1.3. > I asked this question two weeks ago, but nobody replyed. Looks that not > many people are using hpux machines.I could compile R 1.3.1 and R-devel (from 2001-11-26) successfully on our hpux using the configure-option: --with-f77=fort77 The problem is that f77 on the hpux seems not to be POSIX-compliant by not accepting -L/path/to/libraries whereas ``fort77'' should be POSIX-compliant. (This ``feature'' is even documented in the hpux-man page of f77). -d> > Thanks > Frank Mattes > Department of Virology > Royal Free Hospital > London > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- > r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html > Send "info", "help", or "[un]subscribe" > (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._-- Mag. David Meyer Wiedner Hauptstrasse 8-10 Vienna University of Technology A-1040 Vienna/AUSTRIA Department for Tel.: (+431) 58801/10772 Statistics and Probability Theory mail: david.meyer at ci.tuwien.ac.at -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._