Guest User

Untitled

a guest
Jul 15th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. yeswanth@achilles-1988:~/Desktop/sqlite-amalgamation-3_6_18$ gcc sqlite3.c
  2. /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crt1.o: In function `_start':
  3. /build/buildd/glibc-2.9/csu/../sysdeps/i386/elf/start.S:115: undefined reference to `main'
  4. /tmp/ccP4KlsE.o: In function `pthreadMutexAlloc':
  5. sqlite3.c:(.text+0x32c9): undefined reference to `pthread_mutexattr_init'
  6. sqlite3.c:(.text+0x32dc): undefined reference to `pthread_mutexattr_settype'
  7. sqlite3.c:(.text+0x32f9): undefined reference to `pthread_mutexattr_destroy'
  8. /tmp/ccP4KlsE.o: In function `pthreadMutexTry':
  9. sqlite3.c:(.text+0x33bb): undefined reference to `pthread_mutex_trylock'
  10. /tmp/ccP4KlsE.o: In function `testThreadLockingBehavior':
  11. sqlite3.c:(.text+0x8d10): undefined reference to `pthread_create'
  12. sqlite3.c:(.text+0x8d27): undefined reference to `pthread_join'
  13. /tmp/ccP4KlsE.o: In function `unixDlOpen':
  14. sqlite3.c:(.text+0xaf79): undefined reference to `dlopen'
  15. /tmp/ccP4KlsE.o: In function `unixDlError':
  16. sqlite3.c:(.text+0xaf8b): undefined reference to `dlerror'
  17. /tmp/ccP4KlsE.o: In function `unixDlSym':
  18. sqlite3.c:(.text+0xafc9): undefined reference to `dlsym'
  19. /tmp/ccP4KlsE.o: In function `unixDlClose':
  20. sqlite3.c:(.text+0xafee): undefined reference to `dlclose'
  21. collect2: ld returned 1 exit status
Add Comment
Please, Sign In to add comment