On Sat, 23 Apr 2016, Charles C. Berry wrote:
Summary: ob-comint.elc compiled with `make update2' fails, but ob-comint.elc
byte compiled via dired or with `emacs-lisp-byte-compile' succeeds.
===
A bit more info:
It appears that the crucial difference is that my init file has
(require 'ess-site)
in it. If I start `emacs -q' and byte-compile I get one file. If I
(require 'ess-site) and compile again, I get a different *.elc file.
The latter *.elc file works.
If anyone knows what ess is adding that results in ob-comint.elc that
works, I am keen to know what it might be.
Best,
Chuck
[rest deleted]