hi, When i try to create an exec linking with multiple libraries, does the order in which i link matter, if there are dependencies across the libs?
eg:
TEST_EXE:
$(LN) -o TEST_EXE -l $(LIB1) $(LIB2) $(LIB3)
= Are the libs picked up from right to left or are they all extracted before
being linked?
rgds,
Satish
_______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
