lua-users home
lua-l archive

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


On Fri, Dec 4, 2009 at 2:40 PM, Francesco Abbate <gslshell@gmail.com> wrote:
> 2009/12/4 Sam Roberts <vieuxtech@gmail.com>:

Thanks, Francesco.

> (already commited in savannah). If you want to suggest a better fix
> you are welcome. A complete rewrite of the Makefiles using the
> non-recursive approach seems interesting but it does require a major
> rewriting. May be I can do that later of may be you can help me and
> contribute a patch to implement this change.

I still can't build because of PIC problems. I think that the .so
isn't being linked right, maybe statically linked against
liblua?

I'll see if I can give you a new Makefile sometime.

> Talking about the problem on x64, I'm not sure but I suspect it was
> the 'march=i586' in Lua Makefile. Now is removed but I don't know if
> the x64 problem you're talking about is really fixed.

Yes, that is what I and Miles Bader did.

Thanks,
Sam