Don't understand german? Read or subscribe to my english-only feed.

Archive for October, 2010

LART of the day – the solution

Sunday, October 31st, 2010

Remember my LART of the day? It looked like: % cat foo.c int main() { return 0; } % gcc foo.c foo.c:1: fatal error: can’t open /tmp/ccxgyEhb.s for writing: Permission denied compilation terminated. Congratulations to sunckell and Bernd for guessing the right answer. Additionally to the blog comments (which I delayed through moderation to give […]

LART of the day – guess what’s wrong

Friday, October 29th, 2010

Update: see LART of the day – the solution for the solution. % cat foo.c int main() { return 0; } % gcc foo.c foo.c:1: fatal error: can’t open /tmp/ccxgyEhb.s for writing: Permission denied compilation terminated. Uh?! Ok, does the file exist? Do I have write permissions? gcc ok? % pwd /tmp % ls -lad […]