On Sun, 23 Mar 2014, Phil Dibowitz wrote:

>>>> OK, I checked in that Changelog, and the version number bump to start 
>>>> preping
>>>> for release.
>>>>
>>>> I was looking into MinGW... and uh, I think I'm missing something.
>>>>
>>>> I installed mingw32, mingw64, mingw64-tools and ... well every other mingw
>>>> package I could find but there's nothing resembling a mingw32-configure 
>>>> binary
>>>> anywhere in my path...
>>>>
>>>> I have i686-w64-mingw32-c++ and x86_64-w64-mingw32-c++ and gcc equivalents 
>>>> and
>>>> linkers and fortran and dlltool, and cpp.... but no configure... and the 
>>>> docs
>>>> I read on compiling windows binaries didn't mention it either.
>>>>
>>>> Am I missing something?
>>>
>>> So, on Fedora, mingw32-configure is provided by a package called
>>> mingw-filesystem.  Looking at it, it appears to be just a script that
>>> probably invokes the real configure with some parameters.
>>>
>>> It looks like it might be a Fedora concoction, though, so it probably
>>> isn't available on Debian?
>>
>> I think you can probably just do this instead:
>>
>> ./configure --host=i686-pc-mingw32
>
> That works. What does mingw32-make do in Fedora? :)

Probably just try 'make'?

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to