Changes between Version 24 and Version 25 of PortingTips
- Timestamp:
- 04/20/10 18:36:26 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PortingTips
v24 v25 25 25 cp /boot/common/share/libtool/config/config.* . 26 26 }}} 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'''}}} or {{{'''./bootstrap.sh'''}}} first if it exists, it usually runs all the autotools as needed):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}}} or {{{./bootstrap.sh}}} first if it exists, it usually runs all the autotools as needed): 28 28 {{{ 29 29 libtoolize --force --copy --install
