Re: Core dump on hello world.

2009-09-14 Thread Jerry DeLisle
On 09/14/2009 02:04 AM, Dave Korn wrote: Dave Korn wrote: Nah, hang on, I'll give the psychic debugging a go. I'm getting something the spirits are talking... or maybe it's just the beer... and they tell me: The problem is that the CPUID instruction in your virtual machine is returnin

Re: Core dump on hello world.

2009-09-14 Thread Dave Korn
Dave Korn wrote: > Nah, hang on, I'll give the psychic debugging a go. forehead, covering eyes, waves other hand out in front of me in a > mystical-looking way> I'm getting something the spirits are talking... or > maybe it's just the beer... and they tell me: The problem is that the CPU

Re: Core dump on hello world.

2009-09-14 Thread Dave Korn
Dave Korn wrote: > Jerry DeLisle wrote: > >> gdb says: >> (gdb) r >> Starting program: /home/jerry/prs/test/a.exe >> [New thread 162.0xa9] >> [New thread 162.0x8e] >> >> Program received signal SIGILL, Illegal instruction. >> set_fpu () at ./fpu-target.h:80 >> 80 ./fpu-target.h: No such file

Re: Core dump on hello world.

2009-09-14 Thread Dave Korn
Jerry DeLisle wrote: > gdb says: > (gdb) r > Starting program: /home/jerry/prs/test/a.exe > [New thread 162.0xa9] > [New thread 162.0x8e] > > Program received signal SIGILL, Illegal instruction. > set_fpu () at ./fpu-target.h:80 > 80 ./fpu-target.h: No such file or directory. > in ./

R: Core dump on hello world.

2009-09-13 Thread Marco Atzeri
--- 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

Core dump on hello world.

2009-09-13 Thread Jerry DeLisle
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