Re: How to build a DLL without cygwin DLL dependencies

2019-05-29 Thread Jose Isaias Cabrera
Tony Kelman, on Wednesday, May 29, 2019 04:18 PM, wrote... >and you can avoid the issue by building a 64 bit dll, or in 32 bit via > >i686-w64-mingw32-gcc -shared -static-libgcc sqlite3.c -o sqlite3.dll > This is what I needed above. The command I was using, i686-w64-mingw32-gcc -shared sqlite3

Re: How to build a DLL without cygwin DLL dependencies

2019-05-29 Thread Tony Kelman
> So, I downloaded "i686-w64-mingw32-gcc" from the setup packages and ran, > i686-w64-mingw32-gcc -shared sqlite3.c -o sqlite3.dll, > but it still wants me to add other DLLs.  I just want to drop the > sqlite3.dll just created in another spot and run a tool using that > without need of any other DL

Re: How to build a DLL without cygwin DLL dependencies

2019-05-29 Thread Jose Isaias Cabrera
Tony Kelman, on Wednesday, May 29, 2019 01:55 PM, wrote... >> >> 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. > >Yep, you want the mingw-w64 c

Re: How to build a DLL without cygwin DLL dependencies

2019-05-29 Thread Tony Kelman
> 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 com

How to build a DLL without cygwin DLL dependencies

2019-05-29 Thread Jose Isaias Cabrera
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 c

Re: Logs from logger don't appear in EventLog

2019-05-29 Thread Pavel Timofeev
вт, 28 мая 2019 г., 19:41 Pavel Timofeev : > Hi > I see here and there that if any kind of syslog daemon is not > installed in Cygwin all messages sent to syslog will appear in > EventLog. > I couldn't find a documentation piece about how (and when) logging > work in Cygwin, only some emails in ma

Re: getent doesn't show all domain users

2019-05-29 Thread Brian Inglis
On 2019-05-29 03:16, Maayan Apelboim wrote: > On Tuesday, May 28, 2019 6:15 PM, Brian Inglis wrote: >> On 2019-05-28 02:36, Maayan Apelboim wrote: >>> Brian Inglis wrote: Systems may have tens to hundreds of local user accounts, and domains may have hundreds to hundreds of thousands of u

RE: getent doesn't show all domain users

2019-05-29 Thread Maayan Apelboim
Yes, my active domain user is displayed. The user I'm searching for is also displayed after a few teaks / restarts. Couldn't replicate a stable workaround that always works for me - best solution I found was create passwd with mkpasswd -d and then move the file (was also not very stable, the user