On 04 July 2007 14:53, Brian Salter-Duke wrote:
> I mean gfortran-4.3-Cygwin-i686.tar.bz2 (I may have renamed it. I can > not remember). That gives executables in /usr/local/gfortran. > > Typing gfortran -v gives after compile info:- > > gcc version 4.3.0 20070512 (experimental) > > so we are talking about the same version. Typing say:- > > /usr/local/gfortran/bin/gfortran -o actvte.exe actvte.f > > gives nothing - no executable and no errors. > I really do not understand this. Then try adding -v to the command-line when you try the build as well. It will show you which exact stage is going wrong. The compiler driver's probably failing to locate one of its executables. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/