Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Modules marked dynamic not compiling



Hello,

I'm trying to get my dynamic modules to compile but none of them will. I'm
using Zsh 5.3.1 on Linux (cross-compiling on x86 32bit to ARM7). The module
I'm focusing on is mapfile. My line in config.modules for this looks like
the following:

name=zsh/mapfile modfile=Src/Modules/mapfile.mdd link=dynamic auto=no
load=no

I run 'make prep' after making the change to config.modules and then run
'make && make install'. It seems all modules marked as dynamic are skipped.

Here is a snippet of my ./configure output:

./configure \
    --target=armv7l-timesys-linux-gnueabi \
    --host=armv7l-timesys-linux-gnueabi \
    --build=i686-linux-gnu \
    --prefix=/usr \
    --exec-prefix=/usr \
    --bindir=/usr/bin \
    --sbindir=/usr/sbin \
    --libdir=/usr/lib \
    --libexecdir=/usr/lib \
    --sysconfdir=/etc \
    --datadir=/usr/share \
    --localstatedir=/var \
    --mandir=/usr/share/man \
    --infodir=/usr/share/info \
    --includedir=/usr/include \
    --disable-nls --disable-Werror

zsh configuration
-----------------
zsh version                                : 5.3.1-dev-0
host operating system         : armv7l-timesys-linux-gnueabi
source code location             : .
compiler                                     :
armv7l-timesys-linux-gnueabi-gcc
preprocessor flags                 : 
executable compiler flags   : -Os -pipe
executable linker flags         :   -rdynamic
library flags                                : -ldl -lncurses -lrt -lm  -lc
installation basename           : zsh
binary install path                   : /usr/bin
man page install path            : /usr/share/man
info install path                        : /usr/share/info
functions install path             : /usr/share/zsh/5.3.1-dev-0/functions
See config.modules for installed modules and functions.

I'm at a bit of a loss for why the modules marked dynamic aren't compiling.
Anyone have any ideas/suggestions?

Thanks,
-Michael

Attachment: smime.p7s
Description: S/MIME cryptographic signature



Messages sorted by: Reverse Date, Date, Thread, Author