[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua 5.2 : modifying the way lua lib is built with mingw
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 22 Mar 2010 11:25:13 +0200
On Mon, Mar 22, 2010 at 11:02 AM, Vincent Torri <vincent.torri@gmail.com> wrote:
> another : with linking against a dll, you have to be sure that the dll is in
> the PATH,
Not true, you can feed gcc a full path to the DLL and it will link
against it fine. They tend to recommend this practice because it's
generally faster than using an import lib.
> and you have to redistribute the dll too with your app / lib
Well, you would have to do that anyway ;)
steve d.