From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16157 invoked by alias); 22 Jan 2015 00:34:55 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 34337 Received: (qmail 1808 invoked from network); 22 Jan 2015 00:34:52 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Authority-Analysis: v=2.1 cv=X+5rdgje c=1 sm=1 tr=0 a=HNoN0S1xx329vOkqmG8gPg==:117 a=HNoN0S1xx329vOkqmG8gPg==:17 a=Hpgzp-inWqAA:10 a=N659UExz7-8A:10 a=DyS7KNU-y2jllNOS9L8A:9 a=pILNOxqGKmIA:10 Message-id: <54C045A8.10102@eastlink.ca> Date: Wed, 21 Jan 2015 16:34:48 -0800 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.3.0 MIME-version: 1.0 To: zsh-workers@zsh.org Subject: make check problem References: <54B9AA99.6080403@eastlink.ca> <150116185732.ZM30791@torch.brasslantern.com> <54B9D726.2020108@eastlink.ca> <20150119102910.18102a0b@pwslap01u.europe.root.pri> In-reply-to: <20150119102910.18102a0b@pwslap01u.europe.root.pri> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit I'm getting this 'make check' problem: ./V07pcre.ztst: skipped (the zsh/pcre module is not available) Studying the output of './configure': ... checking pcre.h usability... no checking pcre.h presence... no checking for pcre.h... no checking for pcre_compile... no checking for pcre_study... no checking for pcre_study... no ... After installing 'libpcre3-dev' : checking pcre.h usability... yes checking pcre.h presence... yes checking for pcre.h... yes checking for pcre_compile... no checking for pcre_study... no checking for pcre_exec... no All three 'pcre_*' functions exist in both: /usr/lib/i386-linux-gnu/libpcre.a /usr/lib/i386-linux-gnu/libpcre.so ... so I'm wondering why they are not linked. This is under Debian testing.