aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/post-update_hook_can__39__t_be_compiled_with_tcc.mdwn
diff options
context:
space:
mode:
authornil <nil@web>2010-03-18 07:21:09 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-03-18 07:21:09 +0000
commita78212be3364887b5ff9f9902cfb65eb211b269b (patch)
tree79066d99d7172b2bff90acf64ee119aaa4634ea6 /doc/bugs/post-update_hook_can__39__t_be_compiled_with_tcc.mdwn
parent60b71996da47b4ce8e065443de362e9dbca47ce9 (diff)
downloadikiwiki-a78212be3364887b5ff9f9902cfb65eb211b269b.tar
ikiwiki-a78212be3364887b5ff9f9902cfb65eb211b269b.tar.gz
Diffstat (limited to 'doc/bugs/post-update_hook_can__39__t_be_compiled_with_tcc.mdwn')
-rw-r--r--doc/bugs/post-update_hook_can__39__t_be_compiled_with_tcc.mdwn14
1 files changed, 14 insertions, 0 deletions
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
index 000000000..1594036dc
--- /dev/null
+++ b/doc/bugs/post-update_hook_can__39__t_be_compiled_with_tcc.mdwn
@@ -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
+
+
+
+