Re: Building V5 runtime and win32 api as native build on Windows
David Gressett <[email protected]> Fri, 19 May 2017 16:56:10 +0000
| Newsgroups | gmane.comp.gnu.mingw.devel |
|---|---|
| Message-ID | <MWHPR13MB164740D623E1632C951C7B5DD4E50@MWHPR13MB1647.namprd13.prod.outlook.com> |
On Thursday, May 18, 2017, Keith Marshall wrote: >On 17/05/17 19:56, David Gressett wrote: >> There are no build instructions for these How can I >> build them from source as a native Windows build? >Both follow the conventional GNU paradigm: > $ configure && make && make install ... snip ... >I'd also recommend building in a separate directory for each distinct >configuration you wish to create, (a subdirectory at the top level of >your source clone is fine), e.g.: > $ mkdir build-sjlj && cd build-sjlj > $ ../configure --prefix=<your-choice> && make && make install >should build and install both packages for you. I used the integrated structure from the git repository. Configure fails with this message: error: cannot find install-sh, install.sh, or shtool in build-aux ".."/build-aux ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot