Hello all,

With ./configure --enable-gmpcompat and --enable-cxx, make and make
check work; however, make install complains when it gets to libgmpxx.a
that libgmp.a isn't already installed..  Changing the Makefile seems
as such may be a solution:

< lib_LTLIBRARIES = libmpir.la $(GMPXX_LTLIBRARIES_OPTION) \
<       $(MPBSD_LTLIBRARIES_OPTION) $(am__append_2)
---
> lib_LTLIBRARIES = libmpir.la $(am__append_2) $(GMPXX_LTLIBRARIES_OPTION) \
>       $(MPBSD_LTLIBRARIES_OPTION)

Note am__append_2 = libgmp.la

--Thomas Savitsky

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-devel@googlegroups.com
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to