Displaying 19 results from an estimated 19 matches for "rt_complete".
Did you mean:
rep_complete
2018 Feb 13
2
R Compilation gets stuck on Windows 64
...indrajitsg at gmail.com> wrote:
> Hi Avraham,
>
> I tried with 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 -lq...
2010 May 06
2
help on compile r-2.10.0 on 64 bit window
...t;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 ../appl/libappl.a ../nmath/libnmath.a getl
ine/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/t
re/libtre.a...
2023 Nov 12
1
Segmentation fault early in compilation of revision 85514
...nclude -I. -I../extra -DHAVE_CONFIG_H -DR_DLL_BUILD -O3 -Wall
-pedantic -march=native -pipe -mno-rtm -flto=1 -fuse-linker-plugin -c
rhome.c -o rhome.o
gcc -I../include -I. -I../extra -DHAVE_CONFIG_H -DR_DLL_BUILD -O3 -Wall
-pedantic -march=native -pipe -mno-rtm -flto=1 -fuse-linker-plugin -c
rt_complete.c -o rt_complete.o
gcc -I../include -I. -I../extra -DHAVE_CONFIG_H -DR_DLL_BUILD -O3 -Wall
-pedantic -march=native -pipe -mno-rtm -flto=1 -fuse-linker-plugin -c
rui.c -o rui.o
gcc -I../include -I. -I../extra -DHAVE_CONFIG_H -DR_DLL_BUILD -O3 -Wall
-pedantic -march=native -pipe -mno-rtm -flto=...
2018 Feb 09
2
R Compilation gets stuck on Windows 64
On Fri, Feb 9, 2018 at 9:29 AM, Kenny Bell <kmbell56 at gmail.com> wrote:
> I suggest that you work off the build process in the rwinlib repository so
> you are starting from something that you know works and already incorporates
> the set of dependencies you need.
Hello, Kenny.
For what it's worth I've been successfully building R+OpenBLAS on
Windows64 since 2013, which
2018 Feb 13
2
R Compilation gets stuck on Windows 64
...t; > I tried with 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/libtr...
2012 Mar 31
1
trouble compiling on Windows
...one for `all'.
installing zoneinfo
make[5]: `stamp' is up to date.
make[5]: `liblzma.a' is up to date.
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 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.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 ../...
2012 Aug 12
1
trouble compiling R-patched from source on Windows 64 bit
...[4]: Nothing to be done for `all'.
make[5]: `stamp' is up to date.
make[5]: `liblzma.a' is up to date.
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 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.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 ../...
2019 Feb 16
3
Trying to compile R 3.5.2 - 32 bit R - on Windows 10 64 bit - with ICU support
...CU
I have done
export R_ICU_LOCALE=en_US
When I try to compile ( 32 bit compile ), I am getting these errors.
w:/Rtools35/mingw_32/bin/gcc -std=gnu99 -m32 -shared -s -mwindows -o R.dll R.def console.o dynload.o editor.o embeddedR.o extra.o malloc.o opt.o pager.o pr
eferences.o psignal.o rhome.o rt_complete.o rui.o run.o shext.o sys-win32.o system.o dos_wglob.o dllversion.o e_pow.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 -l...
2018 Feb 13
0
R Compilation gets stuck on Windows 64
...Hi Avraham,
> >
> > I tried with 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
> > -f...
2010 Apr 20
0
Building Rblas.dll failing on Windows 7 (64-bit)
...ocation of the Inno
Setup directory.
The make process gets a considerable way through before exiting with
the following error:
.
.
.
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 preferences.o psignal.o rhome.o rt_complete.o rui.o run.o
shext.o sys-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/libt...
2018 Feb 13
0
R Compilation gets stuck on Windows 64
Hi Avraham,
I tried with 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.....
2015 Mar 09
1
ICU_531 and sjlj vs.seh
...n handling (current gcc-4.6.3,
perhaps?). I say that as I am trying a 4.9.2 distribution which uses
seh handling, and I get errors like:
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.....
2015 Jan 08
1
New version of Rtools for Windows
...ficient
>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.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
>../ex...
2015 Jan 08
0
New version of Rtools for Windows
...ut 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.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 ../...
2007 May 23
2
Possible ld.exe problem when building
...file.win libpcre.a
make[5]: `libpcre.a' is up to date.
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all'.
gcc -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 preferences.o psignal.o rhome.o rt_complete.o rui.o run.o shext.o sys-win32.o system.o dos_glob.o e_pow.o ../main/libmain.a ../appl/libappl.a ../nmath/libnmath.a graphapp/ga.a getline/gl.a ../extra/xdr/libxdr.a ../extra/zlib/libz.a ../extra/pcre/libpcre.a ../extra/bzip2/libbz2.a ../extra/intl/libintl.a ../extra/trio/libtrio.a dllversion.o -L...
2012 Dec 17
1
Problems with building R from sources
...p to date.
make[4]: Nothing to be done for `all'.
make[5]: `stamp' is up to date.
make[5]: `liblzma.a' is up to date.
gcc -std=gnu99 -m32 -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
preferences.o psignal.o rhome.o rt_complete.o rui.o run.o shext.o
sys-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/libt...
2015 Jan 08
1
New version of Rtools for Windows
...NFIG_H
-DR_DLL_BUILD -O3 -Wall -pedantic -mtune=core2 -c malloc.c -o
malloc.o
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.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 ../...
2015 Jan 08
0
New version of Rtools for Windows
...une=core2 -c malloc.c -o
>> malloc.o
>> 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.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/tzo...
2018 Feb 09
1
R Compilation gets stuck on Windows 64
Please note that building R on Windows is documented in "R Installation
and Administration", including links to external software. Particularly
there is a link to texinfo which is part of Rtools. The documentation is
maintained and it is a sufficient source of information for building R
on Windows.
https://cran.r-project.org/doc/manuals/r-release/R-admin.html