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 CommonProblems


Ignore:
Timestamp:
04/29/08 07:12:37 (7 years ago)
Author:
scottmc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommonProblems

    v11 v12  
    11= Common Porting Problems = 
    22 
    3 This page serves to collect information about common problems encountered when porting applications/libraries to the BeOS platform. The problems should be identified by the (compiler) errors that typify them. 
     3This page serves to collect information about common problems encountered when porting applications/libraries to the Haiku/BeOS platform. The problems should be identified by the (compiler) errors that typify them. 
    44 
    55Information about BeOS's POSIX compatibility, see [wiki:BeOSPosix]. 
    … …  
    2020 
    2121http://lists.samba.org/archive/samba-technical/2005-January/039275.html 
     22 
     23=== missing -lm === 
     24 
     25ports: [wiki:dev-util/lua], others 
     26 
     27You can remove the -lm.  The -lm refers to libm which isn't needed for Haiku or BeOS as the math library is part of libroot and linked by default 
     28 
     29http://www.freelists.org/archives/haiku-development/04-2008/msg00904.html 
     30 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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