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 to changed header file


Hi Marri,

The symbol "setRequestId" is different from the symbol "setActionId".

The symbol "setRequestId" is baked into the shared object library (.so).

(Likely, the symbols are C++ name mangled. But that doesn't change the problem.)

HTH,
--Eljay


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