Re: [Mingw-w64-public] winpthreads issue

2011-08-11 Thread NightStrike
On Thu, Aug 11, 2011 at 6:33 AM, Ruben Van Boxem wrote: > Thanks. Without a crash, it's hard to provide any more details. I'm > sure you're in a much better position to find what's going on. I just > tried to "reduce to a testcase" so to speak. You can attach with the debugger and see where it's

Re: [Mingw-w64-public] error during build mingw-crt-2.0 rc1

2011-08-11 Thread Kai Tietz
Hello, please make sure that you have installed header-set before building crt. This fixes you issue. Regards, Kai -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and

[Mingw-w64-public] error during build mingw-crt-2.0 rc1

2011-08-11 Thread Farkas Levente
hi, while i try to rebuild 2.0rc1 on rhel-6.1 i always got this error during build: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -m64 -I../include -D_CRTBLD -I/usr/x86_64-w64-mingw32/sys-root/mingw/include -g -O2 -MT misc/lib64_libmingwex_a-mingw_getsp

Re: [Mingw-w64-public] Enable ld.exe --large-address-aware on Win 32bit toolchain binaries.

2011-08-11 Thread Ramsés
Kai Did you know that in a dll if we select 0 as the ordinal for a export function in the .def file ld just crash without an error?   http://nomade.sourceforge.net De: Kai Tietz Para: mingw-w64-public@lists.sourceforge.net Enviadas: Quinta-feira, 11 de Agosto

Re: [Mingw-w64-public] winpthreads issue

2011-08-11 Thread Kai Tietz
2011/8/11 Kai Tietz : > Hi Ruben, > > 2011/8/11 Ruben Van Boxem : >> Hi, >> >> In an effort to solve the issue(s) with winpthreads, I did the following: >> >> Using this source: >> #include >> #include >> #include >> >> int main (int argc, char *argv[]) >> { >> int nthreads, tid; >> /* Fork a te

Re: [Mingw-w64-public] winpthreads issue

2011-08-11 Thread Kai Tietz
Hi Ruben, 2011/8/11 Ruben Van Boxem : > Hi, > > In an effort to solve the issue(s) with winpthreads, I did the following: > > Using this source: > #include > #include > #include > > int main (int argc, char *argv[]) > { > int nthreads, tid; > /* Fork a team of threads giving them their own copi

Re: [Mingw-w64-public] winpthreads issue

2011-08-11 Thread Ruben Van Boxem
2011/8/11 Kai Tietz : > Hi Ruben, > > 2011/8/11 Ruben Van Boxem : >> Hi, >> >> In an effort to solve the issue(s) with winpthreads, I did the following: >> >> Using this source: >> #include >> #include >> #include >> >> int main (int argc, char *argv[]) >> { >> int nthreads, tid; >> /* Fork a te

Re: [Mingw-w64-public] winpthreads issue

2011-08-11 Thread PcX
于 2011/8/11 18:15, Ruben Van Boxem 写道: > Hi, > > In an effort to solve the issue(s) with winpthreads, I did the following: > > Using this source: > #include > #include > #include > > int main (int argc, char *argv[]) > { > int nthreads, tid; > /* Fork a team of threads giving them their own copies

[Mingw-w64-public] winpthreads issue

2011-08-11 Thread Ruben Van Boxem
Hi, In an effort to solve the issue(s) with winpthreads, I did the following: Using this source: #include #include #include int main (int argc, char *argv[]) { int nthreads, tid; /* Fork a team of threads giving them their own copies of variables */ #pragma omp parallel private(nthreads, tid)

Re: [Mingw-w64-public] Enable ld.exe --large-address-aware on Win 32bit toolchain binaries.

2011-08-11 Thread Kai Tietz
2011/7/29 PcX : > 于 2011/7/27 19:47, Darryl L. Miles 写道: > > I have just opened an issue on this and it was request I discuss in ML. > > http://sourceforge.net/tracker/?func=detail&aid=3379768&group_id=202880&atid=983357 > > > > I do not believe this has any known side effect. I beleve this to be a

Re: [Mingw-w64-public] Release build infrastructure

2011-08-11 Thread Mook
On 8/10/2011 2:45 AM, Ruben Van Boxem wrote: > How does the buildbot work, *exactly*, when I ask it to do a > mingw-x86-x86_64 build for example (for simplicity, assume I used the > forcesrc page)? This would really help my understanding of it :) Since I don't trust myself, let's go look at the