Order of linking libraries

2007-07-06 Thread Satish S
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 b

Re: Order of linking libraries

2007-07-11 Thread Satish S
? -Satish On 7/6/07, Eli Zaretskii <[EMAIL PROTECTED]> wrote: > Date: Thu, 5 Jul 2007 20:54:46 +0530 > From: "Satish S" <[EMAIL PROTECTED]> > > When i try to create an exec linking with multiple libraries, does the > order in which i link matter, if there