help-make
[Top][All Lists]
Advanced

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

Order of linking libraries


From: Satish S
Subject: Order of linking libraries
Date: Thu, 5 Jul 2007 20:54:46 +0530



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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]