Did you use a shared lua lib or the static one ( which is the lua default )?
What I found
http://lua-users.org/lists/lua-l/2006-10/msg00098.htmlI don't know how to modify the jamfile to get it linked with a statically linked library.( liblua.a )
UPDATE:
I got it working too!I managed to compile ( linking was done manually!) ) it and it runs fine.
System: ubuntu 6.06 32 bit with lua 5.13(installed manually )
I had a first look at the tutorial and I have to say:
Good job! The Tutorial is fantastic ( for beginners )
This lua scripting will be very useful!
As I said, the linking was made manually, so
I still don't know how to modify the jam files to get a proper compiling result.
Anyone can help here?