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
> 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
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
> 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
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
вт, 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
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
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
8 matches
Mail list logo