Changes between Version 11 and Version 12 of PortingTips
- Timestamp:
- 02/25/09 11:20:12 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PortingTips
v11 v12 23 23 Most software cannot handle {{{i586-pc-haiku}}} yet, so it is usually necessary to {{{configure}}} with {{{--build=i586-pc-beos}}}, or you can: 24 24 {{{ 25 cp /boot/home/config/share/libtool/config.guess . 26 cp /boot/home/config/share/libtool/config.sub . 25 cp /boot/common/share/libtool/config/config.* . 27 26 }}} 28 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 :27 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 first if it exists, it usually runs all the autotools as needed): 29 28 {{{ 30 29 libtoolize --force --copy
