Quote:
Originally Posted by rkomar
You could force it to link against libasound.a rather than libasound.so. There are many ways to do that. Maybe try using -Bstatic -lasound -Bdynamic in your link flags. The man pages for ld tell you all you need to know.
|
Thanks for the tip, you'd think it'll work but the linker only acts when the flag used is '-static' and after that it won't accept any dynamic libraries (regardless of trying -Bdynamic, -dy or -call_shared), which is a problem since libinkview is dynamic and linked last.