lua-users home
lua-l archive

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


Another compiling question... hope you guys don't mind. :]

I'm trying to build Pluto on Windows. I'm doing this in Cygwin which I
assume (hope) is the appropriate environment.

I can now get it to build the .o's (pluto.o etc.). And then it makes a
libpluto.a. But what I want is a pluto.dll, obviously. How do I get
that?

The reason why I'm doing this is, I need Pluto to print more debug
output. I got my data structure to persist, but during depersist, it
says "Attempt to index userdata" and I have no idea why it does that.

Greetings,
Stefan