SHARE
TWEET

Untitled

a guest May 11th, 2015 183 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. libtool: link: ranlib .libs/libjackserver.a
  2. libtool: link: ( cd ".libs" && rm -f "libjackserver.la" && ln -s "../libjackserver.la" "libjackserver.la" )
  3. /bin/sh ../libtool --tag=CC   --mode=link gcc -I../config -I.. -I.. -I../include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall  -g -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -I../include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall  -g   -o jackd jackd.o libjackserver.la   -ldb
  4. libtool: link: gcc -I../config -I.. -I.. -I../include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -I../include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -o jackd jackd.o  ./.libs/libjackserver.a -ldb
  5. ./.libs/libjackserver.a(libjackserver_la-engine.o): In function `make_sockets':
  6. /boot/home/src/jack-audio-connection-kit-0.124.1/jackd/engine.c:269: undefined reference to `socket'
  7. /boot/home/src/jack-audio-connection-kit-0.124.1/jackd/engine.c:290: undefined reference to `bind'
  8. /boot/home/src/jack-audio-connection-kit-0.124.1/jackd/engine.c:297: undefined reference to `listen'
  9. /boot/home/src/jack-audio-connection-kit-0.124.1/jackd/engine.c:306: undefined reference to `socket'
  10. /boot/home/src/jack-audio-connection-kit-0.124.1/jackd/engine.c:329: undefined reference to `bind'
  11. /boot/home/src/jack-audio-connection-kit-0.124.1/jackd/engine.c:337: undefined reference to `listen'
  12. ./.libs/libjackserver.a(libjackserver_la-engine.o): In function `jack_server_thread':
  13. /boot/home/src/jack-audio-connection-kit-0.124.1/jackd/engine.c:1692: undefined reference to `accept'
  14. /boot/home/src/jack-audio-connection-kit-0.124.1/jackd/engine.c:1718: undefined reference to `accept'
  15. ./.libs/libjackserver.a(libjackserver_la-engine.o): In function `jack_engine_delete':
  16. /boot/home/src/jack-audio-connection-kit-0.124.1/jackd/engine.c:2561: undefined reference to `shutdown'
  17. /boot/home/src/jack-audio-connection-kit-0.124.1/jackd/engine.c:2567: undefined reference to `shutdown'
  18. ./.libs/libjackserver.a(libjackserver_la-client.o): In function `server_connect':
  19. /boot/home/src/jack-audio-connection-kit-0.124.1/jackd/../libjack/client.c:775: undefined reference to `socket'
  20. /boot/home/src/jack-audio-connection-kit-0.124.1/jackd/../libjack/client.c:788: undefined reference to `connect'
  21. ./.libs/libjackserver.a(libjackserver_la-client.o): In function `server_event_connect':
  22. /boot/home/src/jack-audio-connection-kit-0.124.1/jackd/../libjack/client.c:806: undefined reference to `socket'
  23. /boot/home/src/jack-audio-connection-kit-0.124.1/jackd/../libjack/client.c:816: undefined reference to `connect'
  24. ./.libs/libjackserver.a(libjackserver_la-client.o): In function `jack_client_close_aux':
  25. /boot/home/src/jack-audio-connection-kit-0.124.1/jackd/../libjack/client.c:2486: undefined reference to `shutdown'
  26. collect2: error: ld returned 1 exit status
  27. make[2]: *** [jackd] Error 1
  28. make[2]: Leaving directory `/boot/home/src/jack-audio-connection-kit-0.124.1/jackd'
  29. make[1]: *** [all-recursive] Error 1
  30. make[1]: Leaving directory `/boot/home/src/jack-audio-connection-kit-0.124.1'
  31. make: *** [all] Error 2
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top