eGenix extensions / GMP

M.-A. Lemburg mal at lemburg.com
Tue Jan 29 15:51:32 EST 2002


Duncan Smith wrote:
> 
> I have recently installed the eGenix experimental extensions.  This includes
> a Windows port of GMP 3.1.1.  That works fine.  But I would also like to use
> GMP via PyInline (or C++), but the C compiler doesn't seem to recognise that
> GMP is present.  I have also downloaded the Windows port separately from
> http://www.lemburg.com/files/python/, but I'm not sure where to go from
> here.  Anyone any idea how to sort this out (step by step)?  Python 2.1,
> Visual Studio 6 on Win 2000.  Thanks in advance.

I have no idea how PyInline sets up the compiler, but you have
to make sure that it links against the .lib file and then
put the .dll in either the WINDOWS dir or the one where the
generated extension lives.

-- 
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
______________________________________________________________________
Company & Consulting:                           http://www.egenix.com/
Python Software:                   http://www.egenix.com/files/python/




More information about the Python-list mailing list