T
Teddy
Hello,
We have our API used internally by Clients and Servers processes to
communicate each other. We want to enhance these API's so that other
Products also can communicate to us.
Problem we are facing is while linking. Other product gets undefined
symbol error due to name mangling. APIS are compiled on gcc 3.2 and we
are using gcc 3.4 while linking.
Is there any option while compilations which will ensure that Name
mangling is standard across compliers and their versions.
Thanks
We have our API used internally by Clients and Servers processes to
communicate each other. We want to enhance these API's so that other
Products also can communicate to us.
Problem we are facing is while linking. Other product gets undefined
symbol error due to name mangling. APIS are compiled on gcc 3.2 and we
are using gcc 3.4 while linking.
Is there any option while compilations which will ensure that Name
mangling is standard across compliers and their versions.
Thanks