zsh-workers
 help / color / mirror / code / Atom feed
* Static build of zsh no longer links
@ 2008-08-02 20:44 Bart Schaefer
  2008-08-02 21:31 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Bart Schaefer @ 2008-08-02 20:44 UTC (permalink / raw)
  To: zsh-workers

Builtins/sched.o(.text+0xd3): In function `checksched':
../../../zsh-4.0/Src/Builtins/sched.c:121: undefined reference to `trashzleptr'
collect2: ld returned 1 exit status

This appears to have something to do with 25345, 25347 "Neaten interface from
main shell to zle".


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Static build of zsh no longer links
  2008-08-02 20:44 Static build of zsh no longer links Bart Schaefer
@ 2008-08-02 21:31 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2008-08-02 21:31 UTC (permalink / raw)
  To: zsh-workers

On Aug 2,  1:44pm, Bart Schaefer wrote:
} Subject: Static build of zsh no longer links
}
} Builtins/sched.o(.text+0xd3): In function `checksched':
} ../../../zsh-4.0/Src/Builtins/sched.c:121: undefined reference to `trashzleptr'

I should have dug a bit further before reporting this; the fix is just
a matter of replacing trashzleptr() with zleentry(ZLE_CMD_TRASH).


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-02 21:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-02 20:44 Static build of zsh no longer links Bart Schaefer
2008-08-02 21:31 ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).