Bonjour,

je souhaite utiliser pthread dans mon programme. Avant la compilation je link la librairie mais quand je compile j'ai l'erreur suivante :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 
**** Build of configuration Debug for project pointeur de fonction ****
 
**** Internal Builder is used for build               ****
****  WARNING: The "Debug" Configuration may not build  ****
****  because it uses the "MinGW GCC"  ****
****  tool-chain that is unsupported on this system.  ****
 
****  Attempting to build...  **** 
 
g++ -O0 -g3 -Wall -c -fmessage-length=0 -osrc\pointeur de fonction.o ..\src\pointeur de fonction.cpp
g++ -opointeur.exe src\pointeur de fonction.o -lE:\libpthreadGCE2.a
C:\Program Files (x86)\CodeBlocks\MinGW\bin\ld.exe: cannot find -lE:\libpthreadGCE2.a
collect2: ld returned 1 exit status
Build error occurred, build is stopped
Time consumed: 1899  ms.
pour information j'utilise eclipse CDT / mingw (comme compilateur)

merci