Re: Link error while compiling fortran

2005-01-17 Thread Jennifer
You can also simply edit the order of $PATH in /etc/profile. Makes PATH picks up MVS's path first before picking up cygwin. Similar discussion is also discussed here http://www.ethereal.com/lists/ethereal-dev/200412/msg00349.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Link error while compiling fortran

2005-01-11 Thread Mark Hadfield
Chad Neufeld wrote: Hi, I have just updated my cygwin installation (January 11, 2005) and I can no longer compile my fortran programs from the command line. > > [snip] This is what I type at the command line to compile a program: $ fl32 facqual.for This is the output from the fortran comp

Link error while compiling fortran

2005-01-11 Thread Chad Neufeld
Hi, I have just updated my cygwin installation (January 11, 2005) and I can no longer compile my fortran programs from the command line. Up until now I was able to type the following to compile a program: $ fl32 program.for After compiling I would have a program.exe file that I could u