sed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling sed using Mingw under Windows 10-64


From: John Smith
Subject: Re: Compiling sed using Mingw under Windows 10-64
Date: Mon, 5 Mar 2018 22:45:56 +1100

Is it possible to compile without installing Cygwin using suitable steps in
a command prompt under Windows? Thank you.

On Mon, Mar 5, 2018 at 10:25 PM, Assaf Gordon <address@hidden> wrote:

> ׁHello,
>
> On 2018-03-04 08:20 PM, John Smith wrote:
>
>> How can I compile sed using Mingw under 64bit Windows 10?
>>
>
> Using cygwin (with the mingw compiler installed),
> the build command is:
>
>    ./configure --disable-nls --host=x86_64-w64-mingw32
>
> tested with the following compiler:
>
> ====
> $ x86_64-w64-mingw32-gcc.exe -v
> Using built-in specs.
> COLLECT_GCC=x86_64-w64-mingw32-gcc
> COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-w64-mingw32/5.4.0/lto-wrapper.exe
> Target: x86_64-w64-mingw32
> Configured with:
> /cygdrive/i/szsz/tmpp/cygwin64/mingw64-x86_64/mingw64-x86_
> 64-gcc-5.4.0-2.x86_64/src/gcc-5.4.0/configure
> --srcdir=/cygdrive/i/szsz/tmpp/cygwin64/mingw64-x86_64/mingw
> 64-x86_64-gcc-5.4.0-2.x86_64/src/gcc-5.4.0
> --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc
> --docdir=/usr/share/doc/mingw64-x86_64-gcc
> --htmldir=/usr/share/doc/mingw64-x86_64-gcc/html -C
> --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin
> --target=x86_64-w64-mingw32 --without-libiconv-prefix
> --without-libintl-prefix --with-sysroot=/usr/x86_64-w64-mingw32/sys-root
> --with-build-sysroot=/usr/x86_64-w64-mingw32/sys-root --disable-multilib
> --disable-win32-registry
> --enable-languages=c,ada,c++,fortran,lto,objc,obj-c++
> --enable-fully-dynamic-string --enable-graphite --enable-libgomp
> --enable-libquadmath --enable-libquadmath-support --enable-libssp
> --enable-version-specific-runtime-libs --enable-libgomp --enable-libada
> --with-dwarf2 --with-gnu-ld --with-gnu-as --with-tune=generic
> --with-cloog-include=/usr/include/cloog-isl --with-system-zlib
> --libexecdir=/usr/lib
> Thread model: win32
> gcc version 5.4.0 (GCC)
>
> $ uname -a
> CYGWIN_NT-6.2 WIN-ABCDEFGH 2.6.0(0.304/5/3) 2016-08-31 14:32 x86_64 Cygwin
> ====
>
>
> regards,
>  - assaf
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]