Marcus Agehall (Roxen IS) @ Pike (-) developers forum wrote:
C-modules should work fine to. I was more thinking of the pure pike modules vs the ones that needs to be compiled in some way. I havn't written a pure C-module in so long, I more or less forgot about those.. :)
I believe you had to include a configure.in script at the very least. I seem to recall there was a need for some other file as well, but that may wrong.
Look in src/modules/_PGsql it sort of contains the bare minimum for a cmod. And yes, that means you have to include more files than just the cmod file itself.