Hi leif, thank you for your answer. >> GnuCOBOL currently only works with mpir if gmpcompat is used. > Could you perhaps elaborate your problem (?) in configuring MPIR with '--enable-gmpcompat'?
If mpir is configured with --enable-gmpcompat everything works. But as GnuCOBOL is sometimes installed on systems where both gmp and mpir are already installed before (sometimes mpir is just for testing, sometimes mpir has both the header file and the library while gmp has only the library available) it would be nice to link against libmpir (and using the appropriate header). To say it short: it would be nice to not force people to (re-)build mpir with --enable-gmpcompat. The new configure already checks for libmpir and mpir.h if libgmp or gmp.h is not found and the building works but I'm unsure about the best way to do it. Simon -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mpir-devel. For more options, visit https://groups.google.com/d/optout.
