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 19 and Version 20 of PortingTips


Ignore:
Timestamp:
08/23/09 15:22:50 (6 years ago)
Author:
brecht
Comment:

link to article for hybrid GCC2/4 Haiku

Legend:

Unmodified
Added
Removed
Modified
  • PortingTips

    v19 v20  
    2525 cp /boot/common/share/libtool/config/config.* . 
    2626}}} 
    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): 
     27Where . 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): 
    2828{{{ 
    2929 libtoolize --force --copy --install 
    … …  
    4040=== gcc 2.x and 4.x hybrid === 
    4141 
    42 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. 
     42The 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. 
    4343 
    4444== Porting considerations == 
    … …  
    9898As 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 
    9999Feel free to update this entry with more details on possible fixes and details on how and where to use find_directory() 
    100  

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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