Advertisement
Guest User

Untitled

a guest
May 9th, 2010
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.47 KB | None | 0 0
  1. gcc                       -lpthread -lm -g      -o calculPi.exe approx.o producteur.o sequentialApproximation.o main.o
  2. approx.o: In function `init':
  3. /home/moons/Etudes/ProgConc/CalculPi/approx.c:14: undefined reference to `indice_prod'
  4. /home/moons/Etudes/ProgConc/CalculPi/approx.c:15: undefined reference to `indice_cons'
  5. /home/moons/Etudes/ProgConc/CalculPi/approx.c:16: undefined reference to `production'
  6. collect2: ld returned 1 exit status
  7. make: *** [calculPi.exe] Erreur 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement