Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Modules marked dynamic not compiling
- X-seq: zsh-workers 41263
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "John, Michael" <Michael.John@xxxxxxxxx>, "zsh-workers@xxxxxxx " <zsh-workers@xxxxxxx>
- Subject: Re: Modules marked dynamic not compiling
- Date: Sat, 10 Jun 2017 12:04:25 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=nNv6fROztf9NtuTyPJmUS1TfxG/XtPUpWxKikRYGNxk=; b=srvmKzZEkqP2j0YrVtINsjrmF3Hc7G9eCxza2Y0cf6k6Drl6iARItQPYPT3FJvwHb7 BRHrT1K7tqWG13IGfK5TA3pjMLK37JpYNmYW+FVyXltxKXvf7HcTwhbmLlwc53FFr7aB e6G0qmeBo+UxEpKE1j64eZcZW6bn5WzJyN0VWe+jMgrBKaSwoOj1GPCO9yoyJrfWWFqq wsx3Mgp+t4RNpmFKblljBO92C1aEh/BY9efQ49Tz2NV53uVTO/pXZtLtVfqRBcZ7q8nw ZCzMgYlAKUpDF5uHloP+20DxJ35/LnN37OZ5/7paPATDm5xrbnONVnUW2hkD+whGe+EC 5ePg==
- In-reply-to: <a615d61b0e464bbfad6aa9a8e4eb7f0c@corp1150.crownlift.net>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <a615d61b0e464bbfad6aa9a8e4eb7f0c@corp1150.crownlift.net>
On Jun 9, 7:27pm, John, Michael wrote:
}
} I'm at a bit of a loss for why the modules marked dynamic aren't compiling.
} Anyone have any ideas/suggestions?
I've found in the past that (a) the format of the config.modules file
can be somewhat picky and (b) dependencies for building modules are
not always obvious.
The default out of the box should be to build all the modules dynamic
and install them, so try moving your config.modules to a new name,
regenerate with configure, and diff your config against the generated
one. Maybe you have an extra newline in one of the long lists of
functions= or something.
Next try making a backup of your desired config.modules, then start
over from running configure. Overwrite the gerated config.modules
from your backup, DO NOT "make prep", just go directly to "make".
If that doesn't work, try going all the way back to "make clean".
Messages sorted by:
Reverse Date,
Date,
Thread,
Author