Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-2.5.03-2.6b17 under Solaris 2.5 trouble with mult()
- X-seq: zsh-workers 1005
- From: Clive Messer <clive@xxxxxxxxxxxxxxxx>
- To: Erik Ogan <erik@xxxxxxxxxxxx>
- Subject: Re: zsh-2.5.03-2.6b17 under Solaris 2.5 trouble with mult()
- Date: Wed, 8 May 1996 06:34:08 +0100 (BST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <199605072229.SAA20258@xxxxxxxxxxxxx>
On Tue, 7 May 1996, Erik Ogan wrote:
> I just sub'ed yesterday, but I've poked around the archives and I
> haven't found anything that seems even remotely related to this
> problem.
>
> The following occurs on all of our Solaris 2.5 boxes for zsh versions
> 2.5.03 - 2.6b17 (ok, I didn't try EVERY beta...:) but does NOT occur
> under SunOS 4.1.x.
>
> Everything compiles fine, but in the when it (gcc-2.7.2) tries to link:
>
> gcc -o zsh builtin.o compat.o cond.o exec.o glob.o hashtable.o hist.o
> init.o input.o jobs.o lex.o linklist.o loop.o math.o mem.o params.o
> parse.o signals.o subst.o text.o utils.o watch.o zle_bindings.o
> zle_hist.o zle_main.o zle_misc.o zle_move.o zle_refresh.o zle_tricky.o
> zle_utils.o zle_vi.o zle_word.o -lnsl -ltermcap
>
> generates the following warnings:
>
> Warning: size of symbol `mult' changed from 4 to 284 in /lib/libmp.so.1
> Warning: type of symbol `mult' changed from 1 to 2 in /lib/libmp.so.1
Perhaps a conflict btwn local/global symbol.
Have you tried linking with -Wl,-warn-common ?
Clive.
--
C Messer. Epos Systems. UK. |
<clive@xxxxxxxxxxxxxxxx> | "I pressed her thigh and death smiled."
<clive@xxxxxxxxxxxxxxxxxx> | Jim Morrison.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author