Changes between Version 19 and Version 20 of PortingTips
- Timestamp:
- 08/23/09 15:22:50 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PortingTips
v19 v20 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.shfirst 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}}} first if it exists, it usually runs all the autotools as needed): 28 28 {{{ 29 29 libtoolize --force --copy --install … … 40 40 === gcc 2.x and 4.x hybrid === 41 41 42 The following [http:// dev.haiku-os.org/changeset/25536 ticket] explains how to build a Haiku image that runsboth gcc 2.x and 4.x executables.42 The following [http://www.haiku-os.org/node/2549 article] explains how to build a Haiku image that runs and is able to build both gcc 2.x and 4.x executables. 43 43 44 44 == Porting considerations == … … 98 98 As of Haiku R29880 several directories have been relocated. For details see the Haiku Developer's mailing list archive: http://www.freelists.org/post/haiku-development/Directory-renaming 99 99 Feel free to update this entry with more details on possible fixes and details on how and where to use find_directory() 100
