public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* How to build a DLL without cygwin DLL dependencies
@ 2019-05-29 17:02 Jose Isaias Cabrera
  2019-05-29 17:55 ` Tony Kelman
  0 siblings, 1 reply; 8+ messages in thread
From: Jose Isaias Cabrera @ 2019-05-29 17:02 UTC (permalink / raw)
  To: cygwin


Greetings!

I am trying to build the latest sqlite windows DLL, and I am succeeding, but I am getting an error that cygwin1.dll is missing, when I am trying to use the DLL from outside cygwin in the Windows environment.  I am using,

gcc -shared sqlite3.c -o sqlite3.dll

to build it, but this command creates a dependency for cygwin1.dll.  Is there any way to build the dll as a standalone DLL with no dependency?  Thanks.

josé

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-05-31 18:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-29 17:02 How to build a DLL without cygwin DLL dependencies Jose Isaias Cabrera
2019-05-29 17:55 ` Tony Kelman
2019-05-29 18:27   ` Jose Isaias Cabrera
2019-05-29 20:18     ` Tony Kelman
2019-05-30  2:51       ` Jose Isaias Cabrera
2019-05-31 17:01         ` Tatsuro MATSUOKA
2019-05-31 17:14           ` Jose Isaias Cabrera
2019-05-31 18:24             ` Brian Inglis

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).