Advertisement
Guest User

Untitled

a guest
Jan 10th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. jacks@box:~/src$ gcc -lpulse-simple -lpulse parec-simple.c -o par
  2. /tmp/ccID8MhF.o: In function `main':
  3. parec-simple.c:(.text+0xdc): undefined reference to `pa_simple_new'
  4. parec-simple.c:(.text+0xfd): undefined reference to `pa_strerror'
  5. parec-simple.c:(.text+0x141): undefined reference to `pa_simple_read'
  6. parec-simple.c:(.text+0x157): undefined reference to `pa_strerror'
  7. parec-simple.c:(.text+0x1e2): undefined reference to `pa_simple_free'
  8. collect2: error: ld returned 1 exit status
  9. jacks@box:~/src$ pkg-config --cflags --libs pulse-simple
  10. Package pulse-simple was not found in the pkg-config search path.
  11. Perhaps you should add the directory containing `pulse-simple.pc'
  12. to the PKG_CONFIG_PATH environment variable
  13. Package 'pulse-simple', required by 'world', not found
  14. jacks@box:~/src$ sudo pkg-config --list-all | grep libpulse-simple
  15. libpulse-simple libpulse-simple - PulseAudio Simplified Synchronous Client Interface
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement