Missing pthreadGC2.dll

CodeLite installation/troubleshooting forum
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

Missing pthreadGC2.dll

Post by marfi »

Hi Eran,
I tried to use OpenMP in my project on Windows (CL 3365 with MinGW 4.4.0 and wxWidgets 2.8.10 package) and after successful compilation (I had to add "-fopenmp" switch for both compiler and linker) the application's start failed with message dealing with missing "pthreadGC2.dll file. Since you don't provide this file I had to download it from web and copy to C:\MinGW-4.4.0\bin directory. Now it works. So, please, could you provide this dll file in your standard installation and add "-fopenmp" switch to both compiler/linker options lists?

Best regards
Michal
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

Re: Missing pthreadGC2.dll

Post by marfi »

Hi Eran,
I've posted patch for adding of "-fopenmp" flag to default build settings. Please, could you take a look at it?

Regards
Michal
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Missing pthreadGC2.dll

Post by eranif »

Sure, I will add this binary to the default installation, please open a bug for this is SF so it wont get forget

Eran
Make sure you have read the HOW TO POST thread
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

Re: Missing pthreadGC2.dll

Post by marfi »

please open a bug for this is SF so it wont get forget
Done.
Post Reply