Displaying 12 results from an estimated 12 matches for "pthreadgc2".
2015 Mar 09
5
Notes on building a gcc toolchain for Rtools (but not multilib)
...-1-release.tar - EPIC FAIL
patch -Z -d /c/temp/gcc/mpfr-3.1.2 -p1 < mpfr.patch
@@ -25,6 +26,14 @@ make all install "CFLAGS=-s -O3" || fail_with
mingw-w64 make - EPIC FAIL
cd /c/temp/gcc
rm -rf build src
+# Build pthreads-w32.
+cd pthreads-w32-2-9-1-release
+make clean GC
+
+cp libpthreadGC2.a ../dest/x86_64-w64-mingw32/lib/libpthread.a
+cp pthread.h sched.h semaphore.h ../dest/x86_64-w64-mingw32/include
+cp pthreadGC2.dll $X_DISTRO_ROOT/bin/
+
# Prepare to build gcc - set up the in-tree builds of gmp, mpfr, and mpc.
mv gcc-4.9.2 src
mv gmp-6.0.0 src/gmp
@@ -40,7 +49,7 @@ cp -r dest...
2015 Mar 09
0
Notes on building a gcc toolchain for Rtools (but not multilib)
...fr-3.1.2 -p1 < mpfr.patch
>
> @@ -25,6 +26,14 @@ make all install "CFLAGS=-s -O3" || fail_with
> mingw-w64 make - EPIC FAIL
> cd /c/temp/gcc
> rm -rf build src
>
> +# Build pthreads-w32.
> +cd pthreads-w32-2-9-1-release
> +make clean GC
> +
> +cp libpthreadGC2.a ../dest/x86_64-w64-mingw32/lib/libpthread.a
> +cp pthread.h sched.h semaphore.h ../dest/x86_64-w64-mingw32/include
> +cp pthreadGC2.dll $X_DISTRO_ROOT/bin/
> +
> # Prepare to build gcc - set up the in-tree builds of gmp, mpfr, and mpc.
> mv gcc-4.9.2 src
> mv gmp-6.0.0 src/gm...
2018 Feb 09
3
R Compilation gets stuck on Windows 64
...lled. Spaces allowed.
ISDIR = D:/home/inno5
# optional location where qpdf was installed (in $(QPDF)/bin). Spaces
allowed.
QPDF = D:/home/qpdf/bin
# home of 32-bit files for combined installer on 64-bit build
# HOME32 =
# Full paths of extra DLLs that need to be shipped
# e.g
# DLLs32 = c:/R/bin/pthreadGC2-w32.dll
# DLLs64 = c:/R/bin64/pthreadGC2-w64.dll
# DLLs32 =
# DLLs64 =
## ====== configuration macros for building MSI installer ===========
# location where WiX 3.x executables were installed. Spaces allowed.
# The MSI uses '/bin': other packagings may not
# WIX3DIR = C:/packages/WiX3.5...
2012 Dec 17
1
Problems with building R from sources
...alled. Spaces allowed.
ISDIR=E:/dev/Inno
# optional location where qpdf was installed (in $(QPDF)/bin). Spaces
allowed.
QPDF= E:/dev/qpdf/qpdf-3.0.2/
# home of 32-bit files for combined installer on 64-bit build
HOME32=
# Full paths of extra DLLs that need to be shipped
# e.g
# DLLs32 = c:/R/bin/pthreadGC2-w32.dll
# DLLs64 = c:/R/bin64/pthreadGC2-w64.dll
DLLs32 =
DLLs64 =
## ====== configuration macros for building MSI installer ===========
# location where WiX 3.x executables were installed. Spaces allowed.
# The MSI uses '/bin': other packagings may not
WIX3DIR=C:/packages/WiX3.5/bin
# s...
2018 Feb 09
0
R Compilation gets stuck on Windows 64
...; # optional location where qpdf was installed (in $(QPDF)/bin). Spaces
> allowed.
> QPDF = D:/home/qpdf/bin
>
> # home of 32-bit files for combined installer on 64-bit build
> # HOME32 =
>
> # Full paths of extra DLLs that need to be shipped
> # e.g
> # DLLs32 = c:/R/bin/pthreadGC2-w32.dll
> # DLLs64 = c:/R/bin64/pthreadGC2-w64.dll
> # DLLs32 =
> # DLLs64 =
>
>
> ## ====== configuration macros for building MSI installer ===========
>
> # location where WiX 3.x executables were installed. Spaces allowed.
> # The MSI uses '/bin': other packagi...
2018 Feb 09
2
R Compilation gets stuck on Windows 64
Hi All,
I am trying to compile R from source on a 64 bit Windows. I have downloaded
and installed all the third party software as per the R - documentation.
The compilation starts fine and after a while it stops with the following
error message:
D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w64-mingw32/bin/ld.exe:
cannot find -lRgraphapp
collect2.exe: error: ld
2012 Dec 06
0
[LLVMdev] LLVM+Clang 3.2rc2 MinGW binaries' libstdc++ requirement
..." in it.
I had to download these three files to run LLVM binaries:
http://sourceforge.net/projects/tdm-gcc/files/TDM-GCC%204.6%20series/4.6.1-tdm-1%20DW2/
gcc-4.6.1-tdm-1-dw2-core.zip
gcc-4.6.1-tdm-1-dw2-c++.zip
gcc-4.6.1-tdm-1-dw2-openmp.zip
The openmp package is needed for pthreadGC2.dll. It's also important to
use DW2. TDM-GCC also provides SJLJ libraries that do not work with Clang.
I am wondering whether the Clang project will attempt to match MinGW's
new ABI.[3] AIUI, the 4.7 breakage is not intended to be a one-time
event. A stable ABI would be a nice thing...
2012 Dec 06
0
[LLVMdev] LLVM+Clang 3.2rc2 MinGW binaries' libstdc++ requirement
...hree files to run LLVM binaries:
>
> http://sourceforge.net/projects/tdm-gcc/files/TDM-GCC%204.6%20series/4.6.1-tdm-1%20DW2/
>
> gcc-4.6.1-tdm-1-dw2-core.zip
> gcc-4.6.1-tdm-1-dw2-c++.zip
> gcc-4.6.1-tdm-1-dw2-openmp.zip
>
> The openmp package is needed for pthreadGC2.dll. It's also important to
> use DW2. TDM-GCC also provides SJLJ libraries that do not work with Clang.
Another solution would be to rebuild entire LLVM+Clang package using
your g++ 4.7 based Mingw32 dev environment.
>
> I am wondering whether the Clang project will attempt to...
2007 Sep 27
1
[LLVMdev] FW: Qs about install on mingw32 (Was [llvm-announce] LLVM 2.1 Release!)
Ted,
> When I try to run lli hello.bc, I get an unsatisfied DLL link error: "This
> application has failed to start because pthreadGC.dll was not found."
> Hunting around I can't find this DLL anywhere; where should it have come
> from?
pthreads are required for LLVM. Easy googling ("pthreads mingw32)
returns the following place for dlls download:
2011 Jun 02
5
Problems with wine & Crossover Pro after upgrading to Kubunt
...75c8e72 start_thread+0xd1() in libpthread.so.0 (0x020ff498)
0xf74dc270 rawmemchr+0x40 in libc.so.6: movl 0x0(%eax),%ecx
Modules:
Module Address Debug info Name (129 modules)
PE 340000- 354000 Deferred mgwz
PE 360000- 376000 Deferred pthreadgc2
PE 380000- 3a7000 Deferred avutil
PE 3b0000- 3c8000 Deferred crashrpt
PE 400000- 18df000 Deferred dvdfab
PE 10000000-10013000 Deferred zlibwapi
PE 63240000-63250000 Deferred avcore
PE 64940000-64a...
2018 Feb 09
1
R Compilation gets stuck on Windows 64
...installed (in $(QPDF)/bin). Spaces
>> allowed.
>> QPDF = D:/home/qpdf/bin
>>
>> # home of 32-bit files for combined installer on 64-bit build
>> # HOME32 =
>>
>> # Full paths of extra DLLs that need to be shipped
>> # e.g
>> # DLLs32 = c:/R/bin/pthreadGC2-w32.dll
>> # DLLs64 = c:/R/bin64/pthreadGC2-w64.dll
>> # DLLs32 =
>> # DLLs64 =
>>
>>
>> ## ====== configuration macros for building MSI installer ===========
>>
>> # location where WiX 3.x executables were installed. Spaces allowed.
>> # The MS...
2016 Mar 07
2
Windows port
Hi!
I would like to ask about current state of Windows port. Is it frozen? It will be cool to know the plans :)
Where are a lot of Windows-branches at GitHub. What is the most actual one?
The Windows builder looks like turned off, am I right that it is not available currently and where were no builds after version 2.6.5-6?
I couldn't find any info about proper environment to build Windows