lua-users home
lua-l archive

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


Hallo Alex,

If I add -lexpat it says it won't work, because -lexpat isn't found. I am really new to compiling this on windows.

Thanks for trying to help,
 Jan (DracoBlue)

Alex Queiroz wrote:
Hallo,

On 3/22/07, Jan Schütze <JanS@dracoblue.de> wrote:
Hello,


After (which works fine): gcc -O2 -c -o lxplib.o lxplib.c
I call: gcc.exe -O -shared -o lxplib.dll lxplib.o -Llua_dir -llua5.1


    You have to link your module against expat: -lexpat

Cheers,