Changes between Version 25 and Version 26 of CommonProblems
- Timestamp:
- 10/24/09 22:16:07 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommonProblems
v25 v26 27 27 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 directoryor you can change the -lm references in the configure file to -lroot.29 You can simply create a shortcut of libroot.so and rename to libm.so on gcc4 and gcc2 lib directory (Haiku hybrids case) or you can change the -lm references in the configure file to -lroot. 30 30 31 31 Here is some explanation:
