search for: fl32

Displaying 20 results from an estimated 28 matches for "fl32".

Did you mean: f32
2011 Nov 10
1
assistance building R on RHEL5
...F77= F95_compilers="f95 fort xlf95 ifort ifc efc pgf95 lf95 gfortran gcc44-gfortran ftn g95" # <== gcc44-gfortran added F90_compilers="f90 xlf90 pgf90 pghpf epcf90" case "${host_os}" in hpux*) F77_compilers="g77 fort77 f77 xlf frt pgf77 cf77 fl32 af77" ;; *) F77_compilers="g77 f77 xlf frt pgf77 cf77 fort77 fl32 af77" ;; esac GCC_Fortran_compiler= if test "${GCC}" = yes; then case "${CC_VERSION}" in 3.*) GCC_Fortran_compiler=g77 ;; 4.*) GCC_Fortran_compiler=gcc44 ;; # <=...
2005 Feb 19
2
Warnings by functions mean(), median()
...9.82 124.09 23.93 138.24 9998 342.89 73.65 133.35 1134.19 345.99 1876.88 9999 316.23 76.35 48.26 421.70 129.80 873.79 10000 291.64 103.66 6.85 107.46 26.42 189.38 10001 0.00 0.00 0.00 0.00 0.00 0.00 > mean(data) FSC SSC FL1 FL2 FL32 FL4 375.94880 73.76219 50.73413 434.42837 110.06393 637.34980 > geo.mean(data) [1] NaN > median(data) Error in median(data) : need numeric data >
2005 May 20
1
R 2.1 and gfortran
From the configure output of the latest devel snapshot: > checking for g77... no > checking for f77... no > checking for xlf... no > checking for frt... no > checking for pgf77... no > checking for fl32... no > checking for af77... no > checking for fort77... no > checking for f90... no > checking for xlf90... no > checking for pgf90... no > checking for epcf90... no > checking for f95... no > checking for fort... no > checking for xlf95... no > checking for lf95... n...
2000 Oct 14
1
using DLLs with R
...with MS Fortran Powerstation. In every subroutine I want to export I wrote a statement like this: interface !ms$attributes dllexport :: abc !ms$attributes alias:'abc' :: abc end interface abc is the name of the subroutine i want to export. Then i compiled the file using: fl32 /LD test.f The Fortran Compiler didn't produce any error or warning and produced a file test.dll. In R I type dyn.load("test.dll") R didn't produce any error too, but when I type .Fortran("abc") R says "function name not in load table". Does anyone know wh...
2016 Apr 29
4
Trying to build ices-0.4 on ubuntu and "libshout not usable"
...piler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no che...
2005 Apr 11
1
Unable to compile icecast 2.2.0 under Suse 9.2
...g the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fl32... no checking for af77... no checking for fort77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for lf95... no checking for g95... no checking whet...
2010 Jul 01
1
Icecast on centos5
...cy style of g++... none > checking how to run the C++ preprocessor... g++ -E > checking for g77... no > checking for xlf... no > checking for f77... no > checking for frt... no > checking for pgf77... no > checking for cf77... no > checking for fort77... no > checking for fl32... no > checking for af77... no > checking for xlf90... no > checking for f90... no > checking for pgf90... no > checking for pghpf... no > checking for epcf90... no > checking for gfortran... no > checking for g95... no > checking for xlf95... no > checking for f95......
2008 Aug 26
2
Error while compiling Ices 0.4
...t: no configure:6719: checking for arm-xlf configure:6748: result: no configure:6719: checking for arm-frt configure:6748: result: no configure:6719: checking for arm-pgf77 configure:6748: result: no configure:6719: checking for arm-fort77 configure:6748: result: no configure:6719: checking for arm-fl32 configure:6748: result: no configure:6719: checking for arm-af77 configure:6748: result: no configure:6719: checking for arm-f90 configure:6748: result: no configure:6719: checking for arm-xlf90 configure:6748: result: no configure:6719: checking for arm-pgf90 configure:6748: result: no configure:6...
2011 Nov 23
1
[LLVMdev] Follow-up questions after successful upgrade to LLVM 3.0rc4
...... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifort......
2010 Jul 01
0
Icecast on centos5
...ether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort......
2010 Apr 07
2
ImapTest build problem
...piler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no che...
2005 Aug 22
2
ezstream and OSX 10.4.2 Tiger...
...piler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no che...
2008 May 18
2
problem of building stardict
...ether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... gfortran checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran accepts -g... yes ch...
2002 Jan 15
0
errors intalling splancs and sgeostat
...# options for the C preprocessor and compiler. # If unset defaults to `-I/usr/local/include'. CPPFLAGS="-I/usr/local/include -I/export/home/share/include" # The command which runs the the FORTRAN compiler. # If unspecified, a search is made for g77, f77, xlf, cf77, cft77, # pgf77, fl32, af77, fort77, f90, xlf90, pgf90, epcf90, f95, xlf95, # lf95, g95, 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 op...
2012 Jan 19
1
RApache installation problems
...piler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... f95 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f95 accepts -g... yes checking the maximum length of command lin...
2016 Apr 29
0
Trying to build ices-0.4 on ubuntu and "libshout not?usable"
...piler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no che...
2007 Mar 06
2
Compiling SVN build.. error for libupsclient
...king whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no che...
2007 Aug 24
0
getting stuck with OSX install
...are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fl32... no checking for af77... no checking for fort77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for lf95... no checking for g95... no checking whether we are u...
2010 Jun 08
3
Question on trying to build R 2.11.1 on Tru64(aka OSF1) system
...repended on systems using Fink with root '/sw'. ## CPPFLAGS= ## The command which runs the FORTRAN 77 compiler. ## If this is not specified, a search is made for ## f95 fort xlf95 ifort ifc efc pgf95 lf95 gfortran ftn g95 ## f90 xlf90 pgf90 pghpf epcf90 ## g77 f77 xlf frt pgf77 cf77 fort77 fl32 af77 ## On HPUX fort77 is the POSIX compliant FORTRAN compiler, and replaces ## f77 in the search list. ## If CC is gcc, first preference is given to the matching FORTRAN ## compiler (g77 or gfortran). ## If none of these is found, R cannot be compiled. ## F77= F77=gfortran ## Options for the FORT...
2009 Feb 19
0
[LLVMdev] -fPIC warning on every compile on Cygwin
Aaron Gray wrote: > Hi, > > I partly built LLVM on Cygwin yesterday and it was fine as far as it > went. But after doing a svn update today I am getting the following > warning on every compile :- > > > llvm[3]: Compiling LowerAllocations.cpp for Debug build > /usr/src/llvm/lib/Transforms/Utils/LowerAllocations.cpp:1: warning: > -fPIC ignored for