On 12/26/13, Vincent Torri <[email protected]> wrote:
> you can't use windows cmd to run configure scripts. You must use MSYS'
> terminal, Cygwin's terminal or other terminals which do the same job.
>
> regards
>
> Vincent Torri
>
>
> On Thu, Dec 26, 2013 at 9:26 AM,  <[email protected]> wrote:
>>
>> Using the windows cmd box terminal console, then on Win-Buids which is
>> using MinGW64.
>> How do you compile a source package which comes with a "configure" shell
>> script made for the *nix world?
>>

C:\Users\Jon\Documents\CDev\winpthreads-svn\build>cmd -v
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

C:\Users\Jon\Documents\CDev\winpthreads-svn\build>echo %PATH%
C:\Apps\DevTools\msys\bin;C:\Apps\DevTools\mingw\bin;...

C:\Users\Jon\Documents\CDev\winpthreads-svn\build>sh --version
GNU bash, version 4.2.45(2)-release (x86_64-pc-msys)
...

C:\Users\Jon\Documents\CDev\winpthreads-svn\build>sh -c "../configure
--build=x86_64-w64-mingw32"
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-w64-mingw32
checking host system type... x86_64-w64-mingw32
checking for gcc... gcc
checking whether the C compiler works... yes
...
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

C:\Users\Jon\Documents\CDev\winpthreads-svn\build>echo %errorlevel%
0

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to