Changes between Version 43 and Version 44 of CommonProblems
- Timestamp:
- 08/09/10 19:14:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommonProblems
v43 v44 14 14 The proper fix is to use {{{--prefix=/boot/common}}} (or make sure it defaults to {{{/boot/common}}} for Haiku). 15 15 16 === no undefined references allowed in i586-pc-beos shared libraries ===16 === no undefined references in BeOS shared libs === 17 17 18 18 ports: [wiki:dev-util/subversion], [wiki:dev-libs/apr] … … 22 22 Alternatively, libtool can be patched to always exhibit this behavior, at the risk of breaking static compilation when dynamic linking fails. -- andreasf 23 23 24 === (stat) struct ure has no member named `st_blocks' (Now fixed in Haiku) ===24 === (stat) struct has no member 'st_blocks' (Fixed) === 25 25 26 26 ports: [wiki:app-arch/tar] (make check), [wiki:net-fs/samba], [wiki:dev-util/cvs] … … 30 30 http://lists.samba.org/archive/samba-technical/2005-January/039275.html 31 31 32 === -lm===32 === No -lm was encountered === 33 33 34 34 ports: [wiki:dev-lang/lua], others … … 42 42 http://www.freelists.org/archives/haiku-development/04-2008/msg00904.html 43 43 44 === -lc===44 === No -lc was encountered === 45 45 46 46 This sometimes turns up, and I think it is due to the port using an older libtool. Try running libtoolize --force --copy --install, aclocal, autoconf and automake before ./configure to see if that clears it up. 47 47 48 === conflicting types for `restrict' (Now fixed in Haiku) ===48 === Conflicting types for `restrict' (Fixed) === 49 49 50 50 /boot/develop/headers/posix/search.h:35: conflicting types for `restrict'
