Displaying 20 results from an estimated 24 matches for "dllflags".
2014 Jul 19
1
patch about mingwbuild 4.9.1
...YMPAT) | LC_COLLATE=C $(SORT) | uniq > R0.def
+@$(NM) $^ | $(SED) -n $(SYMPAT) | LC_COLLATE=C $(SORT) | uniq |$(SED) '/.refptr./d' > R0.def
@$(SED) -e's/@.*//' Rdll.hide | LC_COLLATE=C $(SORT) > R1.def
@LC_COLLATE=C comm -23 R0.def R1.def >> R.def
$(DLL) -shared $(DLLFLAGS) $($*-DLLFLAGS) -o $@ R.def $^ $($*-DLLLIBS) $(DLLLIBS)
@@ -156,7 +156,7 @@
else
R.dll: $(OBJS) $(OBJS-EXTRA) $(MAINLIBS) $(EXTRALIBS) dllversion.o
@$(ECHO) EXPORTS > R.def
-@$(NM) $^ | $(SED) -n $(SYMPAT) | LC_COLLATE=C $(SORT) | uniq > R0.def
+@$(NM) $^ | $(SED) -n $(SYMPAT) | LC_COLLA...
1998 Jun 06
1
R-beta: makefile command line for recreating dynload demo dll
Hi,
I have gnuwin32 (b18) and the rw0613b.zip version of R.
With regards to (re)making the dynload dll demo given (zero.dll) could
anyone tell me what the command line for the makefile should be.
ie,
make -f Makefile.in ...?
Thanks for any help
--
Douglas
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2016 Aug 07
1
Quote symbol names under EXPORTS in tmp.def on Windows
I originally posted on this topic on a different thread:
https://stat.ethz.ch/pipermail/r-devel/2016-August/072938.html
These sources suggested that a safe practice might be to put double
quotes around symbol names in EXPORTS in case the symbol name is the
same as a linker keyword:
- https://sourceware.org/binutils/docs/ld/Symbols.html#Symbols
-
2001 Mar 26
2
Need some help for building R!
Hello Dear R Developers and Users:
I'm trying to compile R with all the tools of the CRAN page.
I compile the R-1.2.2 version without problem.
But when I try to compile the development version 1.3.0 it
doesn't work when I write the command:
make BUILD=MINGW32
First it shows me something like this (I think without problems):
As I make when I compile succesfuly the R-1.2.2 version:
2001 Mar 26
2
Need some help for building R!
Hello Dear R Developers and Users:
I'm trying to compile R with all the tools of the CRAN page.
I compile the R-1.2.2 version without problem.
But when I try to compile the development version 1.3.0 it
doesn't work when I write the command:
make BUILD=MINGW32
First it shows me something like this (I think without problems):
As I make when I compile succesfuly the R-1.2.2 version:
1999 Jun 09
1
R correct g77 flags for Linux/Alpha (PR#208)
...s-1.1.2. All
other libraries are Redhat-6.0 default.
--- R-0.64.1/configure.in.orig Tue Jun 8 19:05:31 1999
+++ R-0.64.1/configure.in Tue Jun 8 19:06:28 1999
@@ -575,6 +575,7 @@
;;
alpha*linux)
CFLAGS="-mieee ${CFLAGS}"
+ FFLAGS="-mieee ${FFLAGS}"
DLLFLAGS=-export-dynamic
;;
*linuxaout)
To the rpm maintainer: You can simply apply the following patch to the
spec file of R-base-0.64.1-5.src.rpm without patching the configure.in
patch. I also do not know why CFLAGS need to be -O1 instead of -O2??
--- R-base.spec.orig Tue Jun 8 18:39:31...
1999 Jul 07
1
Almost succesfull build on AIX
...July
day 08
language R
**********************************************************
PACKAGE = R
VERSION = 0.65.0
AR = ar
BLAS =
CC = gcc
CFLAGS = -g -O2
CPICFLAGS = -fPIC
CPPFLAGS =
DEFS = -DHAVE_CONFIG_H
DLLFLAGS = -bdynamic -bE:$(top_builddir)/etc/R.exp -bM:SRE -lc -lm
DVIPS = /usr/local/bin/dvips
FC = f77
FFLAGS =
FLIBS = -lblas -L/usr/local/lib -lxlf90 -lxlf -lm
FPICFLAGS = -fPIC
F2C =
F2CFLAGS =
GNOMEUI_LIBS =
GNOME_LIBDIR =
GNOME_INCLUDEDIR =
INSTALL = /tmp/fl/R/tools/install-sh -c
INSTALL_DATA...
2000 Feb 22
1
R-0.99 installation on UNIX
...../appl/libappl.a(dpoco.o)
The compilers used are
C: gcc version 2.81
FORTRAN: f2c (from the gnu download packet f2c-1993_04_28_tar.gz)
The Makeconf reads:
PACKAGE = R
VERSION = 0.99.0
AR = ar
AWK = gawk
BLAS = blas.o
CC =
gcc
CFLAGS = -g -O2
CPICFLAGS = -fPIC
CPPFLAGS =
DEFS =
-DHAVE_CONFIG_H
DLLFLAGS =
DVIPS = false
FC =
FFLAGS =
FLIBS =
FPICFLAGS = -PIC
F2C = f2c
F2CFLAGS =
GNOMEUI_LIBS =
GNOME_LIBDIR =
GNOME_INCLUDEDIR =
INSTALL = $(top_srcdir)/tools/install-sh
-c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM =
${INSTALL}
INSTALL_DIR = ${INSTALL} -d
LATEX = false
LDCMD = gcc
LDFLAGS =
L...
2005 Mar 18
2
Trouble debugging with gdb, R on Windows
...=======================
--- src/gnuwin32/Makefile (revision 33477)
+++ src/gnuwin32/Makefile (working copy)
@@ -33,8 +33,8 @@
## use FOPTFLAGS where complex*16 is used.
FOPTFLAGS=-O2 -Wall
ifdef DEBUG
- OPTFLAGS+=-g
- FOPTFLAGS+=-g
+ OPTFLAGS=-g -Wall -pedantic
+ FOPTFLAGS=-g -Wall
DLLFLAGS=
else
DLLFLAGS=-s
2000 Jun 19
1
Trying to compile R on Unix
...es
(bu39)
--------------------------------------------
Here is 'Makeconf':
-------------------------
pauling 4% cat Makeconf
PACKAGE = @PACKAGE@
VERSION = @VERSION@
AR = @AR@
AWK = @AWK@
BLAS = @BLAS@
CC = @CC@
CFLAGS = @CFLAGS@
CPICFLAGS = @CPICFLAGS@
CPPFLAGS = @CPPFLAGS@
DEFS = @DEFS@
DLLFLAGS = @DLLFLAGS@
DVIPS = @DVIPS@
FC = @FC@
FFLAGS = @FFLAGS@
FLIBS = @FLIBS@
FPICFLAGS = @FPICFLAGS@
F2C = @F2C@
F2CFLAGS = @F2CFLAGS@
GNOMEUI_LIBS = @GNOMEUI_LIBS@
GNOME_LIBDIR = @GNOME_LIBDIR@
GNOME_INCLUDEDIR = @GNOME_INCLUDEDIR@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @I...
2024 May 13
0
Change between 86152 and 86534 - probably 86265 - that looks for zspmv in BLAS and not LAPACK causes R with OpenBLAS to fail
...--- /c/r/trunk/src/extra/blas/Makefile.win 2024-01-24
18:34:42.755255900 +0000
+++ /c/r/Makefile.win 2024-01-24 18:39:39.716458000 +0000
@@ -12,7 +12,7 @@
../../../$(BINDIR)/Rblas.dll: blas00.o ../../gnuwin32/dllversion.o
@$(ECHO) -------- Building $@ --------
$(DLL) -s -shared $(DLLFLAGS) -o $@ $^ Rblas.def \
- -L../../../$(IMPDIR) -lR -L"$(ATLAS_PATH)" -lf77blas -latlas
+ -L../../../$(IMPDIR) -lR -L"$(ATLAS_PATH)" -fopenmp -lopenblas
else
../../../$(BINDIR)/Rblas.dll: blas.o blas2.o cmplxblas.o cmplxblas2.o
../../gnuwin32/dllversion.o
@$(ECH...
1999 Nov 11
6
Compilation of R under Mandrake Linux 6.1 (helios)
...lation under Caldera Linux 2.2,
i. e. /usr/X11R6/lib/libX11.so.6.1 was not getting linked.
I used his solution, i.e. after running ./configure
edit the src/main/Makefile
Two lines down from
$(top_builddir)/bin/R.X11: $(OBJECTS) $(RLIBS)
is a line that starts $(LDCMD)
Add -L /usr/X11R6/lib before $(DLLFLAGS)
and -lX11 at the end of the line (which was line 122 in my Makefile).
(NB minus ell X eleven)
After that, make and make install ran just fine.
John Maindonald email : john.maindonald@anu.edu.au
Statistical Consulting Unit, phone : (6249)3998
c/o CMA, SMS,...
2008 Jun 10
7
error compiling fc9 x64
...39;
COREFOUNDATIONLIB=''
CPP=''
CPPBIN=''
CPPFLAGS=''
CROSSCC=''
CROSSTEST=''
CROSSWINDRES=''
CRTLIBS=''
CXX='g++ -m32'
CXXFLAGS=''
DEFS=''
DEPENDENCIES=''
DISKARBITRATIONLIB=''
DLLEXT=''
DLLFLAGS=''
DLLTOOL=''
DLLWRAP=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ESDCONFIG=''
ESDINCL=''
ESDLIBS=''
EXEEXT=''
EXTRACFLAGS=''
EXTRA_BINARIES=''
FLEX=''
FONTCONFIGINCL=''
FONTFORGE...
2008 Oct 28
5
Wine does not compile on Fedora 9 x86_64
...39;
COREFOUNDATIONLIB=''
CPP=''
CPPBIN=''
CPPFLAGS=''
CROSSCC=''
CROSSTEST=''
CROSSWINDRES=''
CRTLIBS=''
CXX='g++ -m32'
CXXFLAGS=''
DEFS=''
DEPENDENCIES=''
DISKARBITRATIONLIB=''
DLLEXT=''
DLLFLAGS=''
DLLTOOL=''
DLLWRAP=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ESDCONFIG=''
ESDINCL=''
ESDLIBS=''
EXEEXT=''
EXTRACFLAGS=''
EXTRA_BINARIES=''
FLEX=''
FONTCONFIGINCL=''
FONTFORGE...
1999 Mar 15
0
R 68.3 on OSF V4.0 problems SOLVED
...not use gcc with DEC F77; we do not have g77)'
: '(Need GNU make, DEC make fails in several respects)'
cp -ip config.site config.site.bak <&- >&- 2>&-
cat <<EOF >> config.site
CC=/usr/bin/cc
CFLAGS='-g3 -O'
FC=/usr/bin/f77
FFLAGS='-g3 -O'
DLLFLAGS=-nofor_main
MAKE=gmake
EOF
./configure
:
: 'Fix some bugs:'
:
: 'Will get compiler warnings:'
: ' In this statement, the expression "j=++j%k" modifies the variable "j" more'
: ' than once without an intervening sequence point. This behavior is un...
1999 Sep 06
0
Compiling R under Caldera Open Linux 2.2 (PR#268)
...ing to figure
out configure (it's pretty confusing besides not handling X well; for
instance --with-x doesn't do anything, and --x-libraries doesn't seem to
do much) I gave up and editted the R-0.64.2/src/main/Makefile directly.
I added on line 44 "-L /usr/X11R6/lib" before $(DLLFLAGS) and also -lX11
at the end of the line. After doing that, "make" and "make install"
both completed successfully.
So now I've got R installed successfully. Its interface is fairly
intimidating. Are there some examples online that would walk me through
some simple calculat...
2007 Mar 19
1
Again...
...#39;
CFLAGS=''
COREAUDIO=''
COREFOUNDATIONLIB=''
CPP=''
CPPBIN=''
CPPFLAGS=''
CROSSCC=''
CROSSTEST=''
CROSSWINDRES=''
CRTLIBS=''
CURSESLIBS=''
CXX=''
CXXFLAGS=''
DEFS=''
DLLEXT=''
DLLFLAGS=''
DLLTOOL=''
DLLWRAP=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ESDCONFIG=''
ESDINCL=''
ESDLIBS=''
EXEEXT=''
EXTRACFLAGS=''
EXTRA_BINARIES=''
FONTFORGE=''
FONTSSUBDIRS=''
FREETY...
1999 Aug 29
1
Compiling R under Caldera Open Linux 2.2
To: jnf@pcisys.net
Subject: Compilation of R under Caldera OpenLinux 2.2
> On Sat, 28 Aug 1999 jnf@pcisys.net wrote:
> >
> > I am attempting to compile R-0.64.2 under Caldera OpenLinux 2.2. I have
> > KDE installed but not gnome. When I ran configure, it correctly
> > indicated that gnome is not installed. However when I then ran make, I
> > received errors
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
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.