Displaying 4 results from an estimated 4 matches for "gfortran44".
Did you mean:
gfortran47
2010 Sep 01
3
centos 5.5 oscar: gcc41, gcc44 and gfortran41, gfortran44
Hi,
I'm totally new with centos...we have a cluster in our labo with centos
oscar. The gcc which was provided with the release is gcc41 and
gfortran41. There are packages for gcc44 and gfortran44. I have
installed them.
But the gcc is not a link to gcc41 or gcc44. it is just an executable.
idem for gfortran. So which is the good way on centOS to choose the
gcc44 and gfortran44 per default.
Thx a lot!
Best regards,
Guillaume
2008 Nov 24
1
make fails with no rule to make target `VR.ts'
...r/local/share/R-devel/src/library/Recommended'
gmake[1]: *** [recommended-packages] Error 2
gmake[1]: Leaving directory `/usr/local/share/R-devel/src/library/Recommended'
gmake: *** [stamp-recommended] Error 2
This is on FreeBSD 7.0-RELEASE (amd64) with
./configure MAKE=gmake CC=gcc44 F77=gfortran44 FC=gfortran44 CXX=g++44
OBJC=gcc44 R_BROWSER=/usr/local/bin/firefox3
This used to build fine until a few weeks ago. Any hints for what may
be going wrong?
h.
--
+---
| Hiroyuki Kawakatsu
| Business School, Dublin City University
| Dublin 9, Ireland. Tel +353 (0)1 700 7496
2010 Jun 17
1
No graphics capability on fresh install of R2.11.0 on FreeBSD 8.0
...re available - here is the build output :
R is now configured for amd64-portbld-freebsd8.0
Source directory: .
Installation directory: /usr/local
C compiler: gcc44 -std=gnu99 -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc44 -fno-strict-aliasing
Fortran 77 compiler: gfortran44 -O
C++ compiler: g++44 -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc44 -fno-strict-aliasing
Fortran 90/95 compiler: gfortran44 -O
Obj-C compiler: gcc -g -O2
Interfaces supported: X11, tcltk
External libraries: readline, BLAS(generic), LAPACK(generic), ICU, lzma...
2009 Jan 11
3
Package Matrix does not compile in R-devel_2009-01-10
Dear developers,
today I tried to build and install R-devel_2009-01-10 on FreeBSD
8.0-CURRENT (i386) for testing purposes.
All went well until compiling the now recommended (integrated) Matrix
package. At this point the following break occured:
------------------------------------------------
begin installing recommended package Matrix
* Installing *source* package 'Matrix' ...
**