Advertisement
Guest User

Untitled

a guest
Feb 28th, 2013
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. segin@darvos:~/psymp3/src$ make
  2. g++ -g -O2 -lmpg123 -ltag -lpthread -ldl -lvisual-0.4 -lvorbisfile -lvorbis -lm -logg -lSDL_gfx -lSDL -lSDL_ttf -o psymp3 about.o audio.o display.o exceptions.o fft_draw.o font.o libmpg123.o main.o mediafile.o mutex.o player.o playlist.o rect.o scrobble.o song.o sqlite3.o stream.o surface.o system.o track.o truetype.o vorbis.o
  3. sqlite3.o: In function `pthreadMutexTry':
  4. /home/segin/psymp3/src/sqlite3.c:17769: undefined reference to `pthread_mutex_trylock'
  5. sqlite3.o: In function `pthreadMutexAlloc':
  6. /home/segin/psymp3/src/sqlite3.c:17637: undefined reference to `pthread_mutexattr_init'
  7. /home/segin/psymp3/src/sqlite3.c:17638: undefined reference to `pthread_mutexattr_settype'
  8. (more 'undefined reference' errors)
  9. /home/segin/psymp3/src/vorbis.cpp:28: undefined reference to `TagLib::String::~String()'
  10. /home/segin/psymp3/src/vorbis.cpp:24: undefined reference to `TagLib::String::~String()'
  11. /home/segin/psymp3/src/vorbis.cpp:28: undefined reference to `TagLib::String::~String()'
  12. collect2: ld returned 1 exit status
  13. make: *** [psymp3] Error 1
  14. segin@darvos:~/psymp3/src$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement