Changes between Version 29 and Version 30 of PortingTips
- Timestamp:
- 08/10/11 13:43:32 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PortingTips
v29 v30 34 34 Most software cannot handle {{{i586-pc-haiku}}} yet, so it is usually necessary to 35 35 {{{ 36 cp /boot/common/ share/libtool/config/config.* .36 cp /boot/common/data/libtool/config/config.* 37 37 }}} 38 38 Where . is the package root folder, or the folder in which the package has outdated config.guess and/or config.sub files. If trying to build static and shared libraries, you may also need to run (try using {{{./autogen.sh}}} or {{{./bootstrap.sh}}} first if it exists, it usually runs all the autotools as needed):
