On 05/25/2017 11:48 AM, Jamie Bullock wrote:
undefined reference to `_imp__s_bang' undefined reference to `_imp__s_list'
according to one of the recent announcements of miller, the
"s_bang"-class of symbols (which is what your undefined references are
about), will go away in the near future.
you probably should update your code to use gensym("bang")
rather than
s_bang
(and probably do local caching of the variable).
dmasr IOhannes