This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: strange behaviour of cygwin build executable


At 11:00 AM 6/12/2002, prateek wrote:
>Hi friends
>I have wriiten in the a very simple program to print a echo statement by
>system command.
>
>#include <stdlib.h>
>
>void main()
>{
>  system(" echo   this is a Test Program ");
>}
>
>I compiled gcc -o test test.cxx -mwindows
>it generate test.exe
>
>WhenI run it print " this is a Test Program " , the same exeutable when I
>run on my friends computer with same operating system and configuration ,
>nothing is come up. with same cygwin1.dll.
>May I know why it  Showing such a strange behaviour.


Probably not without debugging it, no.



Larry Hall                              lhall@rfk.com
RFK Partners, Inc.                      http://www.rfk.com
838 Washington Street                   (508) 893-9779 - RFK Office
Holliston, MA 01746                     (508) 893-9889 - FAX


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]