HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog
PortLog:dev-libs/gmp/4.2.4

Context Navigation

  • Up
  • Start Page
  • Index
  • History

Last modified 7 years ago

gmp 4.2.4

Dependencies: none specified

Config.guess/config.sub have been updated in this version, but we still need to run the libtoolize and company to get a shared lib built:

  • libtoolize --force --copy
  • add AC_CONFIG_MACRO_DIR([m4]) to configure.ac after an AC_INIT line
  • aclocal -I m4
  • automake --add-missing
  • ./configure --prefix=/boot/common
  • make
  • make install
  • make check

Make sure make check passes all tests otherwise the binary is suspect.

Download in other formats:

  • Plain Text

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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