Changes between Version 41 and Version 42 of CommonProblems
- Timestamp:
- 08/02/10 18:49:42 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommonProblems
v41 v42 8 8 9 9 Just like BeOS, Haiku does not have /usr. 10 Attempts to install things to /usrwill usually fail and leave empty folders, because rootfs only allows creating directories, not regular files.10 Attempts to install things to {{{/usr}}} will usually fail and leave empty folders, because rootfs only allows creating directories, not regular files. 11 11 12 A quick hack is to create a usr somewhere and symlink to /usr, but it is discouraged.12 A quick hack is to create a usr somewhere and symlink to {{{/usr}}}, but it is discouraged. 13 13 14 The proper fix is to use --prefix=/boot/common (or make sure it defaults to /boot/commonfor Haiku).14 The proper fix is to use {{{--prefix=/boot/common}}} (or make sure it defaults to {{{/boot/common}}} for Haiku). 15 15 16 16 === no undefined references allowed in i586-pc-beos shared libraries ===
