[Mingw-w64-public] help with mingw 4.8.2 installation

2013-11-27 Thread Alessio Mochi
Hello, I need to install mingw 4.8.2 because the mingw support say me that some internal error get fixed in this release. I go to  http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.8.2/  and download the file mingw-w64-v3.0.0.tar.bz2

Re: [Mingw-w64-public] help with mingw 4.8.2 installation

2013-11-27 Thread Alexpux
27 нояб. 2013 г., в 13:19, Alessio Mochi alessio211...@yahoo.it написал(а): Hello, I need to install mingw 4.8.2 because the mingw support say me that some internal error get fixed in this release. I go to

Re: [Mingw-w64-public] help with mingw 4.8.2 installation

2013-11-27 Thread Alessio Mochi
You need only toolchain. You don’t need mingw-w64-v3.0.0.tar.bz2 After toolchain unpack you can use it Sorry I did not understand your answer. I need the mingw 4.8.2. please 1. I need the link where to download it 2. instructions to install it Thanks in advance.

Re: [Mingw-w64-public] help with mingw 4.8.2 installation

2013-11-27 Thread Alexpux
27 нояб. 2013 г., в 14:08, Alessio Mochi alessio211...@yahoo.it написал(а): You need only toolchain. You don’t need mingw-w64-v3.0.0.tar.bz2 After toolchain unpack you can use it Sorry I did not understand your answer. I need the mingw 4.8.2. please 1. I need the link where to download

[Mingw-w64-public] (no subject)

2013-11-27 Thread Edscott Wilson
Looking at the differences between the patch I submitted for sem.c and the original code, I figured out why the original code for unnamed semaphores was crashing my otherwise posix correct use of semaphores. The sem_init() function is returning the address of a new semaphore, but this is not

[Mingw-w64-public] winpthreads kill

2013-11-27 Thread Victor Bombi
Hello I am setting pthread_setcanceltype( PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a thread in order to kill but it does not work althought in win32 we could use TerminateThread. Any thoughts? Also: Where should I get the sources for winpthreads? Best victor

Re: [Mingw-w64-public] winpthreads kill

2013-11-27 Thread Jon
Also: Where should I get the sources for winpthreads? http://sourceforge.net/p/mingw-w64/code/HEAD/tree/trunk/mingw-w64-libraries/winpthreads/ -- Rapidly troubleshoot problems before they affect your business. Most IT

Re: [Mingw-w64-public] winpthreads kill

2013-11-27 Thread Ruben Van Boxem
2013/11/27 Jon jon.for...@gmail.com Also: Where should I get the sources for winpthreads? http://sourceforge.net/p/mingw-w64/code/HEAD/tree/trunk/mingw-w64-libraries/winpthreads/ winpthreads had an official release with 3.0.0. No need for development versions anymore. Ruben

Re: [Mingw-w64-public] winpthreads kill

2013-11-27 Thread JonY
On 11/28/2013 04:33, Ruben Van Boxem wrote: 2013/11/27 Jon jon.for...@gmail.com Also: Where should I get the sources for winpthreads? http://sourceforge.net/p/mingw-w64/code/HEAD/tree/trunk/mingw-w64-libraries/winpthreads/ winpthreads had an official release with 3.0.0. No need for

[Mingw-w64-public] problem with mingw-builds 4.8.1 v3 rev0 i686 32 libshlwapi.a?

2013-11-27 Thread Jim Michaels
 d:\i686-4.8.2-release-win32-sjlj-rt_v3-rev0\mingw32\bin\g++.exe   -Wall -Wextra -v -save-temps -Xlinker -Map=32\df.32.map -Ofast  -std=c++11   -s   -isystem /libpq/ -isystem /libpq/server/libpq/ -isystem /prj/fltk/fltk-2.0.x-alpha-r9042/ -isystem /prj/fltk/fltk-2.0.x-alpha-r9042/lib/

Re: [Mingw-w64-public] problem with mingw-builds 4.8.1 v3 rev0 i686 32 libshlwapi.a?

2013-11-27 Thread niXman
Jim Michaels писал 2013-11-28 08:48:  d:\i686-4.8.2-release-win32-sjlj-rt_v3-rev0\mingw32\bin\g++.exe   -Wall -Wextra -v -save-temps -Xlinker -Map=32\df.32.map -Ofast  -std=c++11   -s   -isystem /libpq/ -isystem /libpq/server/libpq/ -isystem /prj/fltk/fltk-2.0.x-alpha-r9042/ -isystem

[Mingw-w64-public] Winpthreads library issue with dwarf toolchain

2013-11-27 Thread Alexey Pavlov
Hi, all! I'm have issue with winpthreads from trunk rev.6367 and later. It break for me dwarf toolchains with threads=posix. Most generated binaries with this toolchain crash on startup. For example, I build sqlite3 and winpthreads rev.6367 with debuginfo and has next GDB backtrace