<html><DIV>
<P><BR><BR></P></DIV>
<DIV></DIV>
<DIV></DIV>>From: "Lossani Simone Pietro, IT" <SIMONEPIETRO.LOSSANI@PIRELLI.COM>
<DIV></DIV>>Reply-To: pluto-help@lists.pluto.linux.it 
<DIV></DIV>>To: "'LinuxMailListBrescia'" <LUG@LUGBS.LINUX.IT>, "'PlutoMailingList'" <PLUTO-HELP@LISTS.PLUTO.LINUX.IT>
<DIV></DIV>>Subject: [Pluto-help] Problemi con gcc 
<DIV></DIV>>Date: Thu, 5 Jul 2001 14:36:34 +0200 
<DIV></DIV>> 
<DIV></DIV>>Ciao, 
<DIV></DIV>> sto complilando un file.c che si trova in /scambio/, in esso ci sono 
<DIV></DIV>>dei banalissimi 
<DIV></DIV>> 
<DIV></DIV>># include <PTHREAD.H>
<DIV></DIV>># include <MATH.H>
<DIV></DIV>> 
<DIV></DIV>>ma nonostante tali header file siano in /usr/include/ il risultato del 
<DIV></DIV>>comando 
<DIV></DIV>> 
<DIV></DIV>>gcc file.c -o output 
<DIV></DIV>> 
<DIV></DIV>>č: 
<DIV></DIV>> 
<DIV></DIV>>In function "main" 
<DIV></DIV>>undefined reference to 'pthread_create' 
<DIV></DIV>>undefined reference to 'pow' 
<DIV></DIV>> 
<DIV></DIV>>Che sono funzioni sicuramente presenti negli header file. 
<DIV></DIV>> 
<DIV></DIV>>Qualche consiglio?? 
<DIV></DIV>> 
<DIV></DIV>>Grazie. 
<DIV></DIV>> 
<DIV></DIV>> Simone. 
<DIV></DIV>> 
<DIV></DIV>> 
<DIV></DIV>> 
<DIV></DIV>>_______________________________________________ 
<DIV></DIV>>pluto-help mailing list 
<DIV></DIV>>pluto-help@lists.pluto.linux.it 
<DIV></DIV>>http://lists.pluto.linux.it/mailman/listinfo/pluto-help 
<DIV> </DIV>
<DIV> </DIV>
<DIV>Dopo 'gcc file.c -o output' aggiungi un bel -lm per la math.h e un -lpthread per l'altra libreria! Otterrai cioč</DIV>
<DIV> </DIV>
<DIV>gcc file.c -o output -lm -lpthread</DIV>
<DIV> </DIV>
<DIV>CIAO!</DIV><br clear=all><hr>Get Your Private, Free E-mail from MSN Hotmail at <a href="http://www.hotmail.com">http://www.hotmail.com</a>.<br></p></html>