short story being i tired to compile xmms 1.2.10 and got some strange results. I get no errors duing configure or make other than a few ones about sloppy C programming (no return statment in non void functions) and a few about linked libraries but other than that no problem, but when i go to run the final executable i get this
Code:
1584:lt-xmms: rld: Error: unresolvable symbol in lt-xmms: xmms_entry_new
1584:lt-xmms: rld: Fatal Error: this executable has unresolvable symbols
seems to be a bit strange since i get no warning about missing links etc...
is there a common fix for this or is it just time to reoganise my libraries?