<br><div><span class="gmail_quote">2006/11/19, Fabio Nigi - &lt;<a href="mailto:nigifabio@gmx.it">nigifabio@gmx.it</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
il problema sembrerà banale ma non riesco a capire da cosa derivi:<br>su alcuni sorgenti, il gcc mi genera 2 tipologie di errori<br><br>/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/cstdlib:135: err or: '::system' has not been declared
<br><br>questa è la prima..<br><br>e questa la seconda:<br>/usr/include/pthread.h:285: error: conflicting types for 'pthread_t'<br>/usr/include/bits/pthreadtypes.h:152: error: previous declaration of 'pthread_t' was here<br>
/usr/include/pthread.h:286: error: conflicting types for 'pthread_attr_t'<br>/usr/include/bits/pthreadtypes.h:54: error: previous declaration of 'pthread_attr_t' was here<br>/usr/include/pthread.h:287: error: conflicting types for 'pthread_key_t'
<br>/usr/include/bits/pthreadtypes.h:82: error: previous declaration of 'pthread_key_t' was here<br>/usr/include/pthread.h:289: error: conflicting types for 'pthread_mutexattr_t'<br>/usr/include/bits/pthreadtypes.h:102: error: previous declaration of 'pthread_mutexattr_t' was here
<br>/usr/include/pthread.h:290: error: conflicting types for 'pthread_mutex_t'<br>/usr/include/bits/pthreadtypes.h:95: error: previous declaration of 'pthread_mutex_t' was here<br>/usr/include/pthread.h:291: error: conflicting types for 'pthread_condattr_t'
<br>/usr/include/bits/pthreadtypes.h:79: error: previous declaration of 'pthread_condattr_t' was here<br>/usr/include/pthread.h:292: error: conflicting types for 'pthread_cond_t'<br>/usr/include/bits/pthreadtypes.h:72: error: previous declaration of 'pthread_cond_t' was here
<br>make: *** [cmd.clearinfo.o] Error 1<br><br><br>il bello è che lo stesso sorgente su un altra macchina compila e funziona!<br>dando un sbirciatina di google scopro che sono entrambe legate alle librerie pthread.<br><br>
dove può essere il problema?<br><br>Fabio<br>--<br>Fabio Nigi nigifabio(at)gmx.it // blog: <a href="http://fabiolone.debianhardstyle.net">fabiolone.debianhardstyle.net</a><br>debian hard style project:<a href="http://www.debianhardstyle.net">
http://www.debianhardstyle.net</a><br>You are fighting for survival in your own sweet and gentle way.<br>_______________________________________________<br>FLUG - Discussioni tecniche - <a href="mailto:tech@firenze.linux.it">
tech@firenze.linux.it</a><br>URL: <a href="https://lists.firenze.linux.it/mailman/listinfo/tech">https://lists.firenze.linux.it/mailman/listinfo/tech</a><br>Archivio: <a href="http://lists.firenze.linux.it/pipermail/tech">
http://lists.firenze.linux.it/pipermail/tech</a><br>Ricerca nell'archivio: <a href="http://www.firenze.linux.it/search">http://www.firenze.linux.it/search</a></blockquote><div><br>&nbsp;</div><br></div>Sembra un problema di conflitto librerie.&nbsp; Ne e' che hai installato due diverse librerie? 
<br>