Displaying 20 results from an estimated 49 matches for "dllversion".
2010 May 06
2
help on compile r-2.10.0 on 64 bit window
...ot the following error when i tried to compile. Anything I missed? thank you.
x86_64-w64-mingw32-gcc -std=gnu99 -I../include -I. -I../extra -DHAVE_CONFIG_H -D
R_DLL_BUILD -O3 -Wall -pedantic -DR_ARCH='"x64"' -c malloc.c -o malloc.o
x86_64-w64-mingw32-windres -I../include -i dllversion.rc -o dllversion.o
x86_64-w64-mingw32-gcc -std=gnu99 -shared -s -mwindows -o R.dll R.def console.o
dataentry.o dynload.o edit.o editor.o embeddedR.o extra.o opt.o pager.o preferen
ces.o psignal.o rhome.o rt_complete.o rui.o run.o shext.o sys-win32.o system.o d
os_wglob.o malloc.o ../main/libmain.a...
2016 Apr 03
2
File 1 is not in sorted order Error
Hi, I'm trying to build R on windows and i'm getting the following error
when i run the "make all recommended" command:
C:/Rtools/mingw_64/bin/windres -F pe-x86-64 -i dllversion.rc -o
dllversion.o
comm: file 1 is not in sorted order
make[4]: *** [Rgraphapp.def] Error 1
make[3]: *** [rlibs] Error 1
make[2]: *** [../../bin/x64/R.dll] Error 2
make[1]: *** [rbuild] Error 2
make: *** [all] Error 2
Can someone please help me figure out this error. I've tried researching on...
2015 Mar 13
2
Rtools version 3.3.0.1957 looking for C even though RTOOLS variable is pointing elsewhere
...times, I have
F:/R/Rtools/gcc492_64/bin as the first entry in my path, and I do not have
a Makevars file in my user directory that could possibly override it, so I
am at a loss as to why this happening. The specific error is brought below.
Thank you,
Avi
F:/R/Rtools/gcc492_64/bin/windres -i dllversion.rc -o dllversion.o
F:/R/Rtools/gcc492_64/bin/gcc -std=gnu99 -shared -s -o lapack.dll
lapack.def Lapack.o dllversion.o
-L../../../bin/x64 -lRlapack -lRblas -lR
cp lapack.dll ../../../modules/x64/lapack.dll
building package 'base'
building package 'tools'
making text.d from text.c...
2007 Jan 08
1
Cross-compilation of R and ld bug ?
...older R version.
I have used the doc of Yan and Rossini in the contributed section of the
R documentation (same version of MinGW...).
When I try to cross-compile R (make R), the procedure stopped and returns :
************************************
i586-mingw32-windres --include-dir ../include -i dllversion.rc -o
dllversion.o
i586-mingw32-gcc -shared -s -mwindows -o R.dll R.def console.o
dataentry.o dynl oad.o edit.o editor.o embeddedR.o extra.o opt.o pager.o
preferences.o psignal.o rhome.o rui.o run.o shext.o sys-win32.o system.o
e_pow.o malloc.o ../main/libmai n.a ../appl/libappl.a
../nmath/li...
2012 May 08
1
file 2 is not in sorted order error building unsuffered consequences
...a Win x64 system. I am
using Rtools version 2.15.0.1919. The only change I make is changing
MkRules.dist -> MkRules.local and setting Multi=64 I have previously
compiled unsuffered consquences without issue, but on the current
version, I get this error
windres -F pe-x86-64 -I../include -i dllversion.rc -o dllversion.o
comm: file 2 is not in sorted order
make[3]: *** [R.dll] Error 1
make[2]: *** [../../bin/x64/R.dll] Error 2
make[1]: *** [rbuild] Error 2
make: *** [all] Error 2
I did not note any other errors or warnings earlier on, though I may
have missed some. I can provide the full log if...
2011 Nov 21
1
Error building R 2.14.0 from sources on Win7 x64
...L_BUILD -DENABLE_NLS=1 ?-O3 -Wall -pedantic
-mtune=core2 ? -c tooltips.c -o tooltips.o
x86_64-w64-mingw32-gcc -std=gnu99 -m64 -I. -I../../gnuwin32
-I../../include -DGA_DLL_BUILD -DENABLE_NLS=1 ?-O3 -Wall -pedantic
-mtune=core2 ? -c windows.c -o windows.o
x86_64-w64-mingw32-windres -F pe-x86-64 ? -i dllversion.rc -o dllversion.o
comm: file 1 is not in sorted order
make[4]: *** [Rgraphapp.def] Error 1
make[3]: *** [rlibs] Error 1
make[2]: *** [../../bin/x64/R.dll] Error 2
make[1]: *** [rbuild] Error 2
make: *** [all] Error 2
As anyone stumbled on this problem before? Any idea what I can do to
solve this...
2014 Jul 19
1
patch about mingwbuild 4.9.1
...ild fail.so I add a simple path to src/gnuwin32/Makefile:
Index: Makefile
===================================================================
--- Makefile(版本 66200)
+++ Makefile(工作副本)
@@ -148,7 +148,7 @@
ifeq "$(WIN)" "64"
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_COLLATE=C $(SORT) | uniq |$(SED) '/.refptr./d' > R0.def
@$(SED) -e's/@.*//' Rdll.hide | LC_COLLATE=C $(SORT) > R1.def
@LC_COLLATE...
2007 Feb 06
1
R from SVN fails to build on win32
...-c system.c
-o system.o
gcc -O3 -Wall -pedantic -std=gnu99 -I../include -I. -DHAVE_CONFIG_H
-DR_DLL_BUILD -c dos_glob.c -o dos_glob.o
gcc -c -o e_pow.o e_pow.S
gcc -O3 -Wall -pedantic -std=gnu99 -I../include -I. -DHAVE_CONFIG_H
-DR_DLL_BUILD -c malloc.c -o malloc.o
windres -I ../include -i dllversion.rc -o dllversion.o
c:\MinGW\bin\windres.exe: unknown format type `../include'
c:\MinGW\bin\windres.exe: supported formats: rc res coff make[3]: ***
[dllversion.o] Error 1
make[2]: *** [../../bin/R.dll] Error 2
make[1]: *** [rbuild] Error 2
make: *** [all] Error 2
Best,
Jim
James W. MacDon...
2016 May 17
2
R-3.3.0 Base: Windows compilation fails while building 'base' package
...d=gnu99 -m64 -shared -s -o ../../../bin/x64/Rlapack.dll dlamch.o
dlapack.
o cmplx.o init_win.o Rlapackrc.o -L../../../bin/x64 -lR -lRblas -lgfortran
-lqua
dmath
gcc -std=gnu99 -m64 -I../../include -DHAVE_CONFIG_H -O3 -Wall -pedantic
-mtune=
core2 -c Lapack.c -o Lapack.o
windres -F pe-x86-64 -i dllversion.rc -o dllversion.o
gcc -std=gnu99 -m64 -shared -s -o lapack.dll lapack.def Lapack.o
dllversion.o -
L../../../bin/x64 -lRlapack -lRblas -lR
cp lapack.dll ../../../modules/x64/lapack.dll
building package 'base'
cannot create /tmp/R15756: directory nonexistent <-------------------
mv:...
2006 Sep 27
1
Building R-2.3.1 for Windows with ATLAS
...2" I got the
> > following error message (I'm posting only the final part, there was a
> > lot of compilation before this):
> >
> > cp R.dll ../../bin/
> > -------- Building ../../bin/Rblas.dll --------
> > gcc -shared -s -o ../../bin/Rblas.dll blas00.o dllversion.o Rblas.def \
> > -L../../bin -lR -L"C:/WinNT_ATHLONSSE2" -lf77blas -latlas
>
> What version of R is this? I get
>
> -------- Building ../../../bin/Rblas.dll --------
> gcc -shared -o ../../../bin/Rblas.dll blas00.o
> ../../gnuwin32/dllversion.o Rbl
> as.d...
2015 Mar 13
0
Rtools version 3.3.0.1957 looking for C even though RTOOLS variable is pointing elsewhere
...as the first entry in my path, and I do not have a
> Makevars file in my user directory that could possibly override it, so I am
> at a loss as to why this happening. The specific error is brought below.
>
> Thank you,
>
> Avi
>
>
> F:/R/Rtools/gcc492_64/bin/windres -i dllversion.rc -o dllversion.o
> F:/R/Rtools/gcc492_64/bin/gcc -std=gnu99 -shared -s -o lapack.dll
> lapack.def Lapack.o dllversion.o
> -L../../../bin/x64 -lRlapack -lRblas -lR
> cp lapack.dll ../../../modules/x64/lapack.dll
> building package 'base'
> building package 'tools...
2015 Jan 08
1
New version of Rtools for Windows
...nuwin32/MkRules.local:
>
># prefix for 64-bit: path or x86_64-w64-mingw32-
>BINPREF64 = x86_64-w64-mingw32-gcc-
>
>I added the gcc- as the suffix there, but I guess that is insufficient
>as I still get the following error using 4.9.2:
>
>windres -F pe-x86-64? -I../include -i dllversion.rc -o dllversion.o
>gcc -std=gnu99 -m64 -shared -s -mwindows -o R.dll R.def console.o
>dynload.o editor.o embeddedR.o extra.o opt.o pager.o preferences.o
>psignal.o rhome.o rt_complete.o rui.o run.o shext.o sys-win32.o
>system.o dos_wglob.o malloc.o ../main/libmain.a ../appl/libappl.a
&...
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
...Windows 64 for over a decade
by patching /src/extra/blas/Makevars.win as follows:
--- /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:...
2015 Jan 08
0
New version of Rtools for Windows
...changing the following in src/gnuwin32/MkRules.local:
# prefix for 64-bit: path or x86_64-w64-mingw32-
BINPREF64 = x86_64-w64-mingw32-gcc-
I added the gcc- as the suffix there, but I guess that is insufficient
as I still get the following error using 4.9.2:
windres -F pe-x86-64 -I../include -i dllversion.rc -o dllversion.o
gcc -std=gnu99 -m64 -shared -s -mwindows -o R.dll R.def console.o
dynload.o editor.o embeddedR.o extra.o opt.o pager.o preferences.o
psignal.o rhome.o rt_complete.o rui.o run.o shext.o sys-win32.o
system.o dos_wglob.o malloc.o ../main/libmain.a ../appl/libappl.a
../nmath/libnmath...
2006 Sep 26
1
Building R for Windows with ATLAS
...quot;C:/cygwin/home/Administrador/ATLAS/lib/WinNT_ATHLONSSE2" I got the
following error message (I'm posting only the final part, there was a
lot of compilation before this):
cp R.dll ../../bin/
-------- Building ../../bin/Rblas.dll --------
gcc -shared -s -o ../../bin/Rblas.dll blas00.o dllversion.o Rblas.def \
-L../../bin -lR -L"C:/WinNT_ATHLONSSE2" -lf77blas -latlas
C:/WinNT_ATHLONSSE2/libf77blas.a(xerbla.o):xerbla.f:(.text+0xb): undefined refer
ence to `s_wsfe'
C:/WinNT_ATHLONSSE2/libf77blas.a(xerbla.o):xerbla.f:(.text+0x27): undefined refe
rence to `do_fio'
C:/WinNT...
2016 Jul 07
2
Error building Tcl: R-patched_2016-07-05
I am trying to build R under 64bit Windows7. I am using a fresh
install of Rtools34 and R-patched_2016-07-05. I am getting the
following error:
C:/Rtools/mingw_64/bin/gcc -shared -s -static-libgcc -o tcltk.dll tmp.def init.o
tcltk.o tcltk_win.o ../../../gnuwin32/dllversion.o -L../../../../Tcl/bin64 -ltc
l85 -ltk85 -LC:/R/RLocalSoft/lib/x64 -LC:/R/RLocalSoft/lib -L../../../../bin/x64
-lR
C:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w6
4-mingw32/bin/ld.exe: cannot find -ltcl85
C:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/...
2001 Mar 26
2
Need some help for building R!
...CC-29~1.2/BIN/MAKE.EXE -C ./math
MAKE.EXE[1]: Entering directory `F:/R-devel/src/gnuwin32/math'
MAKE.EXE[1]: `../em.a' is up to date.
MAKE.EXE[1]: Leaving directory `F:/R-devel/src/gnuwin32/math'
------- Building R.dll from R.a malloc.o libmain.a libappl.a libmath.a
ga.a gl.a xdr.a em.a dllversion.o --------
echo LIBRARY R > R.def
echo EXPORTS >> R.def
nm R.a malloc.o libmain.a libappl.a libmath.a ga.a gl.a xdr.a em.a
dllversion.o > Defs
sed -n '/^........ [BCDRT] _/s/^........ [BCDRT] _/ /p' Defs >> R.def
rm -f Defs
gcc --shared -s -mwindows -o R.dll R.def R.a ma...
2001 Mar 26
2
Need some help for building R!
...CC-29~1.2/BIN/MAKE.EXE -C ./math
MAKE.EXE[1]: Entering directory `F:/R-devel/src/gnuwin32/math'
MAKE.EXE[1]: `../em.a' is up to date.
MAKE.EXE[1]: Leaving directory `F:/R-devel/src/gnuwin32/math'
------- Building R.dll from R.a malloc.o libmain.a libappl.a libmath.a
ga.a gl.a xdr.a em.a dllversion.o --------
echo LIBRARY R > R.def
echo EXPORTS >> R.def
nm R.a malloc.o libmain.a libappl.a libmath.a ga.a gl.a xdr.a em.a
dllversion.o > Defs
sed -n '/^........ [BCDRT] _/s/^........ [BCDRT] _/ /p' Defs >> R.def
rm -f Defs
gcc --shared -s -mwindows -o R.dll R.def R.a ma...
2018 Feb 13
2
R Compilation gets stuck on Windows 64
...th the patched version. The same error message.
>
> gcc -std=gnu99 -m64 -shared -s -mwindows -o R.dll R.def console.o dynload.o
> editor.o embeddedR.o extra.o malloc.o opt.o pager.o preferences.o psignal.o
> rhome.o rt_complete.o rui.o run.o shext.o sys-win32.o system.o dos_wglob.o
> dllversion.o ../main/libmain.a ../appl/libappl.a ../nmath/libnmath.a
> getline/gl.a ../extra/xdr/libxdr.a ../extra/intl/libintl.a
> ../extra/trio/libtrio.a ../extra/tzone/libtz.a ../extra/tre/libtre.a
> -fopenmp -L. -lgfortran -lquadmath -lRblas -L../../lib -lRgraphapp -lRiconv
> -lcomctl32 -lvers...
2010 Apr 20
0
Building Rblas.dll failing on Windows 7 (64-bit)
...win32.o system.o dos_wglob.o e_pow.o malloc.o
../main/libmain.a ../appl/libappl.a ../nmath/libnmath.a getline/gl.a
../extra/xdr/libxdr.a ../extra/pcre/libpcre.a ../extra/bzip2/libbz2.a
../extra/intl/libintl.a ../extra/trio/libtrio.a ../extra/tzone/libtz.a
../extra/tre/libtre.a ../extra/xz/liblzma.a dllversion.o -L.
-lgfortran -lRblas -L../../bin -lRzlib -lRgraphapp -lRiconv -lcomctl32
-lversion
cp R.dll ../../bin/
-------- Building ../../../bin/Rblas.dll --------
gcc -std=gnu99 -shared -o ../../../bin/Rblas.dll blas.o cmplxblas.o
../../gnuwin32/dllversion.o Rblas.def -L../../../bin -lR -lgfortran
c...