Program too big to fit in memory - Previous hints didn't work

2003-10-16 Thread E G
Hi, I have the latest Cygwin/cygnome environment (Cygwin 1.5.5.1 dll) installed two weeks ago for compiling a working program already tested in linux and solaris. The program uses the X libraries Xt, Xpm, Xaw and X11 in an interface window written in C and runs a program written in Fortran. I

Re: Program too big to fit in memory - Previous hints didn't work

2003-10-16 Thread Brian Ford
Could you please attach cygcheck output as requested in http://www.cygwin.com/problems.html ? WAG: what gcc version are you using? -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe

Re: Program too big to fit in memory - Previous hints didn't work

2003-10-16 Thread Rolf Campbell
E G wrote: I run the max_memory program included in Chapter 3 of the users manual I think, and it reports 1560 kB. So I'm discarding real memory problems. Well, that's the problem, you only have 1.5 Megs of ram free. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem rep

RE: Program too big to fit in memory - Previous hints didn't work

2003-10-16 Thread Jörg Schaible
Hi Elkin, E G wrote on Thursday, October 16, 2003 7:47 PM: > I then compiled the fortran code and linked the libraries and required > object files -including the C program- as I did in Linux (I > just changed the > paths for the includes and the libraries) and the names of > the libraries ( > -lXp

Re: Program too big to fit in memory - Previous hints didn't work

2003-10-18 Thread Elkin
Brian, I posted the cygcheck results as you suggest me. I'll appreciate any further suggestion you may have. Elkin "Brian Ford" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Could you please attach cygcheck output as requested in > http://www.cygwin.com/problems.html ? > > WAG:

Re: Program too big to fit in memory - Previous hints didn't work

2003-10-18 Thread Gerrit P. Haase
Hallo E, [...] > the program I got a "Program too big to fit in memory" error message and it [...] > I run out of options, so I hope someone can give a hint what to do to make > my program run. What says `chycheck yourexe.exe`? You'll also need to count the Bytes wihch are eaten by the DLL's

Re: Program too big to fit in memory - Previous hints didn't work

2003-10-19 Thread Elkin
Thanks all you guys for your help. Gerrit has solved the problem -thanks a lot Gerrit- and the program runs in my pc I'm afraid the error prompt was a bit misleading but I don't understand yet why it was raised. Elkin "E G" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I