Closed kpdyer closed 10 years ago
At the moment, when building fte/cDFA.pyd we're getting an error stating that -lgmp and -lgmpxx are missing. On Windows these should actually be -lgmp.dll and -lgmpxx.dll.
fte/cDFA.pyd
-lgmp
-lgmpxx
-lgmp.dll
-lgmpxx.dll
At the moment, when building
fte/cDFA.pyd
we're getting an error stating that-lgmp
and-lgmpxx
are missing. On Windows these should actually be-lgmp.dll
and-lgmpxx.dll
.