Changes between Version 11 and Version 12 of CommonProblems
- Timestamp:
- 04/29/08 07:12:37 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommonProblems
v11 v12 1 1 = Common Porting Problems = 2 2 3 This page serves to collect information about common problems encountered when porting applications/libraries to the BeOS platform. The problems should be identified by the (compiler) errors that typify them.3 This page serves to collect information about common problems encountered when porting applications/libraries to the Haiku/BeOS platform. The problems should be identified by the (compiler) errors that typify them. 4 4 5 5 Information about BeOS's POSIX compatibility, see [wiki:BeOSPosix]. … … 20 20 21 21 http://lists.samba.org/archive/samba-technical/2005-January/039275.html 22 23 === missing -lm === 24 25 ports: [wiki:dev-util/lua], others 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 default 28 29 http://www.freelists.org/archives/haiku-development/04-2008/msg00904.html 30
