<p>There is never any point to linking both the re-linked (<tt>.o</tt>) and
the archive (<tt>.a</tt>) versions of a library. Since the re-linked version
includes the entire library, the archive version will not resolve any symbols.
- You could even end up with link error is you place the archive version before
+ You could even end up with link error if you place the archive version before
the re-linked version on the linker's command line.</p>
</div>
<!-- ======================================================================= -->