New pre-compiled 4.1.4, new ftp address...

delta trinity deltatrinity at hotmail.com
Wed Mar 16 02:34:52 CET 2005


Hi

I'm not sure, but I think you can use the 'gmpxx.h' file as a c++ wrapper 
header.

Enabling cxx will produce a libgmpxx.la, which is a static library, which is 
usefull only when linking with a compatible linker (ex, using GCC compilers 
and associated linker).

But there again, I could be wrong...

So, instead of including gmp.h, wou simply
#include "gmpxx.h"

Note that you still need to have gmp.h in the project include directories.

Eric

>From: Roberto Bagnara <bagnara at cs.unipr.it>
>To: delta trinity <deltatrinity at hotmail.com>
>CC: gmp-discuss at swox.com
>Subject: Re: New pre-compiled 4.1.4, new ftp address...
>Date: Mon, 14 Mar 2005 07:24:42 +0100
>
>delta trinity wrote:
>>I have included the DLL and the generated dll-def.  All x86 platforms 
>>(appart from x86-64) have been built with:
>>
>>>./configure --enable-shared --disable-static -host=<target>-pc-mingw32
>>>make
>
>You forgot `--enable-cxx'.
>
>--
>Prof. Roberto Bagnara
>Computer Science Group
>Department of Mathematics, University of Parma, Italy
>http://www.cs.unipr.it/~bagnara/
>mailto:bagnara at cs.unipr.it




More information about the gmp-discuss mailing list