* Re: 4.2.0-pre-3
[not found] <20681.1078496403@csr.com>
@ 2004-03-05 19:05 ` Wayne Davison
2004-03-05 19:54 ` 4.2.0-pre-3 Peter Stephenson
0 siblings, 1 reply; 3+ messages in thread
From: Wayne Davison @ 2004-03-05 19:05 UTC (permalink / raw)
To: Peter Stephenson; +Cc: zsh-workers
On Fri, Mar 05, 2004 at 02:20:03PM +0000, Peter Stephenson wrote:
> Used autoconf 2.59 to try to improve matters on HPUX.
Looks like we could also update the config.sub and config.guess files
from the autoconf 2.59 source. I've got them ready to check-in if we
want them.
..wayne..
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 4.2.0-pre-3
2004-03-05 19:05 ` 4.2.0-pre-3 Wayne Davison
@ 2004-03-05 19:54 ` Peter Stephenson
0 siblings, 0 replies; 3+ messages in thread
From: Peter Stephenson @ 2004-03-05 19:54 UTC (permalink / raw)
To: zsh-workers
Wayne Davison wrote:
> On Fri, Mar 05, 2004 at 02:20:03PM +0000, Peter Stephenson wrote:
> > Used autoconf 2.59 to try to improve matters on HPUX.
>
> Looks like we could also update the config.sub and config.guess files
> from the autoconf 2.59 source. I've got them ready to check-in if we
> want them.
That sounds pretty benign, although if we can't it to build on AIX and
HPUX then definitions for Skumble Software's Gobi32 version 6.4b
probably isn't going to help us ...
:-/
--
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
**********************************************************************
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 4.2.0-pre-3
[not found] <1078737304.7471.6.camel@sonic>
@ 2004-03-08 10:58 ` Peter Stephenson
0 siblings, 0 replies; 3+ messages in thread
From: Peter Stephenson @ 2004-03-08 10:58 UTC (permalink / raw)
To: Ibraheem Umaru-Mohammed, Zsh hackers list
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
**********************************************************************
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-03-08 10:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[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
[not found] <1078737304.7471.6.camel@sonic>
2004-03-08 10:58 ` 4.2.0-pre-3 Peter Stephenson
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).