m0n0 wrote:
I found it during one of these Multiple definition of symbol errors ( in this case, it was an function in lgem that the linker complained about, ...) - the problem vanished after removing the last -lgem.
Once again, you don't tell us which function it is about...Normally, adding a library multiple times on the command line should not cause any problem, because the library contents are used only if they are required. If removing the last -lgem solved a multiple definition issue, there is a problem somewhere, we should understand what happens now or we will have trouble one day.
-- Vincent Rivière