|
This seems to work: make mingw the file ‘liblua.a’ will then go into lib/ without further parameters. Just curious: why isn’t it default on windows to include the dll? Thijs From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org]
On Behalf Of Christian Bielert 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. |