]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authornil <nil@web>
Thu, 18 Mar 2010 07:21:09 +0000 (07:21 +0000)
committerJoey Hess <joey@finch.kitenet.net>
Thu, 18 Mar 2010 07:21:09 +0000 (07:21 +0000)
doc/bugs/post-update_hook_can__39__t_be_compiled_with_tcc.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/post-update_hook_can__39__t_be_compiled_with_tcc.mdwn b/doc/bugs/post-update_hook_can__39__t_be_compiled_with_tcc.mdwn
new file mode 100644 (file)
index 0000000..1594036
--- /dev/null
@@ -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
+
+
+
+