Re: Compile Static lua With MinGW
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Compile Static lua With MinGW
- From: Francesco Abbate <francesco.bbt@...>
- Date: 2010年9月13日 18:12:23 +0200
2010年9月13日 Peyman <peiman_3009@yahoo.com>
>
> Thanks man its worked, nice. for first i can create a static lua library and i must thanks many times to all of you.
> but another thing, this released lib have what difference with mingw4 lib from luabinaries site because that works very good but this lib crash my program in luaL_loadstring or luaL_loadbuffer for Invalid memory access. lua must modified for static lib or makefile ?
Well, I don't know. Normally I never use lua binaries that I did not
compile by myself. Several problems may arise depending on the
compiler version and on the compilation flags. I strongly suggest that
you don't mix binaries compiled by you with downloaded binaries.
Francesco