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 23 and Version 24 of CommonProblems


Ignore:
Timestamp:
10/24/09 21:08:53 (6 years ago)
Author:
michaelvoliveira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommonProblems

    v23 v24  
    2525ports: [wiki:dev-lang/lua], others 
    2626 
    27 You 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 
     27The -lm refers to libm which isn't needed for Haiku or BeOS as the math library is part of libroot and linked by default 
    2828 
     29You can simply create a shortcut of libroot.so and rename to libm.so and drop into /boot/common/lib directory or you can change the -lm references in the configure file to -lroot. 
     30 
     31Here is some explanation: 
    2932http://www.freelists.org/archives/haiku-development/04-2008/msg00904.html 
    3033 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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