From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7239 invoked by alias); 11 Feb 2015 23:29:10 -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: 34511 Received: (qmail 16905 invoked from network); 11 Feb 2015 23:29:08 -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.2 required=5.0 tests=BAYES_00,BODY_URI_ONLY, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Authority-Analysis: v=2.1 cv=T/C1EZ6Q c=1 sm=1 tr=0 a=bEx1sGr2luT+B7RwWHqiHw==:117 a=bEx1sGr2luT+B7RwWHqiHw==:17 a=VNsaWKQvMhEA:10 a=IkcTkHD0fZMA:10 a=1AAxw6pGKB4YDEtT99YA:9 a=QEXdDO2ut3YA:10 Message-id: <54DBE5BF.3020609@eastlink.ca> Date: Wed, 11 Feb 2015 15:29:03 -0800 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.4.0 MIME-version: 1.0 To: zsh-workers@zsh.org Subject: Re: completion problem with '291' ok with '274'. References: <54DA87F5.5090303@eastlink.ca> <150210183520.ZM16470@torch.brasslantern.com> <54DACEF7.90605@eastlink.ca> <150210202035.ZM16595@torch.brasslantern.com> <54DAF251.4040702@eastlink.ca> <150211082827.ZM17558@torch.brasslantern.com> <54DB93F2.6090202@eastlink.ca> In-reply-to: Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit On 02/11/2015 12:54 PM, Bart Schaefer wrote: > On Feb 11, 2015 9:40 AM, "Ray Andrews" wrote: >> Reading symbols from ./zsh-5.0.7-293...(no debugging symbols > found)...done. > > Aha. "make install" has stripped the symbol table from the binary. Can > you use the binary from your build tree instead? > I don't do a 'make install', just 'make' and 'make check'. Mind, this is with 'disable-dynamic' (sp?) and that custom config file you sent, however 274 was built the same way and it's fine, so that seems an unlikely clue. I just tried a 'make install' on a lark but it changed nothing. Binary size is 1264492 if that is any hint of some compile issue.