Displaying 20 results from an estimated 687 matches for "g77".
Did you mean:
77
2001 Feb 01
1
configure bug in R-1.2.1 and earlier (PR#836)
Unless I force the Fortran compiler through --with-g77, configure fails to
find and use the installed g77. I would submit a patch for configure.in,
but I can't quite follow the logic in configure.in.
$ ./configure
creating cache ./config.cache
[...]
checking for main in -lm... yes
checking for g77... /usr/local/gnu/bin/g77
checking for fort77.....
2005 Apr 05
1
Install R 2.0 package on R 1.9.1
...g for
/usr/local/lib/gcc/powerpc-apple-darwin6.6/3.4 which doesn't exist. I'm
not sure where it is getting that from. I can only guess that autoconf or
something is messed up on this machine:
R CMD INSTALL quantreg_3.76.tar.gz
* Installing *source* package 'quantreg' ...
** libs
g77 -fno-common -g -O2 -c akj.f -o akj.o
g77 -fno-common -g -O2 -c boot.f -o boot.o
g77 -fno-common -g -O2 -c bound.f -o bound.o
g77 -fno-common -g -O2 -c boundc.f -o boundc.o
g77 -fno-common -g -O2 -c chlfct.f -o chlfct.o
g77 -fno-common -g -O2 -c cholesky.f -o cholesky.o
g77 -fno-...
2006 Jul 28
1
could someone help me to install packages "gam" (ubuntu 6.06)
...Tcl/Tk interface ... done
trying URL 'http://cran.cnr.Berkeley.edu/src/contrib/gam_0.97.tar.gz'
Content type 'application/x-gzip' length 89613 bytes
opened URL
==================================================
downloaded 87Kb
* Installing *source* package 'gam' ...
** libs
g77 -fpic -g -O2 -c backfit.f -o backfit.o
g77 -fpic -g -O2 -c backlo.f -o backlo.o
g77 -fpic -g -O2 -c bsplvd.f -o bsplvd.o
g77 -fpic -g -O2 -c bvalue.f -o bvalue.o
g77 -fpic -g -O2 -c bvalus.f -o bvalus.o
g77 -fpic -g -O2 -c linear.f -o linear.o
gcc -I/usr/share/R/include -I/usr/sha...
2009 Aug 23
0
[LLVMdev] x86_64 darwin multilib gfortran testresults
.../specifics_1.f90 -O3 -g compilation failed to produce executable
FAIL: gfortran.dg/specifics_1.f90 -Os (internal compiler error)
FAIL: gfortran.dg/specifics_1.f90 -Os (test for excess errors)
WARNING: gfortran.dg/specifics_1.f90 -Os compilation failed to produce executable
FAIL: gfortran.dg/g77/980628-10.f -O0 execution test
FAIL: gfortran.dg/g77/980628-10.f -O1 execution test
FAIL: gfortran.dg/g77/980628-10.f -O2 execution test
FAIL: gfortran.dg/g77/980628-10.f -O3 -fomit-frame-pointer execution test
FAIL: gfortran.dg/g77/980628-10.f -O3 -fomit-frame-pointer -funroll-loops exec...
2002 Jun 11
2
Installing R with g77 fortran compiler
Hello,
I am trying to compile sources of R-1.5.0 on a Mandrake 8.1 linux box.
For Fortran compiler needs, I downloaded and installed a g77 rpm. But
the configure step fails with following output. I would like to know if
any of you had similar problem and how you solved.
Thanks in advance.
Mohan
------------------- configure output ------
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking...
2006 Jun 06
1
help compiling package with g77
...It worked well until recently [despite warnings about deprecated
headers "includes at least one deprecated or antiquated header" --
when I tried to fix these the code stopped working, so I left
them alone]. Now an upgrade of my Debian system has apparently
got R switched over from using g77 to gfortran. The old code
has EQUIVALENCE functions in it that gfortran doesn't like ...
(I know, the right thing would be to go back and understand all
the code and rewrite it, but I'm not sure I can bear it.)
My first attempt was to hack things by replacing /usr/bin/gfortran
(a link t...
2007 Oct 06
1
problem installing fields package 3.5 on R 1.8.1 on linux
........ ..........
.......... .......... .......... .......... ..........
.......... .......... .......... .......... ..........
.......... .......... .......... .......... ..........
.......... .......... .......... .......
downloaded 437Kb
* Installing *source* package 'fields' ...
** libs
g77 -mieee-fp -fPIC -O2 -g -pipe -march=i386 -mcpu=i686 -c css.f -o css.o
g77 -mieee-fp -fPIC -O2 -g -pipe -march=i386 -mcpu=i686 -c csstr.f -o
csstr.o
g77 -mieee-fp -fPIC -O2 -g -pipe -march=i386 -mcpu=i686 -c cvrf.f -o
cvrf.o
g77 -mieee-fp -fPIC -O2 -g -pipe -march=i386 -mcpu=i686 -c dchold.f...
1999 Jun 09
4
packages with FORTRAN code
...how should we deal with packages which contain
Fortran code and may need to be linked against additional libraries
such as -lf2c?
The current consensus is that extra Fortran libraries maybe needed are
handled via the make variable FLIBS, and that `-lf2c' or `-lg2c' are
added by default if g77 is used.
This will not solve problems in packages which use their own Makefile
if it does not use FLIBS for building the shared library. Currently,
this seems to be the case with
acepack
akima
funfits
growth
leaps
tripack
It would be great if the package maintainers could update their pkg...
2003 Jun 14
4
problem installing packages from source on win2k
...annot stat `c:/tmp/R.INSTALL/fields/chm/fields.chm': No such file or directory
make[1]: *** [chm-fields] Error 1
make: *** [pkg-fields] Error 2
#########################################
STDOUT:
---------- Making package fields ------------
adding build stamp to DESCRIPTION
making DLL ...
g77 -O2 -Wall -c css.f -o css.o
g77 -O2 -Wall -c csstr.f -o csstr.o
g77 -O2 -Wall -c cvrcss.f -o cvrcss.o
g77 -O2 -Wall -c cvrf.f -o cvrf.o
g77 -O2 -Wall -c dchold.f -o dchold.o
g77 -O2 -Wall -c dcopy.f -o dcopy.o
g77 -O2 -Wall -c ddot.f -o ddot.o
g77 -O2 -Wall -c dlv.f -o dlv.o
g77 -O2 -Wall...
2005 Mar 09
3
R-2.0.1 Gentoo g77 problem
...t 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 any ideas or workarounds, it would be great. I really need it for a P&S class. Thanks!
Gabriel
My gcc version is :
gcc version 3.3.5 (Gentoo Linux 3.3.5-r1, ssp-3.3.2-3, pie-8.7.7.1)
--
2004 Feb 05
1
Installing odesolve under MacOSX
Installing odesolve in Raqua 1.8.0 or 1.8.1 under MacOSX gives the following
message:
Warning message: Installation of package odesolve had non-zero exit status
in: install.packages(ui.pkgs, CRAN = getOption(where), lib = .libPaths()[1])
Moreover, in the source of odesolve is no makefile.
Does anyone know how to get a proper installation?
Maartje
2003 Sep 23
3
problems installing Design and Hmisc libs
Dear All,
when I try to:
install.packages("Design"); install.packages("Hmisc")
I get the following error messages:
* Installing *source* package 'Design' ...
** libs
g77 -mieee-fp -O2 -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -O2 -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -c lrmfit.f -o lrmfit.o
make: g77: Command not found
make: *** [lrmfit.o] Error 127
ERROR: compilation failed for package 'Design'
* Installing *source* packa...
1999 Jan 14
1
0 ^ -1 == Inf ?? [g77 bug on Solaris 2.5 ??]
Just for the fun of it (actually in order to test some Fortran more
extensively),
I've compiled and installed g77, yesterday on our Solaris 2.5.1 machines.
After doing (in R's toplevel directory)
make distclean
./configure
now chooses g77 (instead of Sun's f77 which was chosen before).
I now do
make
make check
cd tests/Examples
and carefully compare base-Ex.Rout to an earlier version of base-E...
2009 Jan 19
2
[LLVMdev] llvm-gfortran test results
.../specifics_1.f90 -O3 -g compilation failed to produce executable
FAIL: gfortran.dg/specifics_1.f90 -Os (internal compiler error)
FAIL: gfortran.dg/specifics_1.f90 -Os (test for excess errors)
WARNING: gfortran.dg/specifics_1.f90 -Os compilation failed to produce executable
FAIL: gfortran.dg/g77/980628-10.f -O0 execution test
FAIL: gfortran.dg/g77/980628-10.f -O1 execution test
FAIL: gfortran.dg/g77/980628-10.f -O2 execution test
FAIL: gfortran.dg/g77/980628-10.f -O3 -fomit-frame-pointer execution test
FAIL: gfortran.dg/g77/980628-10.f -O3 -fomit-frame-pointer -funroll-loops exec...
2004 Jun 10
1
Everything was ok, but I failed to get .o file in g77
Hi folks,
I tried to compile a FORTRAN routine using the command “g77 –o2 –c
all.f”, it seems everything is fine, there is no error message at all,
but finally I can not get the file all.o. Therefore, I can not move on
to the next step using “g77 –shared –c all.dll all.o” to get the file
all.dll. The following is what happened on my screen:
> g77 –o2 –c all.f
>...
2005 Feb 09
3
install issue | suse 9.2
hello all...
i am trying to install r v2.0.1 on my suse 9.2 pro box... when i run
configure, i get the following error:
checking how to get verbose linking output from g77... configure:
WARNING: compilation failed
checking for Fortran libraries of g77...
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... configure: error: cannot
compile a simple Fortran program
See `config.log' for more details...
2000 Mar 10
1
Problem while installing packages
...ormats: text html latex example
DONE (RmSQL)
<here I interrupted the installation>
---------------
I am even more confused trying to install multiv :
--------------
> R INSTALL -l /software/R-1.0.0/library/
/software/archive/R/multiv_1.0-3.tar.gz
Installing package `multiv' ...
libs
g77 -fPIC -g -O2 -c bea.f -o bea.o
g77 -fPIC -g -O2 -c ca.f -o ca.o
g77 -fPIC -g -O2 -c hc.f -o hc.o
g77 -fPIC -g -O2 -c hcmovie.f -o hcmovie.o
g77 -fPIC -g -O2 -c members.f -o members.o
g77 -fPIC -g -O2 -c partition.f -o partition.o
g77 -fPIC -g -O2 -c pca.f -o pca.o
g77 -fPIC -g -O2 -c sammon...
2005 Aug 13
1
g77 and R
...nks.
>>
>> Rick
> All the fortran codes compile OK so the problem is invoking the compiler
> you
> want. One approach which is a work around is to rename the gfortran
> executable
> to somthing else like gfortran-save and create a link called gfortran that
> points to g77. That might work, but its a hack.
>
> From looking at these it appears that they are intended to be built from
> the R
> environment. Unfortunately I am not an R user and I am not familiar with
> it.
>
> What is the usual build process you go through?
>
> Jerry
>
I...
2003 Nov 25
1
Something broken with update?
...181022 bytes
opened URL
.......... .......... .......... .......... ..........
.......... .......... .......... .......... ..........
.......... .......... .......... .......... ..........
.......... .......... ......
downloaded 176Kb
* Installing *source* package 'KernSmooth' ...
** libs
g77 -mieee-fp -fPIC -g -O2 -c blkest.f -o blkest.o
g77 -mieee-fp -fPIC -g -O2 -c cp.f -o cp.o
g77 -mieee-fp -fPIC -g -O2 -c dgedi.f -o dgedi.o
g77 -mieee-fp -fPIC -g -O2 -c dgefa.f -o dgefa.o
g77 -mieee-fp -fPIC -g -O2 -c dgesl.f -o dgesl.o
g77 -mieee-fp -fPIC -g -O2 -c linbin2D.f -o linbin...
2005 Oct 25
3
error from make: gcc -shared -L/usr/local/lib64 ... relocation R_X86_64_32...
...someone can point me, a newcomer to building R as well as 64-bit R, in
a useful direction. I have a dual Opteron 275 box running RedHat EL4. I ran
configure successfully, and, then, get the following error while running make:
make[4]: Entering directory `/tmp/R-2.2.0/src/modules/lapack'
g77 -fPIC -g -O2 -ffloat-store -c dlamc.f -o dlamc.lo
g77 -fPIC -g -O2 -c dlapack0.f -o dlapack0.lo
g77 -fPIC -g -O2 -c dlapack1.f -o dlapack1.lo
g77 -fPIC -g -O2 -c dlapack2.f -o dlapack2.lo
g77 -fPIC -g -O2 -c dlapack3.f -o dlapack3.lo
g77 -fPIC -g -O2 -c cmplx.f -o cmplx.lo
g7...