X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:content-type:mime-version:subject:from
	:in-reply-to:date:content-transfer-encoding:message-id
	:references:to; q=dns; s=default; b=nwRllzgXq6vdKgSJMoAAkJolo4RB
	Est5rbIz8EzBvfVACaTxLSQj2BsQtndlBOLcT5E2AYTTOlix8DZA09SHA8OrdRLw
	7bVFiNlYZMUQnAuoOX97TMudWTWOiy9JBeHscBvYCmm0hlqVA0hkfExOQY3KoHjC
	eQLpJchInfeYKyA=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:content-type:mime-version:subject:from
	:in-reply-to:date:content-transfer-encoding:message-id
	:references:to; s=default; bh=nRXT+VWxWaRn2h09xVKlYVm67ho=; b=Go
	7vxE14COLFBrFCQTuW6nBvBO7JxXMaEem3crj0yE8PRTM49TLM1yeu5SFPKAr3AZ
	mZw3XPRf8Iwj5ElJiOTfGiH7KazDg+BSUTTljkE7fytBTOgVCdsC/zWDT84i9t0N
	+HihNhhkmFWKlb65p4hTqMcbMSy6fBqhYoR+znKjM=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2
X-HELO: etr-usa.com
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\))
Subject: Re: [ANNOUNCEMENT] Updated: fossil 20140612172556-3 -- DVCS with built-in wiki, http server and issue tracker
From: Warren Young <wyml@etr-usa.com>
In-Reply-To: <announce.874mwabvvh.fsf@cante.net>
Date: Fri, 9 Jan 2015 21:39:56 -0700
Message-Id: <6CF7BC94-B920-4FB6-A60B-BF89DA16B7A6@etr-usa.com>
References: <announce.874mwabvvh.fsf@cante.net>
To: cygwin@cygwin.com
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t0A4dCKP006767

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


