G'day;

I have a Fortran 77 code involving the finite element
solution of rather large matrices using a conjugate gradient
method. The code trustfully runs with g77 on Linux and Unix
with no problems. 

When I tried running it this morning using the Cygwin
gcc-g77 3.3.3-3, it complied nicely but I got a runtime
error of "MapViewOfFileEx failed, Win32". I then installed
gcc-g77 3.4.1-1 and the same thing happened but with rather
different error messages: First I got a *.exe.stackdump file
(attached) and then received a Segmentation Error.

An internet search yields -Wl --stack=XXXX options for gcc.
Is there any workaround for g77? This is rather frustrating,
knowing that I have to find a way to get this to work under
Cygwin. I believe this is a Windows problem rather than
Cygwin but!!! Cygcheck output is also attached.

Thank you.

Ata Bilgili
[EMAIL PROTECTED]

Attachment: bellamy.exe.stackdump
Description: Binary data

Attachment: cygcheck.out
Description: Binary data

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

Reply via email to