Changes between Version 10 and Version 11 of PortingTips
- Timestamp:
- 02/15/09 15:03:34 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PortingTips
v10 v11 7 7 * A short but very helpful [http://revolf.free.fr/beos/BeGeistert-13/Porting%20Apps%20to%20BeOS.pdf slideset] on porting applications to BeOS by François Revol (mmu_man). 8 8 * A comprehensive [http://www-src.lip6.fr/homepages/Alexandre.Duret-Lutz/autotools.html tutorial] on the GNU Autotools 9 * Autotools - A Guide to Autocong automake and Libtool [http://www.freesoftwaremagazine.com/books/autotools_a_guide_to_autoconf_automake_libtool ebook]9 * Autotools - A Guide to autoconf, automake and libtool [http://www.freesoftwaremagazine.com/books/autotools_a_guide_to_autoconf_automake_libtool ebook] 10 10 The CommonProblems page lists a number of common problems encountered when porting applications to BeOS. 11 11 … … 36 36 37 37 === gcc 4.x === 38 A native development environment is not yet available for gcc4-based Haiku; the cross-compiler can be used instead.39 38 40 A [http://dev.haiku-os.org/ticket/1844 shell script] to aid in this is available for use with autotools based software.39 Haiku now has a [http://www.haiku-os.org/news/2009-01-31/haiku_finally_gets_a_native_gcc4_full_story_inside native GCC4]. 41 40 41 === gcc 2.x and 4.x hybrid === 42 43 The following [http://dev.haiku-os.org/changeset/25536 ticket] explains how to build a Haiku image that runs both gcc 2.x and 4.x executables. 42 44 43 45 == Porting considerations ==
