Displaying 14 results from an estimated 14 matches for "r_xtra_cflag".
Did you mean:
r_xtra_cflags
2000 Feb 08
0
extra flags for cc and f77 on alpha (PR#420)
...nderstood 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 +455,13 @@
AC_DEFINE(HAVE_NO_SYMBOL_UNDERSCORE)
R_PROG_CC_FLAG(-ieee_with_inexact,
R_XTRA_CFLAGS="${R_XTRA_CFLAGS} -ieee_with_inexact")
+ if test -z "${GCC}"; then
+ R_PROG_CC_FLAG(-std1,
+ R_XTRA_CFLAGS="${R_XTRA_CFLAGS} -std1")
+ fi
+ if test -z "${G77}"; then
+ R_XTRA_FFLAGS="${R_XTRA_FFLAGS} -fpe3"
+ fi...
2009 Jul 23
1
problem building R 2.9.1 from source on RHEL 4 (x86_64)
I am building from source on RHEL 4 and have run into a
problem while running "make check":
running code in 'lapack.R' ...make[3]: *** [lapack.Rout] Error 1
make[3]: Leaving directory `/opt/R/R-2.9.1/tests'
make[2]: *** [test-Specific] Error 2
make[2]: Leaving directory `/opt/R/R-2.9.1/tests'
make[1]: *** [test-all-basics] Error 1
make[1]: Leaving
2000 Jun 19
1
Trying to compile R on Unix
...= ${INSTALL} -d
LATEX = @LATEX@
LDCMD = @LDCMD@
LDFLAGS = @LDFLAGS@
LIBGLADE_CFLAGS = @LIBGLADE_CFLAGS@
LIBGLADE_LIBS = @LIBGLADE_LIBS@
LIBS = @LIBS@
LN_S = @LN_S@
MAKEINDEX = @MAKEINDEX@
MKINSTALLDIRS = $(top_srcdir)/tools/mkinstalldirs
R_PKGS = base ctest eda lqs modreg mva nls splines stepfun ts
R_XTRA_CFLAGS = @R_XTRA_CFLAGS@
R_XTRA_CPPFLAGS = -I. -I../include -I$(top_srcdir)/src/include
-I$(top_srcdir)/src/include/R_ext
R_XTRA_FFLAGS = @R_XTRA_FFLAGS@
R_XTRA_LIBS = @R_XTRA_LIBS@
RANLIB = @RANLIB@
SHELL = /bin/sh
SHLIBEXT = @SHLIBEXT@
SHLIBLD = @SHLIBLD@
SHLIBLDFLAGS = @SHLIBLDFLAGS@
TAR = @TAR@
X_CFL...
2002 Jul 09
1
broken inline exp in glibc/x86??!
I read the following in acinclude.m4:
## R_PROG_CC_FLAG_D__NO_MATH_INLINES
## ---------------------------
## In current glibc, inline version [x86] of exp is broken.
## We fix this by adding '-D__NO_MATH_INLINES' to R_XTRA_CFLAGS rather
## than AC_DEFINE(__NO_MATH_INLINES) as the former also takes care of
## compiling C code for add-on packages.
Is this documented anywhere (where?), e.g. what is broken, which glibc versions are implicated, etc? If not, could anyone please tell me what is the matter -- I to use exp(), and...
2004 Oct 01
1
bzip2 directory won't build on OSF1 due to C99 code and -std1 option (PR#7257)
Full_Name: Michael Hoffman
Version: 2.0.0-beta-20041001
OS: OSF1 V5.1
Submission from: (NULL) (193.62.199.8)
Hello. Building R 2.0.0-beta-20041001 on OSF1 V5.1 failed because the default
configure sets R_XTRA_CFLAGS to "-std1 -ieee_with_inexact." The bzip2 directory
includes C99 code that requires -std1 to not be set in order to compile. This
halts the overall build process.
1999 Sep 02
1
unresolved symbols in growth and repeated libraries
...Makeconf
CC = gcc
CFLAGS = -g -O2
CPICFLAGS = -fPIC
CPPFLAGS =
DEFS = -DHAVE_CONFIG_H
FC = g77
FFLAGS = -g -O2
FLIBS = -L/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66 -L/usr/i386-redhat-linux/lib -lg2c -lm
FPICFLAGS = -fPIC
F2C =
F2CFLAGS =
SHLIBEXT = so
SHLIBLD = gcc
SHLIBLDFLAGS = -shared
R_XTRA_CFLAGS = -mieee-fp
R_XTRA_CPPFLAGS = -I$(R_HOME)/include
R_XTRA_FFLAGS =
ALL_CPPFLAGS = $(R_XTRA_CPPFLAGS) $(CPPFLAGS) $(DEFS)
ALL_CFLAGS = $(R_XTRA_CFLAGS) $(CPICFLAGS) $(CFLAGS)
ALL_FFLAGS = $(R_XTRA_FFLAGS) $(FPICFLAGS) $(FFLAGS)
.SUFFIXES:
.SUFFIXES: .c .f .o
.c.o:
$(CC) $(ALL_CPPFLAGS) $(ALL_C...
2000 Feb 22
1
R-0.99 installation on UNIX
...INSTALL}
INSTALL_DIR = ${INSTALL} -d
LATEX = false
LDCMD = gcc
LDFLAGS =
LIBGLADE_CFLAGS =
LIBGLADE_LIBS =
LIBS = -lz -ldl -ltermcap -lm
LN_S =
ln -s
MAKEINDEX = /usr/local/bin/makeindex
MKINSTALLDIRS =
$(top_srcdir)/tools/mkinstalldirs
R_PKGS = base ctest eda lqs modreg mva
nls splines stepfun ts
R_XTRA_CFLAGS =
R_XTRA_CPPFLAGS = -I. -I../include
-I$(top_srcdir)/src/include -I$(top_srcdir)/src/include/R_ext
R_XTRA_FFLAGS
=
R_XTRA_LIBS =
RANLIB = ranlib
SHELL = /bin/sh
SHLIBEXT = so
SHLIBLD =
gcc
SHLIBLDFLAGS = -G
TAR = tar
X_CFLAGS = -I/usr/openwin/include
X_LIBS =
-L/usr/openwin/lib -R/usr/openwin/li...
1999 Jul 07
1
Almost succesfull build on AIX
.../tmp/fl/R/tools/install-sh -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DIR = ${INSTALL} -d
LATEX = /usr/local/bin/latex
LDCMD = f77
LDFLAGS =
LIBS = -ldl -ltermcap -lm
LN_S = ln -s
MAKEINDEX = /usr/local/bin/makeindex
MKINSTALLDIRS = $(top_srcdir)/tools/mkinstalldirs
R_XTRA_CFLAGS =
R_XTRA_CPPFLAGS = -I. -I../include -I$(top_srcdir)/src/include
R_XTRA_FFLAGS =
R_XTRA_LIBS =
RANLIB = ranlib
SHELL = /bin/sh
SHLIBEXT = so
SHLIBLD = f77
SHLIBLDFLAGS = -bM:SRE -H512 -T512 -bnoentry -bexpall -bI:$(R_HOME)/etc/R.
exp -lc -lm
TAR = tar
X_CFLAGS =
X_LIBS = -lX11
X_PRE_LIB...
2001 Jul 06
4
How to build R-1.3.0 under HP-UX 11.00
Hello,
I am new in R and I am delighted with it, so I am trying to bulid R-1.3.0
from sources under HP-UX 11.00 using f2c and X11 support. Configuration
phase is OK but using make I have errors:
gcc -Wl,-E -o R.bin CConverters.o Rdynload.o RNG.o apply.o
arithmetic.o array.o attrib.o bind.o builtin.o charac
ter.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o
dcf.o
2001 Jul 06
4
How to build R-1.3.0 under HP-UX 11.00
Hello,
I am new in R and I am delighted with it, so I am trying to bulid R-1.3.0
from sources under HP-UX 11.00 using f2c and X11 support. Configuration
phase is OK but using make I have errors:
gcc -Wl,-E -o R.bin CConverters.o Rdynload.o RNG.o apply.o
arithmetic.o array.o attrib.o bind.o builtin.o charac
ter.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o
dcf.o
2009 Feb 21
1
Install failure (PR#13545)
...'
R_OS='linux-gnu'
R_OSTYPE='unix'
R_PAPERSIZE='letter'
R_PDFVIEWER='/usr/bin/open'
R_PLATFORM='x86_64-unknown-linux-gnu'
R_PRINTCMD=''
R_PROFILING=''
R_RD4DVI='ae'
R_RD4PDF='times,hyper'
R_UNZIPCMD='/usr/bin/unzip'
R_XTRA_CFLAGS=''
R_XTRA_CPPFLAGS2='-I$(R_INCLUDE_DIR)'
R_XTRA_CPPFLAGS=''
R_XTRA_CXXFLAGS=''
R_XTRA_FFLAGS=''
R_XTRA_LIBS=''
R_ZIPCMD='/usr/bin/zip'
SAFE_FFLAGS=''
SED='//bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SHLIB_CFLAGS=...
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
The R-1.2.1 builds have gone fairly smoothly on most of my UNIX
architectures, but there were many warnings reported by the picky SGI
compiler that could be eliminated in future releases.
Generally, I have found the SGI compilers very helpful in ferreting
out portability problems, unused and/or obsolete variables, unexpected
datatype coercions, etc., and they compile faster than any other
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
...R_LD_LIBRARY_PATH='/usr/local/lib'
R_OSTYPE='unix'
R_PAPERSIZE=''
R_PDFVIEWER='/usr/bin/xpdf'
R_PLATFORM='i686-pc-linux-gnu'
R_PRINTCMD=''
R_PROFILING=''
R_RD4DVI='ae'
R_RD4PDF='times,hyper'
R_UNZIPCMD='/usr/bin/unzip'
R_XTRA_CFLAGS=''
R_XTRA_CPPFLAGS=''
R_XTRA_CXXFLAGS=''
R_XTRA_FFLAGS=''
R_XTRA_LIBS=''
R_ZIPCMD='/usr/bin/zip'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SHLIB_CFLAGS=''
SHLIB_CXXFLAGS=''
SHLIB_CXXLD=''
SHLIB_CXXLDFL...
2003 Mar 29
1
compling errors for sun unix (PR#2702)
..._BROWSER='/usr/local/bin/netscape'
R_GUIS=''
R_LD_LIBRARY_PATH='/usr/local/lib'
R_PAPERSIZE=''
R_PLATFORM='sparc-sun-solaris2.8'
R_PRINTCMD=''
R_PROFILING=''
R_RD4DVI='ae'
R_RD4PDF='ae,hyper'
R_UNZIPCMD='/usr/bin/unzip'
R_XTRA_CFLAGS=''
R_XTRA_CPPFLAGS=''
R_XTRA_CXXFLAGS=''
R_XTRA_FFLAGS=''
R_XTRA_LIBS=''
R_ZIPCMD='/usr/bin/zip'
SET_MAKE=''
SHELL='/bin/bash'
SHLIB_CFLAGS=''
SHLIB_CXXFLAGS=''
SHLIB_CXXLD=''
SHLIB_CXXLDFLAGS=''
SHLIB_...