> >   pipi, pipo: text;
> > begin
> >   AssignPipe(pipi, pipo);
> >   perror('AssignPipe', LinuxError);
> > end.
> 
> I've tried it, with fpc 1.9.0 (binary rpm downloaded from sf).
> 
> $ fpc pipetest.pp
> Hint: End of reading config file /etc/fpc.cfg
> Free Pascal Compiler version 1.9.0 [2003/11/05] for i386
> Copyright (c) 1993-2002 by Florian Klaempfl
> Target OS: Linux for i386
> Compiling pipetest.pp
> Linking pipetest
> 9 Lines compiled, 0.7 sec
> 
> $ ./pipetest
> AssignPipe: Success

- Do an strace, and see if there is a function that fails.

_______________________________________________
fpc-devel maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to