This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

order of directories passed with -L



Hey,


Suppose that I pass those arguments to gcc :

-Lpath1 -llib1 -Lpath2 -llib2 -L path3 -llib3

In which directory(ies) will gcc search lib1, lib2 and lib3 ?

(gcc man page didn't help me)

thank you

Vincent Torri


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]