Changes between Version 5 and Version 6 of dev-lang/lua
- Timestamp:
- 05/01/08 10:52:48 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-lang/lua
v5 v6 15 15 {{{ 16 16 /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld: cannot find -lm 17 Removed the -lm and now get: 18 liblua.a(ldo.o): In function 'luaD_rawrunprotected': 19 ldo.c(.text+0x211): undefined reference to '_setjmp' 20 collect2: ld returned 1 exit status 21 make[2]: *** [lua] Error 1 22 make[2]: Leaving directory '/boot/home/lua-5.1.3/src' 23 make[1]: *** [posix] Error 2 24 make[1]: Leaving directory '/boot/home/lua-5.1.3/src' 25 make: *** [posix] Error 2 17 26 }}} 18 27 19 Fails to build due to lack of -lm.20 28 21 29 === previous port ===
