Re: system call

2005-03-01 Thread Muzero
It works! thanks a lot!!! :) Muzero > > Have you tried adding the -mno-cygwin option when you > compile the program. This should eliminate the need for the > cygwin environment at run time. > > Ross > > > > -- > Unsubscribe info: http://cygwin.com

Re: system call

2005-03-01 Thread Muzero
7. In the final application, i'll not use "dir" command, but another program. Muzero > On Mar 1 09:58, Muzero wrote: > > When i try to compile and execute a simple program like this: > > > > int main() > > { > > system("dir"); > >

system call

2005-03-01 Thread Muzero
ystem call do not work and exit with exit code 127. What i should do? Thanks a lot for any help Muzero -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/doc