Re: [Mingw-w64-public] Mingw-w64 builds twice.

2018-10-23 Thread James Larrowe
These are the steps I used to reproduce it: Clone the mingw-w64 git repository from Sourceforge: `git clone https://git.code.sf.net/p/mingw-w64/mingw-w64 mingw-w64-mingw-w64` Install all the '*mingw*' packages in the Debian Stretch archive: `sudo apt-get install *mingw*`

Re: [Mingw-w64-public] Mingw-w64 builds twice.

2018-10-23 Thread David Grayson
For what it's worth, I just tried the latest version of mingw-w64 and I am not seeing any issue with the CRT getting compiled again when `make install` is run. My build scripts are here: https://github.com/DavidEGrayson/nixcrpkgs/tree/master/mingw-w64 The basic procedure is: 1) Before any mingw-

Re: [Mingw-w64-public] Mingw-w64 builds twice.

2018-10-23 Thread James Larrowe
No, but I did do something similar. I first installed the headers, like you suggested, but then I created a seperate build directory (build) in the root tree. I then proceeded to compile the crt, tools, and libraries. While in the build directory, `make install` still ran the compilation for mingw-

Re: [Mingw-w64-public] Mingw-w64 builds twice.

2018-10-22 Thread Liu Hao
在 2018/10/23 5:15, James Larrowe 写道: > Mingw-w64 (Latest git version), builds twice: once during `make`, and once > during `make install`. It seems to be that it only builds mingw-w64-crt > twice. Any suggestions? > Did you run 'configure' followed by 'make' from _the project root directory_ ? D

[Mingw-w64-public] Mingw-w64 builds twice.

2018-10-22 Thread James Larrowe
Mingw-w64 (Latest git version), builds twice: once during `make`, and once during `make install`. It seems to be that it only builds mingw-w64-crt twice. Any suggestions? Info: target=x86_64-w64-mingw32 libraries=mangle,winpthreads tools=all prefix=/usr/x86_64-w64-mingw32 Pas