On 2012-05-22 21:11, Argyrios Kyrtzidis wrote: > You are passing argv/argc directly as compiler arguments, but these include the name of the executable of your tool in the first string. You're right. Removing the name of the executable solved the problem, thanks. -- /Jacob Carlborg