linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Multiple shared libraries.
@ 2010-10-14 12:56 ratheesh k
  0 siblings, 0 replies; only message in thread
From: ratheesh k @ 2010-10-14 12:56 UTC (permalink / raw)
  To: linux-c-programming

I have 3 libraries  , say A,B ,C .

C is first compiled as shared library with -fPic option.
B is using C. and is also compiled with  -fPic option.

I buit library A.  in A , there are calls to function implemented in
B. A is also built with -fPic option.


I  coded an application say x. X is linked with library A
dynamically.  X is called function in A. When i run the program , it
says "cant resolve symbols " for those functions in C .

i tried linking   X with A, B and C with no result . Any clue ?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-14 12:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-14 12:56 Multiple shared libraries ratheesh k

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).