Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. AARONs-MBP:Downloads Aaron$ gcc -o proj4 project4_2.c
  2.  
  3. Undefined symbols for architecture x86_64:
  4. "_dlsode_", referenced from:
  5. _main in project4_2-6473ff.o
  6. ld: symbol(s) not found for architecture x86_64
  7. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  8.  
  9. AARONs-MBP:Downloads Aaron$ gfortran -o proj4 project4_2.c
  10.  
  11. Undefined symbols for architecture x86_64:
  12. "_dlsode_", referenced from:
  13. _main in cccuKljb.o
  14. ld: symbol(s) not found for architecture x86_64
  15. collect2: error: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement