On 01 Dec 2009, at 19:09, ik wrote:

> The program now execute but does not do anything:
> 
> program hello;
> 
> begin
>  writeln('Hello World');
> end.
> 
> it does not print anything on the screen.
> 
> strace only uses execv as the single executing line.
> 
> What am I missing here ?

A debugger and single stepping from the start of the program to see what fails 
where.


Jonas_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to