lua-users home
lua-l archive

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


The .dll should go where the binary is, so it can be found without altering the PATH. With MinGW, usually static libraries(.a) go into lib/ and shared libraries(.dll) go into bin/


2013/4/4 Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>
> But shouldn't the dll go into BIN instead of LIB ?

I don't really know, sorry about that.