X-Recipient: archive-cygwin AT delorie DOT 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=A9hhPrb7aEmRLuv+1W3UVgyUjM9YZofNqwQooYaO/Oi mRbkMxyKA9emOCQbZSFpBnAqcGJaly8mSMH1MT8s815MnVgkPd50J4djLBuaB9zW oIDIWneC2WcqY5dEyyrFuPBF0u9veMeyhQuX+urmgjBg3Ghai7goO2PmkZ+10KsM = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=aFhlTKjU4mZlZtdWWQOGs4eIe2g=; b=b4zV7ki1kPva8neYe 8eKoCZuKnjzyUyTxOowEFQRgx/HZsMXikLQxfvwQcddeVPjozPifYwFL8oeThS4s UzqA6eVBUESDEdwICZ5dwApkDCCsC5Kg1b8iebK/3SySZ+VhXaLwTKZi1J0zlBin LQt/UoC8nM72oVrhbFZH+E2ULU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,HELO_MISC_IP,KHOP_THREADED,RCVD_IN_PBL,RCVD_IN_RP_RNBL,RDNS_NONE autolearn=no version=3.3.2 X-HELO: etr-usa.com Message-ID: <523231AC.9040207@etr-usa.com> Date: Thu, 12 Sep 2013 15:27:08 -0600 From: Warren Young User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Cygwin-L Subject: Re: sqlite3 not readline-enabled any more? References: <5231A9CA DOT 8060605 AT cs DOT utoronto DOT ca> <52320CDF DOT 6050608 AT etr-usa DOT com> <5232129F DOT 7090409 AT cs DOT utoronto DOT ca> In-Reply-To: <5232129F.7090409@cs.utoronto.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 9/12/2013 13:14, Ryan Johnson wrote: > > $ ldd $(which sqlite3) > ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x77720000) > kernel32.dll => /cygdrive/c/Windows/system32/kernel32.dll > (0x77600000) > KERNELBASE.dll => /cygdrive/c/Windows/system32/KERNELBASE.dll > (0x7fefd740000) > cygsqlite3-0.dll => /usr/bin/cygsqlite3-0.dll (0x3fcf80000) > cygwin1.dll => /usr/bin/cygwin1.dll (0x180040000) Okay, I see it. I didn't have readline-devel installed in my Cygwin 64 instance, so it didn't get picked up by the build. Sorry about that. Is it important to re-release a 3.7.13-4 with this fix, or can you wait for 3.8.x to be built? Upstream changed the build system significantly in 3.8.0, and one of the changes breaks the Cygwin build. There's some quiet back-channel work going on right now to fix this, but I don't know how much longer that will take. -- 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