On 2013-04-17 17:04, Mark Mikofski wrote:
> I built libiconv and gettext with reubenv's 64 bit toolchain,
> x86_64-w64-mingw32-gcc-4.7.2 (for x64 os)
> builds fine, but I can't call the dll from Python.
>
>>>    libintl = cdll.intl

That will only work if the DLL is named "intl.dll", as some builds have 
done.  If you build gettext with libtool, then you end up with 
"libintl-8.dll", in which case you will need to patch the code to use 
cdll.LoadLibrary('libintl-8.dll').


Yaakov
Cygwin Ports


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to