Re: pike -x module

2018-05-28 Thread Lance Dillon
Yes, I was just wondering why there seemed to be part of the output missing, specifically:       if [ -f $(MODNAME).pdb ]; then \             cp $(MODNAME).pdb $(SYSTEM_MODULE_PATH)/$(MODDIR)$(MODULE_WRAPPER_PREFIX); \           else :; fi; \ It is in the dynamic_module_ma

pike -x module

2018-05-28 Thread Henrik Grubbstr�m (Lysator) @ Pike (-) developers forum
>There may be an error in this?  Not sure, but in my code, I'm getting an >error.  I removed @ from the beginning the shell code in Makefile so that I >can see the output: >if test "xgi.o" != "x" ; then \ >  /usr/local/pike/8.0.610/include/pike/install_module module.so >/usr/local/pike/8.0.61