I am trying to run a numerical simulation that requires a large amount
of RAM in the cygwin environment running on a Pentium 4 with Windows
XP and 3GB RAM. I have so far learned that Windows XP (and other
Windows versions) allot only 2GB RAM for user program space. I have
verified this with a smal
Look at "--large-address-aware" option in ld.info.
Danny
I have just tried this option by compiling with the line below:
gcc -DMEMLOC -Wl,--large-address-aware memloc.c -o memloc
and this has unfortunatly lead to no effect.
--
Brad
--
Unsubscribe info: http://cygwin.com/ml/#unsubscrib
Sorry I forgot to mention my Cygwin version in my previous post.
--
Brad
--
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/
I'm trying to compile the scientific package CMBFAST-4.5.1 in the
cygwin environment using g77. I get the following error and I have no
idea how to fix this having never used Fortran before. This should
work without any problem as many other people have compiled this and
never run up on a similar
Yes I forgot to mention that the include file that the compiler could
not find was in the working directory.
Adding a -I./ to the flags has seemed to solve this.
On 6/26/06, Williams, Gerald S (Jerry) <[EMAIL PROTECTED]> wrote:
Brad Krane wrote:
> I'm trying to compile the scie
5 matches
Mail list logo