bonjour !

j'essaie de compiler un code : et voila ce que j'obtiens comme erreur :

.c:80: warning: missing braces around initializer
.c:80: warning: (near initialization for 'Mutex.__data')
.c:80: error: '__LOCK_INITIALIZER' undeclared here (not in a function)

je pense que ca vient des threads donc voici ma version de gcc :

gcc -v
Utilisation des specs internes.
Target: i386-redhat-linux
Configuré avec: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
Modèle de thread: posix

Si quelqu'un pouvais m'aider ?

Merci