zsh-workers
 help / color / mirror / code / Atom feed
* Modules marked dynamic not compiling
@ 2017-06-09 19:27 John, Michael
  2017-06-10 19:04 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: John, Michael @ 2017-06-09 19:27 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 1934 bytes --]

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 #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 4892 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-10 19:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-09 19:27 Modules marked dynamic not compiling John, Michael
2017-06-10 19:04 ` Bart Schaefer

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