Displaying 20 results from an estimated 74 matches for "libf2c".
2005 Sep 06
2
Yum
This may be considered a newbie question, and for me, yum is a new
tool. I have discovered via yum, I am *supposed* to have libf2c (386)
and libf2c (x86-64) installed. Searching the two libs, I find I only
have the 32-bit version installed, and I need both. Should I use yum to
remove the pkgs, and then reinstall, or should I use rpm to do the
installs? Again, I'm from the BSD camp, so this is all new to me.
Also,...
1997 Aug 21
2
R-alpha: libf2c as a shared library
Ok, I did the following experiment
dyn.load("/usr/local/lib/libf2c.so.2.0")
dyn.load("try.so")
.Fortran("try", 10.5)
where try.so contains the following compiled subroutine
subroutine try(x)
double precision x
write(*,*) x
return
end
It worked just fine (at least here on my FreeBSD machine at home).
So...
2005 Oct 25
3
error from make: gcc -shared -L/usr/local/lib64 ... relocation R_X86_64_32...
I hope 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
1997 Aug 04
1
R-alpha: Re: your mail
...?
>>
> This is very strange. My copy works ok as is, in all the versions of
> R I have installed (including 0.50a1). On the other hand, using nm
> reveals that R0.50 has replaced pow_dd and pow_di by f77_pow_dd and
> f77_pow_di respectively. It looks like the builtin subset of libf2c
> has vanished. This is a problem, as we should not require people to
> have f2c in order to run the C version of the library -- after all, if
> they had f2c they could run the FORTRAN version.
You're right, see also one of my previous mails. They now have POW_DD
and f77_pow_dd (whe...
1998 May 20
2
libraries; Fortran / -lf2c / Slackware woes
...sion of Linux.. and *did* have Slackware then..]
Jim> f2c library. (With the previous version of Slackware that he had,
Jim> it could be tricked by placing -L/usr/lib right before -lf2c,
Jim> something I never understood.)
-L/usr/lib says to that -lf2c should also search for libf2c.a or .so
in /usr/lib.
However that is standard (in Linux), so I don't understand either.
The above problem sounds like your installation is broken to some extent...
Jim> Of course, R crashes when we run my
Jim> programs because it does not find the complex functions.
Jim&g...
1999 Sep 01
1
Problems compiling R65.0 (PR#262)
...ot; does not contain the f2c library. I
therefore cannot load any libraries containing fortran code (I obtain
unresolved symbol messages from R.X11 and an unable to load shared
library from dyn.load(file)).
If I change the "-lf2c" flag on the FLIBS line of the Makeconf to
"-L/usr/lib/libf2c", I then obtain the following error when R.X11 is
being created:
gcc -export-dynamic -o ../../bin/R.X11 arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o context.o cov.o cum.o debug.o devPS.o devPicTeX.o deparse.o deriv.o devices.o dotcode.o dstruct.o dup...
1997 Jul 31
1
R-beta: acepack with 0.50-a1
...; ?ace
> TWOPI <- 8*atan(1)
> x <- runif(200,0,TWOPI)
y <- exp(sin(x)+rnorm(200)/2)
a <- avas(x,y)
/usr/lib/dld.sl: Unresolved symbol: pow_dd (code) from /home/buyuk/R-0.50-a1/lib/acepack.so
ABORT instruction (core dumped)
Do I need to load libf2c.a during acepack.so creattion?
Do I need to create libf2c.sl? My libf2c.a was created with
hpux9.05. I now have 10.20.Dynamic load demo seems to be working, and
the C written libs. Integrate also works ???
Thanks in advance,
Osman
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
2008 Apr 27
1
Help with installing R on Red Hat linux 4
I am trying to install the rpm for R
I using Red Hat 4 ES on a 64bit machine
Kernel version is 2,6,9-67
This is the error i get
"Failed Dependencies libg2c.so () ()(64bit) is needed by
R-2.6.2-1.rh4.x86_64rpm
I have libf2c-3.4.6-9 installed on the box
any suggestions?
thanks
--
David Nordello
IT Specialist
Southwest Fisheries Science Center
National Marine Fisheries Service
phone: 831-420-3972
fax: 831-420-3977
1997 Aug 28
1
R-alpha: pow_ii
>> I'm a bit confused about this discussion, but since I don't have f2c on
...
>A lot of Fortran code doesn't require any libf2c routines. When routines
>are needed the most common ones are the exponentiation routines pow_dd,
>pow_ii and pow_di (pow_ri is for single precision reals and so is less
>needed in R, which uses double precision). However, *some* fortran code,
...
Thomas
>From your previous response...
1997 Aug 21
2
R-alpha: thoughts on batch and fortran
Batch:
For me, batch in its present state is broken and useless. My primary
need for batch is to produce a final output file of a session after I
have worked out a sequence of procedures. I save my instructions in a
file that I can source, then run it in batch to have a copy of input
and output together. (If there was a log file (or dribble), this
problem would be solved.) At present, there are
1998 Apr 02
2
f2c
...lace.
My incomplete understanding of elf and shared libraries does not help, but when
compiling a complete program I usually muddle through. However, in the case of
dynamically loading code into R, I am not sure whether it is my dse.so or R
which should have the knowledge of where to find /usr/lib/libf2c.so*. I haven't
had much success trying to configure so that that information is in dse.so. None
of the usual things seem to help, so I suspect R itself needs to be able to find
the library. If someone can explain this I would very much appreciate it.
Paul Gilbert
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
1998 Oct 27
1
Request for help with getting R to work on a DEC Alpha
I am currently attempting to install R on our DEC Alpha computer, and am
having a little trouble.
I have f2c installed in lieu of a Fortran compiler, and have installed
libf2c in a subdirectory below where f2c lives, although as you can see
below, libf2c is not being found during configuration. I'm not sure what I
would need to do to rectify this.
However, my main problem is with the 'make': I get the message "Don't know
how to make %.f", as yo...
2000 May 01
1
Missing dependencies in installing R-base-1.0.0-1
I recently upgraded to LinuxPPC 2000. When I tried to reinstall the
R rpm, I was missing the following dependent files: egcs, egcs-g77,
and libf2c.so.0 Is there an upgrade or a fix to this?
Brian Adams
--
-------------------------------------------------------------
Providing Support Services in J. Brian Adams, Ph.D.
Statistical Analysis 717.393.6144
Data Mining brian_adams at jbadams.com...
2003 Sep 25
0
Red Hat 9 RPM requirements
...6 XFree86-libs-4.3.0-2 "
libblas.so.3 blas-3.0-20 2 Development/Libraries
libc.so.6 glibc-2.3.2-11.9 1 System Environment/Libraries
libdl.so.2 glibc-2.3.2-11.9 "
libm.so.6 glibc-2.3.2-11.9 "
libg2c.so.0 libf2c-3.2.2-5 2 System Environment/Libraries
libgcc_s.so.1 libgcc-3.2.2-5 1 System Environment/Libraries
libjpeg.so.62 libjpeg-6b-26 1 System Environment/Libraries
libncurses.so.5 ncurses-5.3-4 1 System Environment/Libraries
libpng12.so.0 libpng-1.2.2-1...
2010 Jan 15
0
CESA-2010:0039 Moderate CentOS 3 x86_64 gcc - security update
.../x86_64/RPMS/gcc-3.2.3-60.x86_64.rpm
updates/x86_64/RPMS/gcc-c++-3.2.3-60.x86_64.rpm
updates/x86_64/RPMS/gcc-g77-3.2.3-60.x86_64.rpm
updates/x86_64/RPMS/gcc-gnat-3.2.3-60.x86_64.rpm
updates/x86_64/RPMS/gcc-java-3.2.3-60.x86_64.rpm
updates/x86_64/RPMS/gcc-objc-3.2.3-60.x86_64.rpm
updates/x86_64/RPMS/libf2c-3.2.3-60.i386.rpm
updates/x86_64/RPMS/libf2c-3.2.3-60.x86_64.rpm
updates/x86_64/RPMS/libgcc-3.2.3-60.i386.rpm
updates/x86_64/RPMS/libgcc-3.2.3-60.x86_64.rpm
updates/x86_64/RPMS/libgcj-3.2.3-60.i386.rpm
updates/x86_64/RPMS/libgcj-3.2.3-60.x86_64.rpm
updates/x86_64/RPMS/libgcj-devel-3.2.3-60.x86_64.r...
2007 Mar 08
1
CEBA-2007:0080 CentOS 4 x86_64 gcc - bugfix update
...ml
The following updated files have been uploaded and are currently
syncing to the mirrors:
x86_64:
cpp-3.4.6-3.1.x86_64.rpm
gcc-3.4.6-3.1.x86_64.rpm
gcc-c++-3.4.6-3.1.x86_64.rpm
gcc-g77-3.4.6-3.1.x86_64.rpm
gcc-gnat-3.4.6-3.1.x86_64.rpm
gcc-java-3.4.6-3.1.x86_64.rpm
gcc-objc-3.4.6-3.1.x86_64.rpm
libf2c-3.4.6-3.1.i386.rpm
libf2c-3.4.6-3.1.x86_64.rpm
libgcc-3.4.6-3.1.i386.rpm
libgcc-3.4.6-3.1.x86_64.rpm
libgcj-3.4.6-3.1.i386.rpm
libgcj-3.4.6-3.1.x86_64.rpm
libgcj-devel-3.4.6-3.1.x86_64.rpm
libgnat-3.4.6-3.1.i386.rpm
libgnat-3.4.6-3.1.x86_64.rpm
libobjc-3.4.6-3.1.i386.rpm
libobjc-3.4.6-3.1.x86_64.rp...
2007 Jun 11
0
CESA-2007:0473 Moderate CentOS 3 s390(x) gcc - security update
...-3.2.3-59.s390.rpm
updates/s390/RPMS/gcc-3.2.3-59.s390.rpm
updates/s390/RPMS/gcc-c++-3.2.3-59.s390.rpm
updates/s390/RPMS/gcc-g77-3.2.3-59.s390.rpm
updates/s390/RPMS/gcc-gnat-3.2.3-59.s390.rpm
updates/s390/RPMS/gcc-java-3.2.3-59.s390.rpm
updates/s390/RPMS/gcc-objc-3.2.3-59.s390.rpm
updates/s390/RPMS/libf2c-3.2.3-59.s390.rpm
updates/s390/RPMS/libgcc-3.2.3-59.s390.rpm
updates/s390/RPMS/libgcj-3.2.3-59.s390.rpm
updates/s390/RPMS/libgcj-devel-3.2.3-59.s390.rpm
updates/s390/RPMS/libgnat-3.2.3-59.s390.rpm
updates/s390/RPMS/libobjc-3.2.3-59.s390.rpm
updates/s390/RPMS/libstdc++-3.2.3-59.s390.rpm
updates/s390...
2007 Jun 12
0
CESA-2007:0473 Moderate CentOS 3 x86_64 gcc - security and bug fix update
.../x86_64/RPMS/gcc-3.2.3-59.x86_64.rpm
updates/x86_64/RPMS/gcc-c++-3.2.3-59.x86_64.rpm
updates/x86_64/RPMS/gcc-g77-3.2.3-59.x86_64.rpm
updates/x86_64/RPMS/gcc-gnat-3.2.3-59.x86_64.rpm
updates/x86_64/RPMS/gcc-java-3.2.3-59.x86_64.rpm
updates/x86_64/RPMS/gcc-objc-3.2.3-59.x86_64.rpm
updates/x86_64/RPMS/libf2c-3.2.3-59.i386.rpm
updates/x86_64/RPMS/libf2c-3.2.3-59.x86_64.rpm
updates/x86_64/RPMS/libgcc-3.2.3-59.i386.rpm
updates/x86_64/RPMS/libgcc-3.2.3-59.x86_64.rpm
updates/x86_64/RPMS/libgcj-3.2.3-59.i386.rpm
updates/x86_64/RPMS/libgcj-3.2.3-59.x86_64.rpm
updates/x86_64/RPMS/libgcj-devel-3.2.3-59.x86_64.r...
2007 May 04
0
CESA-2007:0220 Moderate CentOS 4 s390(x) gcc - security update
...PMS/cpp-3.4.6-8.s390.rpm
updates/s390/RPMS/gcc-3.4.6-8.s390.rpm
updates/s390/RPMS/gcc-c++-3.4.6-8.s390.rpm
updates/s390/RPMS/gcc-g77-3.4.6-8.s390.rpm
updates/s390/RPMS/gcc-gnat-3.4.6-8.s390.rpm
updates/s390/RPMS/gcc-java-3.4.6-8.s390.rpm
updates/s390/RPMS/gcc-objc-3.4.6-8.s390.rpm
updates/s390/RPMS/libf2c-3.4.6-8.s390.rpm
updates/s390/RPMS/libgcc-3.4.6-8.s390.rpm
updates/s390/RPMS/libgcj-3.4.6-8.s390.rpm
updates/s390/RPMS/libgcj-devel-3.4.6-8.s390.rpm
updates/s390/RPMS/libgnat-3.4.6-8.s390.rpm
updates/s390/RPMS/libobjc-3.4.6-8.s390.rpm
updates/s390/RPMS/libstdc++-3.4.6-8.s390.rpm
updates/s390/RPMS/l...
2007 Mar 08
1
CEBA-2007:0080 CentOS 4 x86_64 gcc - bugfix update
...ml
The following updated files have been uploaded and are currently
syncing to the mirrors:
x86_64:
cpp-3.4.6-3.1.x86_64.rpm
gcc-3.4.6-3.1.x86_64.rpm
gcc-c++-3.4.6-3.1.x86_64.rpm
gcc-g77-3.4.6-3.1.x86_64.rpm
gcc-gnat-3.4.6-3.1.x86_64.rpm
gcc-java-3.4.6-3.1.x86_64.rpm
gcc-objc-3.4.6-3.1.x86_64.rpm
libf2c-3.4.6-3.1.i386.rpm
libf2c-3.4.6-3.1.x86_64.rpm
libgcc-3.4.6-3.1.i386.rpm
libgcc-3.4.6-3.1.x86_64.rpm
libgcj-3.4.6-3.1.i386.rpm
libgcj-3.4.6-3.1.x86_64.rpm
libgcj-devel-3.4.6-3.1.x86_64.rpm
libgnat-3.4.6-3.1.i386.rpm
libgnat-3.4.6-3.1.x86_64.rpm
libobjc-3.4.6-3.1.i386.rpm
libobjc-3.4.6-3.1.x86_64.rp...