by DezertRat <DezertRat@[EMAIL PROTECTED]
>
Mar 22, 2006 at 02:42 AM
In article <1141805116.635636.297790@[EMAIL PROTECTED]
>,
<gauravbjain@[EMAIL PROTECTED]
> wrote:
> 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
>
Just a thought, but have you ever considered that 'a.lib' might be
calling 'b.lib' because it uses a routine in it to complete the task
you asked 'a.lib' to do?
Robert