This is the mail archive of the cygwin@sourceware.cygnus.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]

GNU programs


Hello,
	Recently I downloaded your beta version of GNU (b18), to evaluate it. I
want to migrate some programs from a unix system (made with the Solaris
GNU) to my NT system. 

I can compile and link my program but it don´t works correctly.
The problem is that I use the signal and alarm functions. For example:

signal(SIGALRM, catcher_function);
alarm(5);

The problem is that the program never execute the function
"catcher_function" after the time established by the alarm function.

(This program run perfectly in unix).
The same occurs with the function kill.
¿ What must I do to use this functions ?
¿ Must I write the program on a different way or use other functions ?
¿ WINDOWS NT support this features ?

I'll hope that you can explain me, what is the problem.
I am very interested in your project.

Thank you very much.

Mario Yañez

(note: my Email is myanez@capgemini.es).
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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