Salut à tous<br><br>Quand je compile mon fichier sources en c avec gcc, j'ai l'erreur suivante:<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
thomas@thor-ubuntu\IP=[<a href="http://192.168.123.115">192.168.123.115</a>]:~$ gcc -o exo22 exo22.c /tmp/ccUM2mj0.o: In function `main':<br>exo22.c:(.text+0x77): undefined reference to `pow'<br>collect2: ld a retourné 1 code d'état d'exécution
<br>thomas@thor-ubuntu\IP=[<a href="http://192.168.123.115">192.168.123.115</a>]:~$ </blockquote><div><br>Il ne reconnaît pas pow comme fonction dans la bibliothèque <math.h>; comme si elle n'existait pas.<br><br>
Quelqu'un aurai t'il une solution?<br></div><br><br>-- <br>-----------------------------------------------------<br>PABST Thomas<br><a href="mailto:thomas.pabst@gmail.com">thomas.pabst@gmail.com</a>