zsh-workers
 help / color / mirror / code / Atom feed
From: Timo Aaltonen <tjaalton@cc.hut.fi>
To: zsh-workers@sunsite.dk
Subject: RE: AIX abd GCC
Date: Wed, 27 Jun 2001 18:05:51 +0300 (EET DST)	[thread overview]
Message-ID: <Pine.OSF.4.10.10106271757030.12353-100000@tiku.hut.fi> (raw)
In-Reply-To: <004b01c0ff16$b5a0c6b0$21c9ca95@mow.siemens.ru>

On Wed, 27 Jun 2001, Andrej Borsenkow wrote:

> > > Did you use DLLDFLAGS=-shared or it worked OOTB?
> > >
> > > Could you give exact configure invocation you used?
> >
> > Yes, that was the only trick I used..
> >
> > ..but it works also without it, OOTB.
> >
> 
> You mean, it even correctly finds boolcodes & friends?

Actually no... both broken in that respect.

> Anyway, after reading AIX ld docs I am not happy with how we are doing it.
> We do not actually build shared libraries (meaning shareable code) so every
> zsh instance gets own copy of every loaded module.
> 
> Timo, could you do me a favour, update CVS and try the following patch. Just
> go into zsh dir and do
> 
> cvs up -dP
> 
> then apply the patch. This should produce better code ... I hope.
> 
> Or should we just leave it as is?

CC="cc" ./configure :

        cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o watch.o watch.c
        echo '' 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 module.o
options.o params.o parse.o pattern.o prompt.o signals.o signames.o
string.o subst.o text.o utils.o watch.o >> ../Src/stamp-modobjs.tmp
Updated `termcap.mdh'.
        cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o termcap.o
termcap.c
"termcap.c", line 71.13: 1506-334 (S) Identifier boolcodes has already
been defined on line 1342 of "/usr/include/term.h".
make: The error code from the last command is 1.


Stop.
make: The error code from the last command is 1.


Stop.
make: The error code from the last command is 2.


Stop.
make: The error code from the last command is 1.


Stop.

this is old news

-----

CC="cc" LIBS=-ltermcap  ./configure

        cc -qlanglvl=ansi  -s -bM:SRE -o zleparameter.so -bI:zle.export
-bI:../../Src/zsh.export -bE:zleparameter.export -emodentry
zleparameter..o  ../../Src/modentry..o  -ldl -lm -ltermcap -lc 
Target "all" is up to date.
        (  echo 'STARTDEF()';  echo 'def(version)(0)('4.1.0-dev-0')';
echo 'def(date)(0)(''June 4, 2001'')';  echo 'ENDDEF()#' | tr '#' '\\';  )
> ./version.yo
        case zsh.1 in  */*) target=zsh.1 ;;  *) target=./zsh.1 ;;  esac;
case ': yodl' in :*) ;; *)  : yodl -I. -w zman.yo version.yo zsh.yo | sed
-e '1s/\\-/-/g' -e '/^\.'\''/d' > $target  ;; esac;  test -f $target
make: The error code from the last command is 1.


Stop.
make: The error code from the last command is 1.


Stop.


this is somethin new..



_______________/Timo Aaltonen <http://www.hut.fi/~tjaalton>
Work: HUT-Computing Centre - UNIX,  GSM +358-40-5549 618


  reply	other threads:[~2001-06-27 15:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <003c01c0ff0b$06c60de0$21c9ca95@mow.siemens.ru>
2001-06-27 14:05 ` Timo Aaltonen
2001-06-27 14:08   ` Andrej Borsenkow
2001-06-27 14:29     ` Timo Aaltonen
2001-06-27 14:37       ` Andrej Borsenkow
2001-06-27 15:05         ` Timo Aaltonen [this message]
2001-06-27 15:15           ` Andrej Borsenkow
2001-06-27 15:26             ` Timo Aaltonen

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=Pine.OSF.4.10.10106271757030.12353-100000@tiku.hut.fi \
    --to=tjaalton@cc.hut.fi \
    --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).