zsh-users
 help / color / mirror / code / Atom feed
From: "Andrej Borsenkow" <Andrej.Borsenkow@mow.siemens.ru>
To: "Timo Aaltonen" <tjaalton@cc.hut.fi>, <zsh-users@sunsite.dk>
Subject: RE: AIX-problem: the main module won't link statically
Date: Fri, 8 Jun 2001 11:53:42 +0400	[thread overview]
Message-ID: <001401c0eff0$23452f20$21c9ca95@mow.siemens.ru> (raw)
In-Reply-To: <Pine.LNX.4.10.10106080940330.23818-100000@nexus6.hut.fi>

>
>   I tried to compile zsh-4.0.1 w. AIX-4.3 (cc version 5), but the main
> library (/module?) libzsh-4.0.1.so doesn't get in the binary, and when I
> try to run it:
>
> Could not load program ./zsh:
>         Dependent module libzsh-4.0.1.so could not be loaded.
> Could not load module libzsh-4.0.1.so.
> Error was: No such file or directory
>

Have you installed it? Or, better, have you installed it in the same
location as specified when configuring ($prefix/lib/zsh)?

> ..and the binary size is only ~1,5kb (and the library is in ~/lib/zsh,
> size ~690kb)
>

That's correct. Have you configured it with ``configure --prefix=$HOME'' ?
If you just run configure without any arguments zsh expects library in
/usr/local/lib/zsh.

> It seems that the linker doesn't function properly:
>
> ld  -s -G -bexpall -lc -o libzsh-4.0.1.so  `cat stamp-modobjs`
> -ldl -lcurses -lm  -lc
> ld: 0711-327 WARNING: Entry point not found: __start
> ld: 0711-224 WARNING: Duplicate symbol: .getproc
> ld: 0711-224 WARNING: Duplicate symbol: .glob
> ld: 0711-224 WARNING: Duplicate symbol: glob
> ld: 0711-224 WARNING: Duplicate symbol: getproc
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
> information.
>

I do not know AIX to decide if these warnings are harmful/harmless.

-andrej


  reply	other threads:[~2001-06-08  7:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-08  7:24 Timo Aaltonen
2001-06-08  7:53 ` Andrej Borsenkow [this message]
2001-06-08  7:59   ` Timo Aaltonen
2001-06-08  8:10     ` Andrej Borsenkow
2001-06-08  8:28       ` 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='001401c0eff0$23452f20$21c9ca95@mow.siemens.ru' \
    --to=andrej.borsenkow@mow.siemens.ru \
    --cc=tjaalton@cc.hut.fi \
    --cc=zsh-users@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).