autoconf
[Top][All Lists]
Advanced

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

Re: cl.exe and system types


From: Earnie
Subject: Re: cl.exe and system types
Date: Mon, 20 Aug 2018 16:07:30 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 8/20/2018 2:19 PM, Sébastien Hinderer wrote:
> Bob Friesenhahn (2018/08/20 12:52 -0500):
>> Are you using Cygwin for your shell environment?
> 
> Yes, absolutely. Do you think this makes things better, or worse? :)
> 

Well MSYS2 might work better because it caters to the Windows
applications but perhaps not.

You need to declare the --build environment and the --host environment
so that configure isn't trying to find it.  You'll not only need to set
CC but also LD and maybe other such variables.

The values for --build and --host need to be the same and can be
whatever you desire but something sensible like x86_64-pc-msvc might
work well.

-- 
Earnie



reply via email to

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