nil 2010-03-18 07:21:09 +00:00 committed by Joey Hess
parent 60b71996da
commit a78212be33
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
Thinking that any c compiler would do the job, I tried to use tcc with ikiwiki, as explicitely allowed by the Debian package dependencies.
I installed `tcc` and `libc6-dev` (for `libcrt1`). The wrapper compilation was OK, but the wrapper fails to run correctly and dies with
usage: ikiwiki [options] source dest
ikiwiki --setup configfile
Everything works fine with gcc.
versions: Debian etch+backports