Re: Static lib Linker error under win32

  • From: Mike Pall <mike-1208@xxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Tue, 7 Aug 2012 13:34:10 +0200

rob wrote:
> Unfortunately I'm not using C to compile my code, and since at
> compile time it includes MsvCRT this would mean a serious conflict.
> Sadly for static compiling I'll have to use Lua instead.

This doesn't make sense. Lua is written in C and LuaJIT is written
in C. You *need* to link against a C library, anyway.

--Mike

Other related posts: