When using the gmpcompat option you have to do this ./configure .... make make install make install-gmpcompat
everything will then be installed , although if you read carefully the text you will see the error message you saw :) , just have to ignore it. Jason On Monday 04 May 2009 03:47:21 Thomas Savitsky wrote: > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mpir-devel?hl=en -~----------~----~----~----~------~----~------~--~---
