zsh-workers
 help / color / mirror / code / Atom feed
From: Zoltan Hidvegi <hzoli@cs.elte.hu>
To: erik@ts2.galt.com (Erik Ogan)
Cc: zsh-workers@math.gatech.edu
Subject: Re: zsh-2.5.03-2.6b17 under Solaris 2.5 trouble with mult()
Date: Fri, 10 May 1996 22:49:26 +0200 (MET DST)	[thread overview]
Message-ID: <199605102049.WAA07058@bolyai.cs.elte.hu> (raw)
In-Reply-To: <199605072229.SAA20258@ts2.galt.com.> from Erik Ogan at "May 7, 96 06:29:32 pm"

> 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:
[...]
> 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

mult is used by zle and contains the numeric argument of zle commands.  No
C standard says that mult is a reserved variable I think.  Unfortunately
libmp.so.1 seems to use it.  It should have used something like __mult to
protect user programs.  mult is a quite innocent variable name and this
would mean that every application defining mult as an external symbol will
fail even it it did work under Solaris 2.4.  This is a serious bug in
Solaris.  Please report it to SUN.  I'll rename mult to something else in
the next beta anyway.

Bye,

Zoltan



      parent reply	other threads:[~1996-05-12 20:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-05-07 22:29 Erik Ogan
1996-05-08  5:34 ` Clive Messer
1996-05-10 20:49 ` Zoltan Hidvegi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199605102049.WAA07058@bolyai.cs.elte.hu \
    --to=hzoli@cs.elte.hu \
    --cc=erik@ts2.galt.com \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).