[Scummvm-devel] Release plans, once again
Marcus Comstedt
marcus at mc.pp.se
Sun Aug 22 12:51:14 CEST 2004
Ok Max, here's a tricky dynamic plugin question for you:
The "scumm" plugin depends on "Common::ReadStream::readUint32LE()".
This function is defined in libcommon.a. But the scumm plugin is not
linked against libcommon.a?! The main scummvm binary is linked
against libcommon.a, but since it doesn't use any ReadStream functions
itself, the relevant object file doesn't get included.
How do you solve this on Unix (should be same problem there)?
// Marcus
More information about the Scummvm-devel
mailing list