Linking with multiple libraries
mobile.parmenides
mobile.parmenides@gmail.com
Wed Dec 31 12:29:00 GMT 2008
On 2008-12-31 at 05:24:31, Gary Partis wrote:
> Both libraries are static libraries.
This situation is unlikely. If the call to a function of the second library is ok, there are two cases possible.
First, that function is linked into your executable file. Secondly, that function is linked dynamically.
So, when linking , is there anything occur which you unexpect, such as misusing some parameters?
---------------
mobile.parmenides
2008-12-31 17:13:55
More information about the Binutils
mailing list