zsh-workers
 help / color / mirror / code / Atom feed
From: Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru>
To: Timothy Miller <tsm@cs.brown.edu>
Cc: <zsh-workers@sunsite.dk>, <tjaalton@cc.hut.fi>
Subject: Re: AIX-problem: the main module won't link statically
Date: Mon, 11 Jun 2001 21:58:37 +0400 (MSD)	[thread overview]
Message-ID: <Pine.SV4.4.33.0106112146580.6656-100000@itsrm2.mow.siemens.ru> (raw)
In-Reply-To: <yehk82jugj3.fsf@water.cs.brown.edu>

On 11 Jun 2001, Timothy Miller wrote:

>
> There's no zshconfig.ac in the zsh-4.0.1 source I have so I presume that's
> what you meant about needing to patch configure.in directly.

Yes.

cd /some/path/zsh-4.0.1
patch -p0 configure.in < patch.file

 However, I was
> unsure about what was meant about autoconf (the currently installed version
> is either 2.14.1 or 2.13), so I patched configure directly (substituting
> AC_DEFINE and dnl the way they were done in configure).

2.14.1 never existed; there are 2.13 or 2.50; anything in between is
development version that was never officially released. You can just use
2.13 after patching configure.in.

 On doing plain
> configure (which uses gcc), it compiles ok up until:
>

Oliver, is it possible to compile zsh with gcc on AIX? I understand,
currently it is assumed that we use native compiler. Or does gcc support
the same options as native compiler?

> Updated `stamp-modobjs'.
> rm -f libzsh-4.0.1.so

Have you removed config.cache after creating new configure? AIX should not
build libzsh.so; it is hardcoded and does not depend on compiler.

> On doing a "CC=cc ./configure --prefix=/cs" it compiles and runs the tests,
> failing A04 and C02 as before, and now also Y0[123] (with failure to load
> module zsh/zpty). Apparently the modules aren't built separately? And I
> can't load zsh/zftp, so something is wrong. It looks like a bunch of modules
> are specified in config.modules as link=no auto=yes but they don't appear to
> be built, installed, or loadable from zsh.


Please

- make clean source tree
- apply the patch and run autoconf-2.13 as above;
- run configure; make
- send config.log, config.h, config.cache and conifg.modules.

Probably, typescript of make does not harm. You may send them directly to
me so as to not clutter list.

-andrej


  reply	other threads:[~2001-06-11 17:58 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <001501c0eff2$70ad3ee0$21c9ca95@mow.siemens.ru>
2001-06-08 10:53 ` Oliver Kiddle
2001-06-08 11:41   ` Andrej Borsenkow
2001-06-08 11:50     ` Timo Aaltonen
2001-06-08 12:05       ` Peter Stephenson
2001-06-08 12:06       ` Andrej Borsenkow
2001-06-08 12:11         ` Andrej Borsenkow
2001-06-08 12:28           ` Timo Aaltonen
2001-06-08 13:01             ` Andrej Borsenkow
2001-06-08 12:12         ` Timo Aaltonen
2001-06-08 14:23     ` Oliver Kiddle
2001-06-09  8:52       ` Andrej Borsenkow
2001-06-11 16:29         ` Timothy Miller
2001-06-11 17:58           ` Andrej Borsenkow [this message]
2001-06-12  6:06             ` Strange tests in configure " Andrej Borsenkow
2001-06-12 12:24           ` Oliver Kiddle
2001-06-15  9:11             ` Timo Aaltonen
     [not found] <Pine.SV4.4.33.0106120954500.24714-200000@itsrm2.mow.siemens.ru>
     [not found] ` <yeh3d95lsa0.fsf@water.cs.brown.edu>
2001-06-12 17:58   ` Andrej Borsenkow
2001-06-12 18:19     ` Peter Stephenson
2001-06-12 19:14       ` Bart Schaefer
2001-06-12 20:09         ` Wayne Davison
2001-06-13  9:20           ` Peter Stephenson
2001-06-13  8:46         ` Sven Wischnowsky
2001-06-13  8:48           ` Sven Wischnowsky
     [not found] <Pine.LNX.4.10.10106081111000.23818-100000@nexus6.hut.fi>
2001-06-08  8:55 ` Andrej Borsenkow

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.SV4.4.33.0106112146580.6656-100000@itsrm2.mow.siemens.ru \
    --to=andrej.borsenkow@mow.siemens.ru \
    --cc=tjaalton@cc.hut.fi \
    --cc=tsm@cs.brown.edu \
    --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).