On 3/2/06, Thiago Macieira <[EMAIL PROTECTED]> wrote: > On ELF systems using dynamic libraries, where such nonsense is not > necessary, don't install the dependency libraries. > > To our Windows developers: how does MSVC solve such nonsense? Can it link > to a DLL without requiring that DLL's dependencies to be listed? Or does > it require you to know what dependencies a DLL has?
On OSX you have to list all depends, as long as you're using symbols from the dependent library (even indirectly). _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
