Re: automake
- From: Antonio Coralles <noche suapie reflex at>
- To: gtkmm-list gnome org
- Subject: Re: automake
- Date: Sat, 22 Jan 2005 03:43:59 +0100
[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]