tj / luna

luna programming language - a small, elegant VM implemented in C
2.45k stars 147 forks source link

Could not build Luna in Ubuntu 64bit. Fixed by adding -lm flag in Makefile #80

Closed Dohxis closed 8 years ago

Dohxis commented 8 years ago

Couldn't build Luna because of these errors.

Luna/src/lexer.c:262: undefined reference to `pow'
Luna/src/lexer.c:264: undefined reference to `pow'

Fixed by adding -lm flag in Makefile.