Re: [Mingw-w64-public] Need help with pthreads...

2010-10-29 Thread K. Frank
Hi Ozkan - On Fri, Oct 29, 2010 at 11:40 AM, Ozkan Sezer wrote: > On Fri, Oct 29, 2010 at 5:34 PM, K. Frank wrote: >> ... >>> The gcc-4.4.x in my builds are heavily patched to catch up with >>> the target fixes etc. in gcc-4.5/4.6, _except_ for libstdc dll build: >>> If you want a shared libstdc

Re: [Mingw-w64-public] Need help with pthreads...

2010-10-29 Thread Ozkan Sezer
On Fri, Oct 29, 2010 at 5:34 PM, K. Frank wrote: > Hello Ozkan (and David) - > > On Fri, Oct 29, 2010 at 8:29 AM, Ozkan Sezer wrote: >> On Fri, Oct 29, 2010 at 2:59 PM, David Cleaver wrote: >>> >>> Ozkan Sezer wrote: ... >>> >>> I was wondering a couple of other things about your toolchain

Re: [Mingw-w64-public] Need help with pthreads...

2010-10-29 Thread K. Frank
Hello Ozkan (and David) - On Fri, Oct 29, 2010 at 8:29 AM, Ozkan Sezer wrote: > On Fri, Oct 29, 2010 at 2:59 PM, David Cleaver wrote: >> >> Ozkan Sezer wrote: >>> ... >> >> I was wondering a couple of other things about your toolchain releases: >> >> First, what is the difference between gcc 4.4

Re: [Mingw-w64-public] Need help with pthreads...

2010-10-29 Thread Ozkan Sezer
On Fri, Oct 29, 2010 at 2:59 PM, David Cleaver wrote: > > Ozkan Sezer wrote: >> >> pthreads-20100604.zip requires the no-underscore x64 abi which our >> old x64-toolchains from before 2010-04-28 weren't aware of, hence the >> errors you are seeing. Please use a new toolchain and all should be >> w

Re: [Mingw-w64-public] Need help with pthreads...

2010-10-29 Thread David Cleaver
Ozkan Sezer wrote: > > pthreads-20100604.zip requires the no-underscore x64 abi which our > old x64-toolchains from before 2010-04-28 weren't aware of, hence the > errors you are seeing. Please use a new toolchain and all should be > well. > > > -- > O.S. > Perfect, I just downloaded the 201

Re: [Mingw-w64-public] Need help with pthreads...

2010-10-28 Thread Ozkan Sezer
On Thu, Oct 28, 2010 at 5:26 AM, David Cleaver wrote: > Hello everyone, > > I've recently decided to learn pthreads.  I've just finished writing my first > pthreads program, and have been able to fix most of the problems that gcc > reported to me.  However, I am now getting "undefined reference" e

Re: [Mingw-w64-public] Need help with pthreads...

2010-10-27 Thread K. Frank
Hi David - I've been using pthreads with mingw-w64 with good success, so we ought to be able to get this sorted out. On Wed, Oct 27, 2010 at 10:26 PM, David Cleaver wrote: > Hello everyone, > > I've recently decided to learn pthreads. (As an aside, may I recommend that you try out the std::thre

[Mingw-w64-public] Need help with pthreads...

2010-10-27 Thread David Cleaver
Hello everyone, I've recently decided to learn pthreads. I've just finished writing my first pthreads program, and have been able to fix most of the problems that gcc reported to me. However, I am now getting "undefined reference" errors and am not sure why. Can someone help me diagnose this