Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh 3.1.4 - AIX 4.3.1 build with --enable-dynamic fails
- X-seq: zsh-workers 4335
- From: "David R. Favor" <dfavor@xxxxxxxxxxxxxx>
- To: Zsh List <zsh-workers@xxxxxxxxxxxxxxx>
- Subject: zsh 3.1.4 - AIX 4.3.1 build with --enable-dynamic fails
- Date: Wed, 19 Aug 1998 14:14:08 -0500
- Sender: dfavor@xxxxxxxxxxxxxx
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?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author