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 11 and Version 12 of PortingTips


Ignore:
Timestamp:
02/25/09 11:20:12 (6 years ago)
Author:
umccullough
Comment:

small changes

Legend:

Unmodified
Added
Removed
Modified
  • PortingTips

    v11 v12  
    2323Most software cannot handle {{{i586-pc-haiku}}} yet, so it is usually necessary to {{{configure}}} with {{{--build=i586-pc-beos}}}, or you can: 
    2424{{{ 
    25  cp /boot/home/config/share/libtool/config.guess . 
    26  cp /boot/home/config/share/libtool/config.sub . 
     25 cp /boot/common/share/libtool/config/config.* . 
    2726}}} 
    28 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: 
     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): 
    2928{{{ 
    3029 libtoolize --force --copy 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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