John (Eljay) Love-Jensen wrote:
A better solution is to combine both libraries into one library. But that's not always feasible.
Or use some options of (recent?) GNU ld: -( archives -) --start-group archives --end-group as you can read in "man ld" But in the current case there is no circular reference, so not really needed. C.