--- Lun 14/9/09, Jerry DeLisle ha scritto: > Da: Jerry DeLisle > Oggetto: Core dump on hello world. > A: cygwin@cygwin.com > Data: Lunedì 14 settembre 2009, 06:45 > I first noticed this when trying to > build and run gfortran 4.5 for my development work on cygwin > 1.7. This is on WinNT running in VirtualBox. > > With 4.5, I get no output at all. With gfortran > distributed with Cygwin I get the following. Am I > configured wrong? > > Regards, > > Jerry > > $ cat hello.f90 > program hello > print *, "Hello World!" > end program hello > > $ gfortran-4.exe hello.f90 > > $ ./a.exe > Illegal instruction (core dumped) >
I can not reproduce on cygwin 1-7 $ gfortran-4.exe hello.f90 -o hello $ ./hello.exe Hello World! Regards Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple