> While using g77 compiler to compile fortran routines I got error message regarding COSD, ACOSD, SIND, ASIND etc. which are used with the angles in degrees, rather in radian. These are available with windows Compaq Fortran, also in UNIX. Are they available in CYGWIN with different names? > Also when compilation errors are too many, the output is lost as the window is not a xwindow. Using redirection did not help(>). Is there any other work around? > > Dilip K. Paul I doubt that a normal installation of g77 on Unix would include those functions, which are not defined by Fortran standard. You could easily define them yourself, in terms of acos()... Since cygwin comes now with Xfree86, there is no reason you shouldn't use an Xwindow. However, it may be useful to direct the messages into a file, using the facilities of the shell of your choice to capture the stderr part of the output; e.g. g77 file.f > file.log 2>&1
--------------------------------------------- This message was sent using Endymion MailMan. http://www.endymion.com/products/mailman/ -- 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/