Guest User

Untitled

a guest
Jul 21st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $gcc -static cApp.c -L. -lTestLib
  2. ld: library not found for -lcrt0.o
  3. collect2: ld returned 1 exit status
  4. $
  5.  
  6. $gcc cApp.c -L. -lTestLib
Add Comment
Please, Sign In to add comment