I am building a project in CodeWarrior on Macintosh. My project uses
the library say a.lib now when I build this project I get some
unresolved symbols which are refrenced inside a.lib and are there
inside a library say b.lib, so for building my project I need to
include the b.lib into it. Which I don't want.
Now these symbols are not at all reffered inside the functions which I
am using from a.lib.
I have turned the optimization level as 4 also the linker option
"dead-strip static initialization code" is checked.
What do I need to do to get rid of this problem.
Thanks.
--
GJ