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
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.

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.