Hi,
First post on this forum, I hope I post in the right category.
I am building VLC on Solaris 10. While linking libvlccore.so I end up with two undef symbols "libvlc_exception_clear" and "libvlc_exception_raised".
I found out that these symbols are actually defined in src/control/core.c that is compiled and include in libvlc.so - while libvlccore.so includes src/config/core.c that does not define the symbols.
I wonder what is the correct solution to fix the problem. Should I add libvlc.so on the command line when linking libvlccore.so?
Thanks,