linker - Lua compilation link error -


When I try to compile a little lua program, I get these errors:

 Undefined reference to `  

Of course, I have the link with the -lll lua5.2-dev installed on my ubuntu if you have any more information Ask me if you need it.

Thank you!

When I try to compile a little lua program, I get these errors

No link program you receive these errors.

To add -ldl to the end of your link line is to be fixed.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -