This is the mail archive of the cygwin 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]
Other format: [Raw text]

R: Core dump on hello world.


--- 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


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