I thought I would mess around with a 'static' build of ser. (I saw static in the Makefile). So, I use the command:
gmake static_modules=modules/acc,modules/enum,... modules="modules/ acc modules/enum"
everything builds ok.
when I run the ser program, I modify my ser.cfg to omit the loadmodule commands. i get complaints that the modules aren't loaded.
Can I create a self contained 'ser' (all modules linked)? Can I get a static build as well (no external libraries, like libc.so)?
---greg