Re: automake



[snip]

Order of library linkage does matter.  If libA depends on code from
libB, then libA comes before libB in the link line.  If you have mutual
dependences (not good, but it does happen), then you do something like
libA libB libA

This is not anything special, just normal linker rules.

[snip]

Thanks ! That was exactly what i needed to know - now it works !
Antonio





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