Compiling lua at command line
Posted: Sun May 01, 2011 12:33 pm
Yes I'm afraid so...
So I've been using cygwin and I need to compile lua libraries myself but it's not going quite to plan.
I can get it to compile and produce an object file (liblua.a)
But when I link to the object file I get this error:
If it helps any I'm using Cygwin with GCC 3.4.4 and I'm trying to compile lua 5.1
Thanks.
So I've been using cygwin and I need to compile lua libraries myself but it's not going quite to plan.
I can get it to compile and produce an object file (liblua.a)
But when I link to the object file I get this error:
I've always avoided command line compiling and compiling any libraries myself like the plaque so I'm really clueless, any ideas on would I could have done wrong?Cygwin wrote: /../../../liblua.a: could not read symbols: File format not recongnized
If it helps any I'm using Cygwin with GCC 3.4.4 and I'm trying to compile lua 5.1
Thanks.