This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Linking static libs into shared libs


Hi Alex,

What does the 'nm' and/or 'objdump' commands tell you about libShared.so,
libstatic.a and libanotherstatic.xxx?

You do realize that order is important, so if libanotherstatic.xxx has
dependencies in libstatic.a that they may not be resolved correctly.

Can you contrive a minimal toy example that exhibits this behavior?

--Eljay


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]