]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/post-update_hook_can__39__t_be_compiled_with_tcc.mdwn
1594036dc1a07b1e83ac03283b57ad61e2820174
[git.ikiwiki.info.git] / doc / bugs / post-update_hook_can__39__t_be_compiled_with_tcc.mdwn
1 Thinking that any c compiler would do the job, I tried to use tcc with ikiwiki, as explicitely allowed by the Debian package dependencies.
3 I installed `tcc` and `libc6-dev` (for `libcrt1`). The wrapper compilation was OK, but the wrapper fails to run correctly and dies with
5     usage: ikiwiki [options] source dest
6        ikiwiki --setup configfile
8 Everything works fine with gcc.
10 versions: Debian etch+backports