Changes between Version 23 and Version 24 of CommonProblems
- Timestamp:
- 10/24/09 21:08:53 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommonProblems
v23 v24 25 25 ports: [wiki:dev-lang/lua], others 26 26 27 You can remove the -lm.The -lm refers to libm which isn't needed for Haiku or BeOS as the math library is part of libroot and linked by default27 The -lm refers to libm which isn't needed for Haiku or BeOS as the math library is part of libroot and linked by default 28 28 29 You can simply create a shortcut of libroot.so and rename to libm.so and drop into /boot/common/lib directory or you can change the -lm references in the configure file to -lroot. 30 31 Here is some explanation: 29 32 http://www.freelists.org/archives/haiku-development/04-2008/msg00904.html 30 33
