HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 10 and Version 11 of PortingTips


Ignore:
Timestamp:
02/15/09 15:03:34 (6 years ago)
Author:
brecht
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PortingTips

    v10 v11  
    77 * 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). 
    88 * 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] 
    1010The CommonProblems page lists a number of common problems encountered when porting applications to BeOS. 
    1111 
    … …  
    3636 
    3737=== gcc 4.x === 
    38 A native development environment is not yet available for gcc4-based Haiku; the cross-compiler can be used instead. 
    3938 
    40 A [http://dev.haiku-os.org/ticket/1844 shell script] to aid in this is available for use with autotools based software. 
     39Haiku now has a [http://www.haiku-os.org/news/2009-01-31/haiku_finally_gets_a_native_gcc4_full_story_inside native GCC4]. 
    4140 
     41=== gcc 2.x and 4.x hybrid === 
     42 
     43The 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. 
    4244 
    4345== Porting considerations == 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/