Changes between Version 39 and Version 40 of CommonProblems
- Timestamp:
- 08/02/10 18:38:50 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommonProblems
v39 v40 4 4 5 5 Information about BeOS's POSIX compatibility, see [wiki:BeOSPosix]. 6 7 === No /usr === 8 9 Just like BeOS, Haiku does not have /usr. 10 Attempts to install things to /usr will usually fail and leave empty folders, because rootfs only allows creating directories, not regular files. 11 12 A quick hack is to create a usr somewhere and symlink to /usr, but it is discouraged. 13 14 The proper fix is to use --prefix=/boot/common (or make sure it defaults to /boot/common for Haiku). 6 15 7 16 === no undefined references allowed in i586-pc-beos shared libraries ===
