This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] Updated: fossil 20140612172556-3 -- DVCS with built-in wiki, http server and issue tracker


On Sep 13, 2014, at 11:42 PM, Jari Aalto <jari.aalto@cante.net> wrote:

> CHANGES SINCE LAST RELEASE
> ==========================
> 
> Cygwin: add sqlite dependency to setup.hint
> (Thanks: Scott Robison scott casaderobison com)

It looks like this version of fossil.exe is built statically:

$ ldd `which fossil`
        ntdll.dll => /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll (0x77db0000)
        KERNEL32.DLL => /cygdrive/c/WINDOWS/SYSTEM32/KERNEL32.DLL (0x75c50000)
        KERNELBASE.dll => /cygdrive/c/WINDOWS/SYSTEM32/KERNELBASE.dll (0x77c30000)
        apphelp.dll => /cygdrive/c/WINDOWS/system32/apphelp.dll (0x71690000)
        bcrypt.dll => /cygdrive/c/WINDOWS/SYSTEM32/bcrypt.dll (0x74c70000)

If you intend that it use cygsqlite3_0.dll, cygport should pick up the dependency automatically.
--
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]