Watcom question

I have a static archive library (libmisc.a) which has more than
what I need in it. Now when I link a simple application against it,
I get tons of unresolved symbols in some modules in the libmisc.a.
Looks like the linker is linking in all of the “libmisc.a” despite
there being no references to some of its archive members.

Is there a flag to the wlib/wlink/wcc that can solve this problem?

Thanks!

Frank