Re: gcc-g77 4.4.1-1 stack memory error

2004-12-01 Thread Gerrit P. Haase
Ata Bilgili wrote: 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 comp

Re: gcc-g77 4.4.1-1 stack memory error

2004-11-28 Thread Ata Bilgili
Thanks for the clue Tim. It was a stupid oversight on my part. The makefile version that I was using had the ordering of linker options wrong so these were never in effect. Moving these options forward took care of the problem. Best regards. Ata Bilgili ---Tim Prince <[EMAIL PROTECTED]> wr

Re: gcc-g77 4.4.1-1 stack memory error

2004-11-28 Thread Tim Prince
At 09:17 PM 11/28/2004, Ata Bilgili wrote: G'day; An internet search yields -Wl --stack= options for gcc. Is there any workaround for g77? In what way is a linker option supposed to be specific to gcc? Did it fail because of the omitted comma? Seriously, many of the options detailed under '

gcc-g77 4.4.1-1 stack memory error

2004-11-28 Thread Ata Bilgili
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