search for: f77

Displaying 20 results from an estimated 590 matches for "f77".

Did you mean: f7
2002 Jun 02
2
cluster installation hangs or too many args (PR#1624)
Full_Name: Felix Hernandez-Campos Version: R-1.5.0 OS: IRIX, FreeBSD, Solaris Submission from: (NULL) (208.30.174.32) [R-1.5.0] The installation of the package cluster fails in FreeBSD (4.2) and IRIX (6.5) (but it works fine for Solaris). In FreeBSD, the installation hangs right after f77 -fPIC -g -O2 -c clara.f -o clara.o (the first FORTRAN compile). In IRIX, the program also hangs at the same point, but after a minute or two, it returns an error about an "arg list too long". The problem is in ~R/bin/f77. I added a print out statement in ~R/bin/f77 and it shows that...
2006 Jun 07
2
further f77/gfortran
OK: despite Dirk's very kind help, I decided that trying to deal with R configuration and Debian configuration simultaneously was too difficult. I did manage to solve my problem by reconfiguring/making/ installing all of 2.3.1 from source: ./configure F77=/usr/bin/g77 make make install A few questions inspired by this experience: (1) it seems a bit odd that R sets F77=gfortran by default, since the system has both g77 and gfortran compilers on it, and given that there is a separate variable (FC) for the Fortran 90/95 compiler -- does it make...
1999 Mar 10
0
Compiling R-0.63.? on DEC Alpha UNIX 4.0
...d to compile R-0.63.1 to R-0.63.3 on my DEC Alpha with the operating system of UNIX 4.0. All have the same problem after R.binary has been successfully compiled. The last few lines of the message are shown as below: ... make[4]: Entering directory `/home/ming/R-0.63.3/src/library/modreg/src' f77 -c bsplvd.f -o bsplvd.o f77 -c bvalue.f -o bvalue.o f77 -c bvalus.f -o bvalus.o f77 -c dpbfa.f -o dpbfa.o f77 -c dpbsl.f -o dpbsl.o cc -ieee_with_inexact -g -I../../../../include -c ksmooth.c -o ksmooth.o cc -ieee_with_inexact -g -I../../../../include -c loessc.c -o loessc.o f77 -c lo...
1999 Apr 12
3
Fortran vs C, easing using Fortran
...@uni-klu.ac.at> > > I think in R we can do better than at present, if only I knew > > exactly how. One idea is to have (effectively) a `hints' file that > > configure uses to add a base set of libraries to FLIBS, but on Solaris > > at least, using the Fortran command (f77 or g77) to link a dynamic library > > does the job. For linking with ld the base FLIBS would need to be > > > > -lF77 -lM77 -lV77 -lsunmath -lm > > > > _if_ f77 is used. How viable is `use FC to link' on other platforms? > > > > I'm not sure i...
2001 Sep 24
2
configure problem
On solaris 8 with forte 6.1 for F77 and CC. I try to configure I get the following message. checking whether f77 appends underscores... yes checking whether f77 and cc agree on int and double... configure: warning: f77 and cc disagree on int and double configure: error: Maybe change CFLAGS or FFLAGS? Thanks in advance -- Govind...
2000 Jun 19
2
fortran compile problem with R-1.1.0
...R-core team, and do add my applause and thanks. I've had a compile problem with the latest version which has not occurred before. I'm compiling under: platform sparc-sun-solaris2.6 arch sparc os solaris2.6 system sparc, solaris2.6 and have used f77 without problems in the past. Now --with-f77 gives a compile error, --with-g77 gives a different error, but --with-f2c does work. Specifying --with-f77 I got the following in config.log: ***** config.log file: ***** configure:2187: checking whether the Fortran 77 compiler (f77 ) works configu...
1998 Oct 13
1
Assembler messages?
...her mail) but a number give 'Assembler messages'. Of these I will quote an install log for 'akima' in full: ........................................................................... for:/usr/local/R/bin # ./R INSTALL /usr/local/tempR/akima Installing package `akima' ... libs f77 -fpic -c idbvip.f -o idbvip.o f77 -fpic -c idgrid.f -o idgrid.o f77 -fpic -c idpdrv.f -o idpdrv.o f77 -fpic -c idsfft.f -o idsfft.o f77 -fpic -c idxchg.f -o idxchg.o f77 -fpic -c idcldp.f -o idcldp.o /tmp/cca01314.s: Assembler messages: /tmp/cca01314.s:881: Error: operands given don't match any...
1998 Oct 13
1
Assembler messages?
...her mail) but a number give 'Assembler messages'. Of these I will quote an install log for 'akima' in full: ........................................................................... for:/usr/local/R/bin # ./R INSTALL /usr/local/tempR/akima Installing package `akima' ... libs f77 -fpic -c idbvip.f -o idbvip.o f77 -fpic -c idgrid.f -o idgrid.o f77 -fpic -c idpdrv.f -o idpdrv.o f77 -fpic -c idsfft.f -o idsfft.o f77 -fpic -c idxchg.f -o idxchg.o f77 -fpic -c idcldp.f -o idcldp.o /tmp/cca01314.s: Assembler messages: /tmp/cca01314.s:881: Error: operands given don't match any...
2002 Apr 01
1
R compile on Solaris 8 fails (PR#1428)
Full_Name: Christine Brower Version: 1.4.1 OS: Solaris 8 Submission from: (NULL) (128.151.148.205) Configure options fails with following message: ./configure --with-f77 loading cache ./config.cache checking for a BSD compatible install... tools/install-sh -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... mis...
2007 Oct 30
2
R installation on SuSE 10.3
I have downloaded the source code for Linux. the ./configure procedure can find gcc but cannot find f77 or f2c I have looked for the above compiler with Test and installed all what pertains to Fortran. Still not even the man pages for f77 anf fc2 work >. Where is f77 and f2c with linux 10.3 ?? Thank you do much -- Maura E.M [[alternative HTML version deleted]]
1998 Oct 07
2
R-beta: R0.62.3 installation on RedHat 5.0
I have R-0.62.3 and RedHat 5.0 with fort77. At the office R is running but when I install a package, eg. 'akima' I get a message make: f77: Command not found 'R INSTALL library' does not accept fort77, but R installation checks f77/g77/fort77. Is there an easy way to edit some file and replace f77/g77 with fort77? At home I have the same R and Linux versions, but when installing R a fatal error occurs after /lib/libma...
2005 Mar 09
3
R-2.0.1 Gentoo g77 problem
Hello, I use Gentoo and I can't get R 2.0.1 to compile. I used the portage system, Gentoo's source package sytem, and after it uncompresses the source to R, it says that I don't have a fortran compiler. It told me to use f77 flag and re-emerge gcc, which I did with the f77 and fortran flags, but it still won't compile. Does anyone have any ideas? I suspect that gcc has changed it's interworkings, because if I do a gcc -v it says that I can compile fortran(f77) programs, but I don't have g77. If anyone has a...
2001 Nov 11
0
help with compiling under hpux
Dear all, to begin with, I'm not a professional programmer and this might explain my problems. I apologize tis in advance. I tried to compile R-1.3.1 under hpux 10.20 and have problems with the configure script. I have installed the hpux c and f77 compiler and gcc 3.01 The configue script (started with ./configure) stops with the following lines: checking for unzip... no checking for zip... no checking for main in -lm... yes defining F77 to be f77 checking whether the Fortran 77 compiler (f77 ) works... no configure: error: installation o...
2002 Jun 02
0
cluster installation hangs or too many args (PR#1623)
Full_Name: Felix Hernandez-Campos Version: R-1.5.0 OS: IRIX, FreeBSD, Solaris Submission from: (NULL) (208.30.174.32) [R-1.5.0] The installation of the package cluster fails in FreeBSD (4.2) and IRIX (6.5) (but it works fine for Solaris). In FreeBSD, the installation hangs right after f77 -fPIC -g -O2 -c clara.f -o clara.o (the first FORTRAN compile). In IRIX, the program also hangs at the same point, but after a minute or two, it returns an error about an "arg list too long". The problem is in ~R/bin/f77. I added a print out statement in ~R/bin/f77 and it shows that...
2004 Nov 28
1
[LLVMdev] attempt to make dummy drivers for llvm-gcc for f77, java and objc
Hi, I am sick of remembering things, when configuring and compiling, so I would like to help make the cvs configuring and building of llvm easier. Here are a set of empty files that produce broken f771,jc1 and cc1obj. At least the make does not break. Right now I am only compiling and linking in these two new files via shell scripts as a test. If you are interested, I can integrate this into the Makefile of the gcc and propose a patch and send you the entire files. I removed that so that you ar...
2000 Feb 08
0
configure doesn't accept f77 on alpha (PR#419)
Full_Name: Albrecht Gebhardt Version: 0.99.0 OS: alpha, osf4.0 Submission from: (NULL) (143.205.180.40) configure stops when checking if cc and f77 "agree on int and double". This is only due to a linking problem (linking fortran object with cc without for_main.o complains about unreloved dependency to main. Solution: add -expect_unresolved main to th linking step, see patch below --- ./aclocal.m4.dec-flibs-patch Mon Feb 7 14:33:2...
2001 Jan 10
1
configure error on alpha (PR#806)
Hi, I've found that the default options of gcc and g77 on alpha produce an executable that suffers from floating exceptions. There seems to be a problem with the configure scripts that prevents the --with-f77 option working correctly. The configure script tests that f77 is running by attempting to compile and link a dummy program - the link step seems broken on the alpha (it doesn't like the command f77 -o conftest conftest.f -L/usr/local/lib The command works fine without the -L switch. ) my w...
1998 Nov 06
1
DEC alpha INSTALLATION R-0.62.4
...perl checking whether perl is perl 5... yes checking for gcc... no checking for cc... cc checking whether the C compiler (cc ) works... yes checking whether the C compiler (cc ) is a cross-compiler... no checking whether we are using GNU C... no checking for ranlib... (cached) ranlib checking for f77... f77 checking for underscore after Fortran symbols... yes checking for sin in -lm... yes checking for main in -lncurses... no checking for main in -ltermcap... yes checking for dlopen in -ldl... no checking for main in -ldxml... no checking for main in -lblas... no checking for rl_callback_read_c...
1999 May 03
1
problems compiling R-0.63.3 on alpha
.../src/include -c S_compat.c -o S_compat.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c approx.c -o approx.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c bakslv.c -o bakslv.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c binning.c -o binning.o f77 -g -fpe3 -c ch2inv.f -o ch2inv.o f77 -g -fpe3 -c chol.f -o chol.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c cpoly.c -o cpoly.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c cumsum.c -o cumsum.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c di...
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
...other cases. # CFLAGS=3D"-g -I/usr/local/include" # Header file search directory (`-IDIR') and any other miscellaneous # options for the C preprocessor and compiler. # CPPFLAGS=3D # The command which runs the the FORTRAN compiler. # If unspecified, a search is made for g77, fort77, f77, f90, xlf, cf77, # and fc (in that order). If none of these is found, f2c is used if # found; otherwise, R cannot be compiled. The search mechanism can be # changed using the `--with-g77', `--with-f77', and `--with-f2c' command # line options to configure. FC=3D"f77" # Opti...