10 дек. 2013 г., в 7:11, asmwarrior <[email protected]> написал(а):
> 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. > 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. >>> >>> 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? > > > Thanks. > > > > ------------------------------------------------------------------------------ > 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 > [email protected] > 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 [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
