Displaying 18 results from an estimated 18 matches for "fpe3".
Did you mean:
fpe
1999 May 03
1
problems compiling R-0.63.3 on alpha
...lude -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 distance.c...
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
...;, and `--with-f2c' command
# line options to configure.
FC=3D"f77"
# Options for the FORTRAN compiler.
# Use this to specify FFLAGS for the version of the compiler specified
# above. If unspecified, defaults to "-O2" for g77, and "" otherwise.
FFLAGS=3D"-g -fpe3"
# The command to be used to load the main R binary.
# This is usually the FORTRAN or C compiler, but the automatic choice
# can be overriden by means of this variable.
LDCMD=3D"f77 -g -nofor_main -fpe3 "
# For `-l' and `-L' options to pass to the linker.
# LIBS=3D
# The f...
2002 Jun 15
1
R configure.in makes bad alpha assumptions (PR#1676)
Hi,
I was looking at configure.in for R-1.4.1 and in the
case "${host_cpu}" in
part under alpha CPU's, the switch of -mieee for g77 and -fpe3 otherwise
is an OSF specific, not alpha specific issue. In particular, if someone
used f2c-f77 (shell script which emulates a fortran compiler with f2c and
the c compiler), they'd get the broken -fpe3. I'd probably either test
for OSF before adding -fpe3
-dan
-.-.-.-.-.-.-.-.-.-.-.-...
2000 Jun 23
1
MAINLD and SHLIBLD
I would like to always use ${CC} for linking the main binary and the
shlibs.
Inspection of configure.in reveals that we currently deviate in the
following cases:
mainld shlibld
aix[2-9]* ld ld
alpha*osf* ${FC} -g -nofor_main -fpe3 ${FC}
hpux* ${CC} ld
Does anyone recall why we do not use ${CC} in these cases? Did anyone
successfully build R on these platforms with ${CC} for mainld/shlibld?
(Inspection of ltconfig from libtool seems to indicate that ${CC} should
be possible ...)
-k
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2004 Apr 02
1
R on Tru64 OSF 5.1
Has anyone achieved a current successful build of R
1.8 or 1.9 or earlier for HPUX Tru 64 OSF 5.1?
There is no binary version of R for HPUX Tru 64 OSF
5.1. The R admin manual mentions that the native make
fails on "Alpha/OSF (aka Tru 64)" and gnu make must be
used instead. There are problems reported with
building R versions around 1.4 from 2002 on R-devel,
some of which were fixed with
1998 Jul 01
4
R-beta: R-0.62.1 under Digital Unix
...that I have been having really severe problems.
The three or 4 versions before 0.61.1 installed without error. For 0.61.1 I
needed to install GNU make.
For 0.62.2 I have so far needed to
(a) edit the Makefile in src/graphics, as mentioned in my previous email
(b) edit the config.site to give a -fpe3 flag to the DEC f90 compiler (this
is more a precaution in case of fp exceptions in the fortran code)
(c) edit the Makeconf file to explicitly give "-nofor_main -fpe3" flags to
f90 in LDCMD (because it doesn't seem to be accepted when put in
config.site)
(d) install GNU install (sug...
1999 Apr 12
3
Fortran vs C, easing using Fortran
...it does matter here, but the only way to build R on my
> Alphas currently is using Fortran as LDCMD:
>
> in config.site:
> LDCMD="f77 "
>
> SHLIBLD is "ld -shared -expect_unresolved '*'".
I would have expected
LDCMD=f77
LDFLAGS="-g -nofor_main -fpe3"
SHLIBLD=ld
SHLIBLDFLAGS="-shared -expect_unresolved '*'"
as the way to encode that. Now my question amounts to
Does SHLIBLD=f77 work with those SHLIBLDFLAGS?
If not, can SHLIBLDFLAGS be modified to make it work?
Brian
--
Brian D. Ripley, ripley@stats.o...
2000 Feb 08
0
extra flags for cc and f77 on alpha (PR#420)
...ission from: (NULL) (143.205.180.40)
Im not sure if this is really correct, but it has proven to work.
1. It is always a good idea to add -std1 to DEC cc's flags to force
strict ANSI language mode. It was neccessary for 0.90.x to compile,
so I used it for 0.99.0 too
2. I'm not sure if -fpe3 is neccessary for DEC f77, but it seems to
enable IEEE floating point exception handling (if I understood what
was said in the manpage). Correct me if I'm wrong.
Patch below.
--- ./configure.in.cc-conf-patch Mon Feb 7 19:47:09 2000
+++ ./configure.in Mon Feb 7 21:50:36 2000
@@ -440,6 +4...
2001 Jun 26
1
compiling R-1.3.0 under Tru64 Unix
...ix (OSF 5.0). Here is the final output of
the ./configure
R is now configured for alphaev67-dec-osf5.0
Source directory: .
Installation directory: /usr/local
C compiler: gcc -mieee -g -O2
C++ compiler: c++ -g -O2
FORTRAN compiler: f77 -fpe3 -g
X11 support: yes
Gnome support: no
Tcl/Tk support: yes
R profiling support: yes
R as a shared library: no
... and the make stops at the same point as
Kjetil (at the ctest compile.) The final error
message is as follows:
Make: Cannot...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...E.lo... yes
checking whether /usr/bin/cxx accepts -M for generating dependencies... yes
checking whether /usr/bin/cxx supports -c -o FILE.lo... yes
checking whether /usr/bin/cc accepts -std1... yes
checking whether /usr/bin/cc accepts -ieee_with_inexact... yes
checking whether /usr/bin/f77 accepts -fpe3... yes
checking whether /usr/bin/cxx accepts -ieee... yes
checking for xmkmf... /usr/bin/X11/xmkmf
configure: WARNING: I could not determine SHLIB_CXXLDFLAGS
checking for working alloca.h... yes
checking for alloca... yes
checking for access... yes
checking for chdir... yes
checking for expm1... ye...
1998 Sep 11
2
R-beta: compiling problems under DU4.0D
I've down loaded R version 0.62.3 .
After packing it out on my Digital personal workstation running DU4.0D
i configure using the command
"R_PRINTCMD=ppr CC=cc CFLAGS="-O" PERL=/local/bin/perl5 ./configure --prefix=/local/math"
after this I'm trying to make the package and issue the command "make"
at the end of this process I get the following error:
2001 Jun 25
5
Trouble compiling R-1.3.0 under Tru64
.... :-) ).
configure reports the following configuration:
R is now configured for alphaev6-dec-osf4.0e
Source directory: .
Installation directory: /astro/local
C compiler: gcc -mieee -g -O2
C++ compiler: c++ -g -O2
FORTRAN compiler: f77 -fpe3 -g
X11 support: yes
Gnome support: no
Tcl/Tk support: no
R profiling support: yes
R as a shared library: no
configure: warning: you cannot build info versions of the R manuals
The compilation seems to run smoothly for a while, but stops w...
2001 Jun 25
5
Trouble compiling R-1.3.0 under Tru64
.... :-) ).
configure reports the following configuration:
R is now configured for alphaev6-dec-osf4.0e
Source directory: .
Installation directory: /astro/local
C compiler: gcc -mieee -g -O2
C++ compiler: c++ -g -O2
FORTRAN compiler: f77 -fpe3 -g
X11 support: yes
Gnome support: no
Tcl/Tk support: no
R profiling support: yes
R as a shared library: no
configure: warning: you cannot build info versions of the R manuals
The compilation seems to run smoothly for a while, but stops w...
2001 Jul 19
1
Compiling R-1.3.0-patched on OSF1
...orretly:
-----------------------
R is now configured for alphaev6-dec-osf4.0f
Source directory: .
Installation directory: /home/adenine/sysman/laurent/share/
C compiler: gcc -mieee -g -O2
C++ compiler: g++ -g -O2
FORTRAN compiler: f77 -fpe3 -g
X11 support: yes
Gnome support: no
Tcl/Tk support: no
R profiling support: yes
R as a shared library: yes
------------------------
...but the 'make' step ends with the following lines:
----------------------
building package...
2001 Jan 10
1
configure error on alpha (PR#806)
...wing options passes "make test"
R is now configured for alphaev56-dec-osf4.0d
Source directory: .
Installation directory: /usr/local/R
C compiler: cc -ieee_with_inexact -std1 -g
C++ compiler: c++ -g -O2
FORTRAN compiler: f77 -fpe3 -g
X11 support: yes
Gnome support: no
Tcl/Tk support: no
R profiling support: yes
R as a shared library: no
--please do not edit the information below--
Version:
platform = alphaev56-dec-osf4.0d
arch = alphaev56
os = osf4.0d
system...
1999 Feb 09
3
Installing on 64-bit Dec or SGI
Hi all,
The systems guys here in the stat dept don't seem to be able to
compile R on the Dec Alphas or on the SGIs. Can anyone give them a hand?
-Greg
-------------------------------------------------------------------------------
Gregory R. Warnes | It is high time that the ideal of success
warnes at biostat.washington.edu | be replaced by the ideal of service.
1999 Nov 13
0
patches for alpha
...d it works. There is actually no PIC flag for DEC cc (with
DU 4.0E)
--- ./configure.in.alpha-patch Mon Aug 23 06:36:28 1999
+++ ./configure.in Sun Sep 12 17:38:27 1999
@@ -541,7 +541,9 @@
-bI:\$(R_HOME)/etc/R.exp -lc -lm"
;;
alpha*osf*)
+ ldcmd="f77 -g -nofor_main -fpe3 "
cpicflags=
+ shlibld=f77
shlibldflags=-shared
;;
alpha*linux)
@@ -612,7 +614,7 @@
: ${CPICFLAGS=${cpicflags}}
if test -z "${CPICFLAGS}"; then
AC_MSG_WARN([Could not determine CPICFLAGS.])
- AC_MSG_ERROR([See the file INSTALL for more information.])
+# AC...
1998 Nov 06
1
DEC alpha INSTALLATION R-0.62.4
Hi,
Just downloaded the R-0.62.4 of R and tried to install it. With the
standard procedure :
./configure
make
At the end of the compilation I got the following message :
ld:
../lib/libunix.a(system.o): main: multiply defined
fort: Severe: Failed while trying to link.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
I attach the printout after the ./configure and make