0

I'm using two static libraries that are developed by two other teams.

When trying to build my app, i got "multiple definition for two classes" the first in liba.a the second is in libb.a

Is there a way to fix this issue? I do not have the source of the two libraries, so I cannot change the namespaces

Saad Rami
  • 81
  • 6
  • 3
    Does this answer your question? [What should I do if two libraries provide a function with the same name generating a conflict?](https://stackoverflow.com/questions/678254/what-should-i-do-if-two-libraries-provide-a-function-with-the-same-name-generati) – Osyotr Jan 09 '22 at 20:45
  • Thank you for your help, unfortunately no, I have an issue with classes here. – Saad Rami Jan 09 '22 at 20:51
  • Please provide [MVCE](https://stackoverflow.com/help/minimal-reproducible-example). – yugr Jan 10 '22 at 04:20

0 Answers0