using one library within another

Manaswini Sawant <[email protected]>
Newsgroups gmane.linux.gcc,gmane.linux.c-programming
Message-ID <[email protected]>
I have libP.so (source and all) and libQ.so (no such luck).
libP redefines some standard libc functionality.
I need to link libQ.so and the object files for libP.so to form one
common libPQ.so.

Now I would like libP object files to use stuff found within libQ.so
but would like libQ.so to use the standard libc functions instead of
using the redefined libP ones.

When I mash them together into libPQ.so, libP calls the libQ functions
as required but libQ calls the libP versions instead of the standard
libc ones.

Is this possible? Are there some ld flags that can do this?
Thanks in advance,
~Manaswini.
-
To unsubscribe from this list: send the line "unsubscribe linux-gcc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.