Re: [winegcc08] Handle -L in a separate array

2003-09-10 Thread Richard Cohen
Dimitrie O. Paun wrote: On Tue, 9 Sep 2003, Richard Cohen wrote: ...rather than adding -L to both the DLLs and static libraries No functional changes. I'm not sure this is correct, as the order of -L and -l may be significant. That is to say, if I do -LdirA -la -LdirB -lb then the system wil

Re: [winegcc08] Handle -L in a separate array

2003-09-09 Thread Dimitrie O. Paun
On Tue, 9 Sep 2003, Richard Cohen wrote: > ...rather than adding -L to both the DLLs and static libraries > No functional changes. I'm not sure this is correct, as the order of -L and -l may be significant. That is to say, if I do -LdirA -la -LdirB -lb then the system will search for a only i