wrong .def file name building with mingw

Laurent Rineau laurent.rineau__gmp at normalesup.org
Wed Nov 14 18:41:26 CET 2012


Le mercredi 14 novembre 2012 18:20:52 vous avez écrit :
> Laurent Rineau <laurent.rineau__gmp at normalesup.org> writes:
> 
>   Here is the patch against the hg tip (attached). I cannot really test it.
> I do not find the instruction to bootstrap from Mercurial, and I do not
> know autoconf/automake enough to find out which version I should use. It
> was easier from the tarball.
> 
> Thanks for the updated patch.
> 
> Have you seen http://gmplib.org/devel/repo-usage.html?  (It is linked
> from the 'devel' page, along with several other useful devel subpages.)

I am sorry I had not looked at the right place. I searched for those 
information in the README, INSTALL, INSTALL.autoconf files in the repository.

> The daily snapshots might be more conventient, since they are created
> just like any release.

Right. I was maybe too lazy.


Anyway, .bootstrap worked very well, and the generated files, after my patch 
was applied, were corrects. I have tested on Linux:
  - with the usual gcc/g++ compiler,
  - with a cross-compiler that checks that the i686-pc-mingw32 build is 
correct:
       --host=i686-pc-mingw32 
       --build=x86_64-unknown-linux-gnu
       --target=i686-pc-mingw32

The .def files were correctly named libgmp-10.def and libgmpxx-4.def.



More information about the gmp-bugs mailing list