GMP 4.1.4 on MinGW
Christoph M. Wintersteiger
christoph at winterstiger.at
Sat Sep 10 16:44:55 CEST 2005
Sorry, you're right of course. I meant --disable-static and
--enable-shared, I just pasted that command line and have been
experimenting with the static library at that time. Static linking
works without problems, btw.
Thanks,
CM Wintersteiger
At 10.09.2005 15:51, you wrote:
>----- Original Message -----
>From: "Christoph M. Wintersteiger"
>
> > So here goes: I'm compiling GMP 4.1.4 on MinGW (gcc 3.4.2, win xp)
> > using the following options:
> >
> >
>./configure --enable-alloca=malloc-reentrant --enable-static --disable-share
>d
> > --build=none-unknown-mingw32 --prefix=/c/libs/gmp-4.1.4
> >
> > Now, the dll builds all fine and the tests run through (after
> > changing a path in the test makefiles, so that it finds the binaries).
> >
> > I'm then building another dll, which links to the gmp dll.
>
>Are you sure that description is accurate ?
>When I build gmp-4.1.4 with those options on MinGW(gcc 3.4.4, Windows 2000),
>a "gmp dll" does not get built (afaict).
>
>Cheers,
>Rob
More information about the gmp-discuss
mailing list