In Suse I have got 2 libs which I have to use to link with my source files but they are interdependent on each other.
Means if the 2 libs are A and B than
A is dependent on B and B is dependent on A
In that case what should be the order in which we link the lib so that we dont get linking error
Or can there be any other solution