zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: Ibraheem Umaru-Mohammed <ibraheem@umarumohammed.org>,
	zsh-workers@sunsite.dk (Zsh hackers list)
Subject: Re: 4.2.0-pre-3
Date: Mon, 08 Mar 2004 10:58:00 +0000	[thread overview]
Message-ID: <11002.1078743480@csr.com> (raw)
In-Reply-To: "Ibraheem Umaru-Mohammed"'s message of "Mon, 08 Mar 2004 09:15:04 GMT." <1078737304.7471.6.camel@sonic>

Ibraheem Umaru-Mohammed wrote:
> 	/usr/vac/bin/cc -qlanglvl=ansi  -s -bM:SRE -o datetime.so
> -bI:../../Src/zsh.export -bE:datetime.export -emodentry datetime..o 
> ../../Src/modentry..o  -liconv -ldl -lcurses -ltermcap -lm  -lc 
> ld: 0711-317 ERROR: Undefined symbol: .isident
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
> information.

This is the feature of AIX that symbol exports and imports need to
be marked explicitly.  Most systems don't require that, so this gets
missed until someone tries to compile it on AIX.  This should fix
this one...

(I'm not sure if the dependencies of the lists of exports are correct.
You may have to remove zsh.export, for example.  I used to use AIX
but that was 4 1/2 years ago.)

Please keep going, we must be nearly there now.

Index: Src/params.c
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/params.c,v
retrieving revision 1.76
diff -u -r1.76 params.c
--- Src/params.c	15 Jan 2004 11:10:52 -0000	1.76
+++ Src/params.c	8 Mar 2004 10:40:07 -0000
@@ -777,7 +777,7 @@
 /* Return 1 if the string s is a valid identifier, else return 0. */
 
 /**/
-int
+mod_export int
 isident(char *s)
 {
     char *ss;

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 692070


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************


       reply	other threads:[~2004-03-08 10:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1078737304.7471.6.camel@sonic>
2004-03-08 10:58 ` Peter Stephenson [this message]
     [not found] <20681.1078496403@csr.com>
2004-03-05 19:05 ` 4.2.0-pre-3 Wayne Davison
2004-03-05 19:54   ` 4.2.0-pre-3 Peter Stephenson

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=11002.1078743480@csr.com \
    --to=pws@csr.com \
    --cc=ibraheem@umarumohammed.org \
    --cc=zsh-workers@sunsite.dk \
    /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).