Re: System calls

2007-02-19 Thread Carlos GP
The following program works just fine under my regular Linux box. #include unistd.h int main() { system(lskk); return 0; } I don't think so. It doesn't create me any kk archive... I'll try again, but... -- Carlos GP ___ maemo-developers

Re: System calls

2007-02-19 Thread Visti Andresen
On Mon, 19 Feb 2007 12:09:10 +0100 Carlos GP [EMAIL PROTECTED] wrote: The following program works just fine under my regular Linux box. #include unistd.h int main() { system(lskk); return 0; } I don't think so. It doesn't create me any kk archive... I'll try again, but...