zsh-workers
 help / color / mirror / code / Atom feed
* zsh 3.1.4 - AIX 4.3.1 build with --enable-dynamic fails
@ 1998-08-19 19:14 David R. Favor
  0 siblings, 0 replies; only message in thread
From: David R. Favor @ 1998-08-19 19:14 UTC (permalink / raw)
  To: Zsh List

Here's the command sequence:

   configure --enable-dynamic

      zsh configuration
      -----------------
      zsh version               : 3.1.4
      host operating system     : powerpc-ibm-aix4.3.1.0
      source code location      : .
      compiler                  : nice xlc
      executable compiler flags : -qmaxmem=8192 -ma -O2 -I/usr/local/include
      module compiler flags     : -qmaxmem=8192 -ma -O2 -I/usr/local/include 
      executable linker flags   : -L/usr/local/lib -L/lib  
      module linker flags       : -L/usr/local/lib -L/lib  
      library flags             : -ldl -lcurses -lc 
      binary install path       : /usr/local/bin
      man page install path     : /usr/local/man
      info install path         : /usr/local/info

   make

      make[3]: Entering directory `/data/rpm/BUILD/zsh-3.1.4/Src/Zle'
      nice xlc -c -I.  -DHAVE_CONFIG_H -qmaxmem=8192 -ma -O2
-I/usr/local/include
         -o comp1.o comp1.c "../../Src/system.h", line 63.2: 1506-224 (W)
Incorrect
         #pragma ignored.
      echo '' comp1.o | sed 's" " Zle/"g' >> ../../Src/stamp-modobjs.tmp
      make[3]: Leaving directory `/data/rpm/BUILD/zsh-3.1.4/Src/Zle'
      make[2]: Leaving directory `/data/rpm/BUILD/zsh-3.1.4/Src'
      Updated `stamp-modobjs'.
      rm -f libzsh-3.1.4.so
      ld -L/usr/local/lib -L/lib   -o libzsh-3.1.4.so  `cat stamp-modobjs`
      ld: 0711-327 WARNING: Entry point not found: __start
      ld: 0711-244 ERROR: No csects or exported symbols have been saved.
      make[1]: *** [libzsh-3.1.4.so] Error 8
      make[1]: Leaving directory `/data/rpm/BUILD/zsh-3.1.4/Src'
      make: *** [all] Error 1

Doing an *nm -A `cat stamp-modobjs` | egrep start* gives:

   exec.o:   .startparamscope     U          -
   params.o: .startparamscope     T       7156
   params.o: startparamscope      D      22428      12
   params.o: startparamscope      d      21764       4

So there is actually no __start symbol.

Suggestions?


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-08-19 19:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-08-19 19:14 zsh 3.1.4 - AIX 4.3.1 build with --enable-dynamic fails David R. Favor

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).