How to build a DLL without cygwin DLL dependencies

Jose Isaias Cabrera jicman@outlook.com
Wed May 29 17:02:00 GMT 2019


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



More information about the Cygwin mailing list