10 дек. 2013 г., в 8:46, Alexpux <alex...@gmail.com> написал(а):

> 
> 10 дек. 2013 г., в 7:43, asmwarrior <asmwarr...@gmail.com> написал(а):
> 
>> On 2013-12-10 11:19, Alexpux wrote:
>>> 
>>> 10 дек. 2013 г., в 7:11, asmwarrior <asmwarr...@gmail.com> написал(а):
>>> 
>>>> On 2013-12-10 10:34, Alexpux wrote:
>>>>>>>> Question 2:
>>>>>>>> I can't find the python header files.
>>>>>>> <toolchain>/opt/include/python2.7
>>>>>> 
>>>>>> Well, I don't see a folder named "include" under the "opt" folder, is 
>>>>>> this a package error?
>>>>> 
>>>>> This stuff is removed from toolchain.
>>>> Thanks. 
>>>> Well this be fixed in the feature release?
>>> yes.
>> 
>> Nice to hear.
>> 
>> 
>>> 
>>>> The shipped GDB in MinGW-Builds is build with -static-libgcc options which 
>>>> do not link to libgcc_s_dw2-1.dll (GDB default build options)
>>>> But the shipped python27.dll was depend on libgcc_s_dw2-1.dll.
>>>> I suggest that the python27.dll built with -static-libgcc too.
>>>> 
>>> Need to try.
>> 
>> Ok, hope it will be done in the next release, thanks.
>> 
>>>>>> 
>>>>>> BTW: Is it possible to include the expat and zlib library in 
>>>>>> MinGW-toolchain. If not, I need to build them before build GDB.
>>>>> 
>>>>> zlib is already in toolchain. Expat you need to build itself.
>>>>> 
>>>> I search the "zlib" in MinGW-Build achieves, I get two match files:
>>>> zlib.h under 
>>>> i686-4.8.2-release-posix-dwarf-rt_v3-rev1\mingw32\i686-w64-mingw32\include
>>> Yes. This is where it place. Also zlib static library libz.a in 
>>> i686-4.8.2-release-posix-dwarf-rt_v3-rev1\mingw32\i686-w64-mingw32/lib
>>> 
>>>> zlib1.dll under \i686-4.8.2-release-posix-dwarf-rt_v3-rev1\mingw32\opt\bin
>>>> So, this is not enough to pass the configure test on zlib of GDB, I still 
>>>> need to build zlib, and install the import library.
>>> Why not using zlib from 
>>> i686-4.8.2-release-posix-dwarf-rt_v3-rev1\mingw32\i686-w64-mingw32?
>>>> 
>> 
>> I would like to if the import zlib library exists, but as I have said 
>> before, there is no such library under:
>> i686-4.8.2-release-posix-dwarf-rt_v3-rev1\mingw32\i686-w64-mingw32/lib
> 
> We provide only static library for zlib and it named «libz.a». Try to search…
>> 
>> So, I guess it was still removed from the tool-chain before the release?
>> 
> No. It present.


For reference, I have many prebuilded packages for mingw-w64 builded with 
i686-gcc-4.8.2-posix-dwarf and x86_64-4.8.2-posix-seh toolchains here:

32-bit: https://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/

64-bit: https://sourceforge.net/projects/msys2/files/REPOS/MINGW/x86_64/


There are packages that can be extracted by hand or if you use my MSYS2 then it 
can be easily installed/uninstalled/upgraded via pacman package manager.

Regards,
Alexey.
> 
>> Thanks.
>> 
> Regards,
> Alexey.
>> 
>> 
>> 
>> 
>> 
>> ------------------------------------------------------------------------------
>> Sponsored by Intel(R) XDK 
>> Develop, test and display web and hybrid apps with a single code base.
>> Download it for free now!
>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Mingw-w64-public mailing list
>> Mingw-w64-public@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to