lua-users home
lua-l archive

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


Hallo,

I tried -lexpat and it didn't worked (because the .dll and .lib is called libexpat) so used -llibexpat.

Now I tried to put all .h files I got from some packages used to the include dir of my minwg installation - and it works! I assume, the "cannot export" may came because the LIBEXPAT_NULL_THUNK_DATA was exported from a .lib file, which haven't been in the lib folder before.

Thanks for the help,
 Jan (DracoBlue)

Alex Queiroz wrote:
Hallo,

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

But now I get this error: (after typing gcc -O -shared -o lxplib.dll
lxplib.o -llua5.1 -llibexpat)
Cannot export ⌂LIBEXPAT_NULL_THUNK_DATA: symbol not found


    "Cannot export"? I don't think I've seen this error before.
Anyway, did you try with -lexpat?

Cheers,