Displaying 20 results from an estimated 20 matches for "x_cflag".
Did you mean:
x_cflags
1999 Apr 22
2
R compiling on SOLARIS 2.6
We here at HGSI have a consultant doing some statistical work for us.
HGSI bought and installed SAS, but our consultant insists that R and
Rweb is a better solution. I do not know either package so I do not
know, hence we are ditching SAS for R and Rweb. Any comments on this
are welcom.
Now for the real problem. Rweb is very expensive (time wise). The
number of prereqs is way more than I thought
2000 Jun 19
1
Trying to compile R on Unix
...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_CFLAGS = @X_CFLAGS@
X_LIBS = @X_LIBS@
X_PRE_LIBS = @X_PRE_LIBS@
X_EXTRA_LIBS = @X_EXTRA_LIBS@
YACC = @YACC@
ALL_CFLAGS = $(R_XTRA_CFLAGS) $(CFLAGS)
ALL_CPPFLAGS = $(R_XTRA_CPPFLAGS) $(CPPFLAGS) $(DEFS)
ALL_FFLAGS = $(R_XTRA_FFLAGS) $(FFLAGS)
.SUFFIXES:
.SUFFIXES: .c .f .d .o
@depend_rules_frag@
.c.o:...
2017 Nov 14
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
On 13 Nov 2017, at 18:26, Quentin Colombet <qcolombet at apple.com<mailto:qcolombet at apple.com>> wrote:
Hi Kristof,
On Nov 13, 2017, at 9:10 AM, Kristof Beyls <Kristof.Beyls at arm.com<mailto:Kristof.Beyls at arm.com>> wrote:
Hi Quentin,
My only remaining concern is around ABI compatibility.
The following commit seems to indicate that in the previous round of
2008 Apr 29
0
[PATCH] browser_plugin - kate support, build fixes, and misc
...y want to
> leave it out if you think so as well - it's odd as X11 using programs
> do configure fine on that box)
thanks for noticing, the configure script wasn't looking for the X11
install location at all. I've updated it to use the autoconf macro
AC_PATH_XTRA, which defines X_CFLAGS, X_LIBS etc. in changeset:3571
Let me know if this works for you or not; eg. it may be necessary to
also put X_EXTRA_LIBS etc. in src/Makefile.am.
> - bad pointer dereference fix (mouse callback)
I couldn't find that particular hunk, could you please provide a patch
which just fixes th...
1999 Apr 22
1
SUMMARY Re: R compiling on SOLARIS 2.6
.... i just try to keep the machine up and
running as much as possible and tuned fast as possible.
> > ./configure --prefix=/usr/local --x-includes=/usr/openwin/include
> > --x-libs=/usr/openwin/lib
> >
>
> [snip]
>
> and you don't seem to be picking up the $(X_CFLAGS). These come from
> the Makeconf file created by configure. Did you by any chance forget
> to remove config.cache before running configure?
>
removing the config.cache was the fix. i felt a little stupid so i
greped and finally reread the faq/readme/install and found nothing
on removing...
1999 Jul 07
1
Almost succesfull build on AIX
...dir)/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_LIBS =
X_EXTRA_LIBS =
YACC = bison -y
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in th...
2008 Jun 10
7
error compiling fc9 x64
.../bin/sh'
SOCKETLIBS=''
STRIP=''
TOOLSDIR=''
WIN16_FILES='$(WIN16_FILES)'
WIN16_INSTALL='$(WIN16_INSTALL)'
WINDRES=''
XFILES=''
XLIB=''
XMKMF=''
XML2INCL=''
XML2LIBS=''
XSLTINCL=''
XSLTLIBS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_AS=''
ac_ct_CC='gcc -m32'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'...
2008 Oct 28
5
Wine does not compile on Fedora 9 x86_64
.../bin/sh'
SOCKETLIBS=''
STRIP=''
TOOLSDIR=''
WIN16_FILES='$(WIN16_FILES)'
WIN16_INSTALL='$(WIN16_INSTALL)'
WINDRES=''
XFILES=''
XLIB=''
XMKMF=''
XML2INCL=''
XML2LIBS=''
XSLTINCL=''
XSLTLIBS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_AS=''
ac_ct_CC='gcc -m32'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'...
2003 Feb 25
2
R-devel problems
The OS X configure in R-devel has been changed to use two-level
namespaces. There
are still some problems.
1. Trunmed.c in the modreg packages defines a function heapsort(),
while heapsort
is also defined (differently) in /usr/lib/stdlib.h. I (temporarily)
disabled the
definition in stdlib.h.
2. If R is configured with the --without-x flag, then CPPFLAGS does not
include
/usr/X11R6/include,
1999 Apr 19
2
A couple problems installing 0.64 (under linux, redhat 5.2)
I'm encountering a couple problems configuring and making R 0.64 under
linux, redhat 5.2
These problems didn't occur when I build 0.63.2
Any suggestions would be greatly appreciated.
(1) configure generates the warning:
"configure: warning: Cannot determine how to create shared libraries.
Please set CPICFLAGS, FPICFLAGS and SHLIBLDFLAGS in `config.site'."
I'm not
2000 Feb 22
1
R-0.99 installation on UNIX
...lldirs
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/lib -lX11
X_PRE_LIBS = -lSM
-lICE
X_EXTRA_LIBS = -lsocket -lnsl
YACC = bison -y
ALL_CFLAGS =
$(R_XTRA_CFLAGS) $(CFLAGS)
ALL_CPPFLAGS = $(R_XTRA_CPPFLAGS) $(CPPFLAGS)
$(DEFS)
ALL_FFLAGS = $(R_XTRA_FFLAGS) $(FFLAGS)
.SUFFIXES:...
2007 Mar 19
1
Again...
...9;
SHELL='/bin/sh'
SOCKETLIBS=''
STRIP=''
TOOLSDIR=''
WIN16_FILES=''
WIN16_INSTALL=''
WINDRES=''
XFILES=''
XLEX=''
XLIB=''
XMKMF=''
XML2INCL=''
XML2LIBS=''
XSLTINCL=''
XSLTLIBS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_AS=''
ac_ct_CC=''
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='powerpc-apple-darwin8.7.0'
build_alias=''
build_cpu='powerpc'
build_os='darwin8.7.0'
bu...
2008 Apr 28
3
[PATCH] browser_plugin - kate support, build fixes, and misc
Hi,
this patch adds:
- kate support (what else) - this bumps the Javascript API to 1.1
- a few build fixes (note that the adding of -L/usr/X11/lib -lX11
looks suspect to me, that shouldn't be needed, so you may want to
leave it out if you think so as well - it's odd as X11 using programs
do configure fine on that box)
- bad pointer dereference fix (mouse callback)
- avoid the input
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
2010 Apr 17
1
Sim Tower crashing Under Latest dev vers
PC: Dell Inspirion 1300 w/ 1.6GHZ Intel and 512MB ram configuration
OS: Lucid Lynx Xubuntu Beta 2 fully Updated
like listed Installer fails to exit after install however when ran, "winevdm.exe" crashes and this is seen in terminal
cael at cael-laptop:~/.wine/drive_c/SIMTOWER$ wine simtower
fixme:winmm:MMSYSTDRV_SetHandle Already has a thunk for this handle (nil)!!!
wine: Unhandled page
2009 Feb 21
1
Install failure (PR#13545)
...ANT_R_FRAMEWORK_FALSE=''
WANT_R_FRAMEWORK_TRUE='#'
WANT_R_SHLIB_FALSE=''
WANT_R_SHLIB_TRUE='#'
WANT_R_STATIC_FALSE=''
WANT_R_STATIC_TRUE='#'
WOE32DLL=''
XGETTEXT=''
XGETTEXT_015=''
XMKMF=''
XTRA_INTL_CPPFLAGS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
YACC='yacc'
YFLAGS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
ac_ct_F77=''
ac_ct_FC=''
ac_ct_OBJC=''
bindir='${exec_prefix}/bin'
build='x86_64...
1998 Nov 16
5
Solaris make for 0.63 failing
...NSTALL} -m 644
INSTALL_PROGRAM= ${INSTALL}
INSTALL_DIR= ${INSTALL} -d
LATEX= /apps/res/bin/latex
LDCMD= g77
LDFLAGS =
LIBS= -ldl -ltermcap -lm
LN_S= ln -s
MAKEINDEX= false
MKINSTALLDIRS= $(top_srcdir)/aux/mkinstalldirs
RANLIB= ranlib
SHELL= /bin/sh
SHLIBEXT= so
SHLIBLD= ld
SHLIBLDFLAGS= -G
TAR= tar
X_CFLAGS= -I/usr/openwin/include
X_LIBS= -L/usr/openwin/lib -R/usr/openwin/lib -lX11
X_PRE_LIBS= -lSM -lICE
X_EXTRA_LIBS= -lsocket -lnsl
YACC= yacc
prefix= /usr/local
exec_prefix= ${prefix}
bindir= ${exec_prefix}/bin
datadir= ${prefix}/share
libdir= ${exec_prefix}/lib
mandir= ${prefix}/man
rhome= ${prefix...
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
...COMMENDED_PACKAGES_FALSE=''
USE_RECOMMENDED_PACKAGES_TRUE=''
USING_G77_FALSE=''
USING_G77_TRUE='#'
VERSION='2.0.1'
WANT_R_FRAMEWORK_FALSE=''
WANT_R_FRAMEWORK_TRUE='#'
WANT_R_SHLIB_FALSE=''
WANT_R_SHLIB_TRUE='#'
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
YACC='yacc'
ZVT_LIBS=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
bindir='${exec_prefix}/bin'
b...
2003 Mar 29
1
compling errors for sun unix (PR#2702)
..._LIBTOOL_FALSE=''
USE_LIBTOOL_TRUE='#'
USE_MMAP_ZLIB_FALSE=''
USE_MMAP_ZLIB_TRUE=''
USE_RECOMMENDED_PACKAGES_FALSE=''
USE_RECOMMENDED_PACKAGES_TRUE=''
VERSION='1.6.2'
WANT_R_SHLIB_FALSE=''
WANT_R_SHLIB_TRUE='#'
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
YACC='bison -y'
ZVT_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
bindir='${exec_prefix}/bin'
build='sparc-...
2004 Oct 23
1
Issues with compiling wine
...L='/bin/bash'
SOCKETLIBS=''
STRIP='strip'
TOOLSDIR='$(TOPOBJDIR)'
WIN16_FILES='$(WIN16_FILES)'
WIN16_INSTALL='$(WIN16_INSTALL)'
WINDRES='false'
WINE_BINARIES=''
XFILES='$(XFILES)'
XLEX='flex'
XLIB='-lXext -lX11'
X_CFLAGS=' -I/usr/openwin/include'
X_EXTRA_LIBS='-lsocket -lnsl'
X_LIBS=' -L/usr/openwin/lib -R/usr/openwin/lib'
X_PRE_LIBS=' -lSM -lICE'
ac_ct_AR='ar'
ac_ct_AS='gas'
ac_ct_CC='gcc'
ac_ct_CPPBIN='cpp'
ac_ct_CXX='g++'
ac_ct_DLLTOOL=...