From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6721 invoked from network); 3 Mar 2008 17:31:58 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 3 Mar 2008 17:31:58 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 38455 invoked from network); 3 Mar 2008 17:31:55 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 3 Mar 2008 17:31:55 -0000 Received: (qmail 28605 invoked by alias); 3 Mar 2008 17:31:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24675 Received: (qmail 28591 invoked from network); 3 Mar 2008 17:31:51 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 3 Mar 2008 17:31:51 -0000 Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.228]) by bifrost.dotsrc.org (Postfix) with ESMTP id 257798028C53 for ; Mon, 3 Mar 2008 18:31:42 +0100 (CET) Received: by hu-out-0506.google.com with SMTP id 28so21902hug.11 for ; Mon, 03 Mar 2008 09:31:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=ZmVrFr1g+Po1PAnWNkrEquKs0v+3eF3LchNwkHBC4CI=; b=lsXpqc4/UI75xvwV9Jh8VJ8IPuFySiCAg0v89EveRltFFuoPQlKsRGQNl7c4zygI7p6MXz8Etf1X68MCFknp4O9sGl0ebKt9YWM+lvPyaKtc8t9vF+PSQeEwgGgrsAbvjFNhPV6iYli1lDbRgeetZ2khnhVOaBiemU0g5qZ8NrU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=jSL6tvG271h6Ql27VRHmSmvEEVQxciX9lMeY25ohnPt5YJHInqqwnftGmVLPPFXw1x27cQK2vR85Sgvv21bbn3i2T4S2stOjXitLYUCSppb9RJHrMYhSHLtI5w4q7cI1Elp80DRMJDVn1Brqgc062bVSOfpWZLAGYzORebRT8Fs= Received: by 10.82.175.17 with SMTP id x17mr557851bue.2.1204565498842; Mon, 03 Mar 2008 09:31:38 -0800 (PST) Received: by 10.82.174.9 with HTTP; Mon, 3 Mar 2008 09:31:38 -0800 (PST) Message-ID: <20a807210803030931h2a4520dcw8fed0e91dff23569@mail.gmail.com> Date: Mon, 3 Mar 2008 12:31:38 -0500 From: "Vin Shelton" Sender: ethersoft@gmail.com To: "Peter Stephenson" Subject: Re: [PATCH] 4.3.5 build fails on SunOS 4.1.4 Cc: "River Tarnell" , "Zsh Hackers' List" In-Reply-To: <20080303123622.169e55c8@news01> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1282467763.20080303045815@wikimedia.org> <20080303123622.169e55c8@news01> X-Google-Sender-Auth: 68fad63951fc546f X-Virus-Scanned: ClamAV 0.91.2/6095/Mon Mar 3 18:07:58 2008 on bifrost X-Virus-Status: Clean On Mon, Mar 3, 2008 at 7:36 AM, Peter Stephenson wrote: > On Mon, 3 Mar 2008 04:58:15 +0000 > River Tarnell wrote: > > + unless compiled with --disable-dynamic, any attempt to use > > completion-related features crashes the shell with 'Undefined > > symbol: _incompfunc' > > I think the answer here is probably --disable-dynamic. It's going back a > while, but I have a suspicion dynamic linking has always been problematic > on SunOS 4. It might be fixable if anyone thought it worth while and had > the time and facilities. > > For the specific problem, on some older systems an underscore needed to be > added by hand to entry points when fetching them with dlsym(). It looks > like this is some variant of that problem (although dlsym() isn't directly > involved). Again, it's going back a bit and I'm not sure how this was > supposed to pan out. Peter et al - As you wrote, this is going back some ways (it's been *at least* 3 years since I built on a SunOS 4 platform) - I had to --disable-dynamic in order to build a working zsh on SunOS4. I recall investigating further, but I never got the build to the point where building with dynamic linking worked, IIRC. - Vin