HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Ticket
  • Next Ticket →

Ticket #569 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

MPFR needs --with-gmp to build

Reported by: pulkomandy Owned by: scottmc
Priority: normal Milestone:
Component: dev-libs/mpfr Version:
Severity: normal Keywords:
Cc:

Description

I'm trying to build a gcc cross compiler for some other platform. I tried to use gmp and mpfr from haiku ports but noticed that mpfr won't build.

I found a solution with gmp and mpfr in Haiku buildtools repository: you have to use ./configure --with-gmp=/boot/common, or mpfr will fail to link with gmp. I think the same can be done with the bep files ?

Change History

comment:1 Changed 3 years ago by scottmc

try adding it into the .bep, be sure to use finddir for the dir names. Also add gmp to the DEPEND="" so that haikuporter will alert the user that gmp is needed to built it. If the .bep work attach it to this ticket and changed the ticket summary to include (files attached) so that it shows up in ticket query #9.

comment:2 Changed 3 years ago by scottmc

  • Resolution set to fixed
  • Status changed from new to closed

Applied in r2002.

Note: See TracTickets for help on using tickets.

Download in other formats:

  • Comma-delimited Text
  • Tab-delimited Text
  • RSS Feed

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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