Hi,
what is the order of the libraries in the Makefile, for linking inter dependent libraries. i'm getting linker error for the following scenario.
I have lib1.a and lib2.a, with which lib1.a needs lib2.a and lib2.a needs lib1.a for linking. How can this be resolved.
any thoughts on this would be helpful.
thanks
rsennat
what is the order of the libraries in the Makefile, for linking inter dependent libraries. i'm getting linker error for the following scenario.
I have lib1.a and lib2.a, with which lib1.a needs lib2.a and lib2.a needs lib1.a for linking. How can this be resolved.
any thoughts on this would be helpful.
thanks
rsennat
Comment