I need to include two times a static library ".a" in my code. When I do it, the linker find two times the global variable and the functions.
Is there a way to compile the static library so that can be included two times? Is there a way to link directly all the internal symbols? I can change the name of the external API for both the library.