salut
j'ai retrouvé un bout de code pour faire du calcul balistique.
quand je le compile, il affiche les erreurs suivant :
Code :
- [nico@c500 nico]$ gcc balle.c
- /tmp/ccIsYzWv.o: In function `fnf':
- /tmp/ccIsYzWv.o(.text+0x57): undefined reference to `sqrt'
- /tmp/ccIsYzWv.o: In function `fng':
- /tmp/ccIsYzWv.o(.text+0xc3): undefined reference to `sqrt'
- /tmp/ccIsYzWv.o: In function `main':
- /tmp/ccIsYzWv.o(.text+0x185): undefined reference to `cos'
- /tmp/ccIsYzWv.o(.text+0x1a1): undefined reference to `sin'
- /tmp/ccIsYzWv.o(.text+0x1dd): undefined reference to `atan'
- /tmp/ccIsYzWv.o(.text+0x21e): undefined reference to `sqrt'
- /tmp/ccIsYzWv.o(.text+0x54a): undefined reference to `atan'
- /tmp/ccIsYzWv.o(.text+0x58b): undefined reference to `sqrt'
- collect2: ld returned 1 exit status
- [nico@c500 nico]$
|
alors que j'ai bien un #include <math.h>
je dois includer quoi pour avoir les fonctions de trigo ?
merci
Message édité par nico168 le 12-11-2002 à 18:07:19