From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18230 invoked from network); 17 Jan 1997 16:05:27 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 17 Jan 1997 16:05:27 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id LAA01163; Fri, 17 Jan 1997 11:09:13 -0500 (EST) Resent-Date: Fri, 17 Jan 1997 11:09:13 -0500 (EST) Message-Id: <199701171559.HAA01626@altair-4.d2.com> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 3.3 v118.2) From: Joseph Goldstone Date: Fri, 17 Jan 97 07:59:54 -0800 To: zsh-workers@math.gatech.edu Subject: Problems linking zsh-3.0.2 on my home Openstep 4.0 system Resent-Message-ID: <"70N722.0.3I.eGwto"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2808 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu The only change I made was that substitution of TCCLEAREOL for TCCLEAREOD in zle_refresh to workaround a bug in the scroll bar when a shell is opened. Then I tried to compile it and I ran into some problems in the link phase: /bin/ld: warning /usr/lib/libtermcap.a(termcap.o) has external relocation entries in non-writable section (__TEXT,__text) for symbols: _strcpy _write _strlen _close _read _open _getenv __ctype_ /bin/ld: warning /usr/lib/libtermcap.a(tgoto.o) has external relocation entries in non-writable section (__TEXT,__text) for symbols: _strcpy _strcat /bin/ld: warning /usr/lib/libtermcap.a(tputs.o) has external relocation entries in non-writable section (__TEXT,__text) for symbols: __ctype_ Seen anything like this before? I haven't yet done the regression test of seeing if the problems go away if I change the TCCLEAREOL back to TCCLEAREOD. Are the above messages an indication of serious problems? Thanks for any help you can give. --joseph