Re: multiple .a files linking issues

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux