Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] 4.3.5 build fails on SunOS 4.1.4
- X-seq: zsh-workers 24675
- From: "Vin Shelton" <acs@xxxxxxxxxxxxxxxxxxxx>
- To: "Peter Stephenson" <pws@xxxxxxx>
- Subject: Re: [PATCH] 4.3.5 build fails on SunOS 4.1.4
- Date: Mon, 3 Mar 2008 12:31:38 -0500
- Cc: "River Tarnell" <river@xxxxxxxxxxxxx>, "Zsh Hackers' List" <zsh-workers@xxxxxxxxxx>
- 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=
- In-reply-to: <20080303123622.169e55c8@news01>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <1282467763.20080303045815@xxxxxxxxxxxxx> <20080303123622.169e55c8@news01>
- Sender: ethersoft@xxxxxxxxx
On Mon, Mar 3, 2008 at 7:36 AM, Peter Stephenson <pws@xxxxxxx> wrote:
> On Mon, 3 Mar 2008 04:58:15 +0000
> River Tarnell <river@xxxxxxxxxxxxx> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author