public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Ken Brown <kbrown@cornell.edu>
To: Jose Isaias Cabrera <jicman@outlook.com>,
	Oskar Skog <oskar@oskog97.com>,
	"cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: Re: Building SQLite3 CLI without
Date: Sat, 3 Dec 2022 17:20:55 -0500	[thread overview]
Message-ID: <38f726d4-625f-5915-f699-cd5c1e703b89@cornell.edu> (raw)
In-Reply-To: <DB9P251MB0063761CFC1BC753808EFCCADE169@DB9P251MB0063.EURP251.PROD.OUTLOOK.COM>

On 12/3/2022 4:14 PM, Jose Isaias Cabrera via Cygwin wrote:
> To do this, use the mingw32 or 64 compiler, as this,
> 
> CC=i686-w64-mingw32-gcc ./configure
> 
> and the SQLite3 tool will work without the cygwin1.dll.

I think the preferred way to do this is

   ./configure --host=i686-w64-mingw32 ,

although it might not matter in this case.  See

 
https://www.gnu.org/software/autoconf/manual/autoconf-2.70/html_node/Specifying-Target-Triplets.html

Ken

  reply	other threads:[~2022-12-03 22:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-02 20:37 Jose Isaias Cabrera
2022-12-02 21:37 ` Oskar Skog
2022-12-02 21:53   ` Jose Isaias Cabrera
2022-12-03 21:14   ` Jose Isaias Cabrera
2022-12-03 22:20     ` Ken Brown [this message]
2022-12-03 23:15       ` Jose Isaias Cabrera
2022-12-03 16:23 ` Andrey Repin
2022-12-03 18:34   ` Jose Isaias Cabrera

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=38f726d4-625f-5915-f699-cd5c1e703b89@cornell.edu \
    --to=kbrown@cornell.edu \
    --cc=cygwin@cygwin.com \
    --cc=jicman@outlook.com \
    --cc=oskar@oskog97.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).