Re: Error while Dumping State File

2008-08-01 Thread Christopher Faylor
On Fri, Aug 01, 2008 at 10:09:35AM -1000, safeeq wrote: >If the program has bug then how come it is running on Xterm? This is >where I get confuse That is precisely what you need to debug. There is no reason to think that a program will run the same way under xterm and as it does when it is not

Re: Error while Dumping State File

2008-08-01 Thread safeeq
Thanks Faylor If the program has bug then how come it is running on Xterm? This is where I get confuse ~Safeeq -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Error while Dumping State File

2008-08-01 Thread Christopher Faylor
On Fri, Aug 01, 2008 at 09:42:45AM -1000, safeeq wrote: >This is first time I am sending an email on this group. Actually I am having >a problem while executing a program written in C language and compiled using >cygwin. >This is the CFALGS I used while compiling > >DEFS = -DHAVE_X11? >CFLAGS = -I

Error while Dumping State File

2008-08-01 Thread safeeq
Aloha Cygwin users   This is first time I am sending an email on this group. Actually I am having a problem while executing a program written in C language and compiled using cygwin. This is the CFALGS I used while compiling   DEFS = -DHAVE_X11  CFLAGS = -I/usr/X11R6/include CC = cc FLEX = /usr/bi