Re: [fpc-devel]Bug in AssignPipe() on Linux

2003-11-08 Thread Peter Vreman
At 10:38 8-11-2003, you wrote: Hello, Peter - thanks for your response. > Did you only test the 1.9.0 compiler or also distributed the 1.9.0 RTL ? I tested with each compiler version with its own RTL. > Please check for a leftover syscallo.inc in fpc/rtl/linux/. It should only > be available in

[fpc-devel]Bug in AssignPipe() on Linux

2003-11-08 Thread Jeff Pohlmeyer
Hello, Peter - thanks for your response. > Did you only test the 1.9.0 compiler or also distributed the 1.9.0 RTL ? I tested with each compiler version with its own RTL. > Please check for a leftover syscallo.inc in fpc/rtl/linux/. It should only > be available in in fpc/rtl/linux/i386/ with re

Re: [fpc-devel]Bug in AssignPipe() on Linux

2003-11-07 Thread Peter Vreman
> > Using the latest version of the compiler, and I am having a > problem with the popen() function on Linux. > > It looks like popen() fails because AssignStream() fails, > because AssignPipe() fails, and that's about as far as I got. > ( I'm lost when it comes to the do_SysCall() stuff. ) > > FAI

Re: [fpc-devel]Bug in AssignPipe() on Linux

2003-11-07 Thread Vincent Snijders
On Fri, 7 Nov 2003 05:15:13 -0800 (PST) Jeff Pohlmeyer <[EMAIL PROTECTED]> wrote: > > Using the latest version of the compiler, and I am having a > problem with the popen() function on Linux. > > It looks like popen() fails because AssignStream() fails, > because AssignPipe() fails, and that'

[fpc-devel]Bug in AssignPipe() on Linux

2003-11-07 Thread Jeff Pohlmeyer
Using the latest version of the compiler, and I am having a problem with the popen() function on Linux. It looks like popen() fails because AssignStream() fails, because AssignPipe() fails, and that's about as far as I got. ( I'm lost when it comes to the do_SysCall() stuff. ) Maybe whoever b