Guest User

Untitled

a guest
Oct 16th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. 15:25:56 josse@C2D:/d/Games/Diablo 2$ ls *.c
  2. read-bits.c read-bits2.c
  3. 15:26:18 josse@C2D:/d/Games/Diablo 2$ gcc -Wall -Wextra -std=c99 read-bits2.c -o read-bits2
  4. /tmp/cc5tYRyl.o:read-bits2.c:(.text+0x0): multiple definition of `_bit_string'
  5. /tmp/cc5tYV7C.o:read-bits.c:(.text+0x0): first defined here
  6. /tmp/cc5tYRyl.o:read-bits2.c:(.text+0xc5): multiple definition of `_main'
  7. /tmp/cc5tYV7C.o:read-bits.c:(.text+0xc4): first defined here
  8. collect2: ld returned 1 exit status
Add Comment
Please, Sign In to add comment