Thread: compilation error - virtual memory exausted

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    1

    Question compilation error - virtual memory exausted

    I'm getting compilation error - virtual memory exausted
    when trying to build an executable with gcc compiler,
    one of my program files is 1Mb.

    please help me


    I know that I can split the file , but I'll be very grateful
    if you suggest a smarter way of solving my small problem
    Last edited by yevgeny; 11-19-2001 at 05:35 AM.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > one of my program files is 1Mb.
    That would be a problem - how on earth do you edit it (or find your way around)

    > I know that I can split the file
    As you put it - that is the smart thing to do

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. tools for finding memory leaks
    By stanlvw in forum C++ Programming
    Replies: 4
    Last Post: 04-03-2009, 11:41 AM
  2. Question regarding Memory Leak
    By clegs in forum C++ Programming
    Replies: 29
    Last Post: 12-07-2007, 01:57 AM
  3. Memory problem with Borland C 3.1
    By AZ1699 in forum C Programming
    Replies: 16
    Last Post: 11-16-2007, 11:22 AM
  4. Program that displays amount of free memory
    By trancedeejay in forum Linux Programming
    Replies: 3
    Last Post: 01-13-2006, 01:27 PM
  5. Shared Memory - shmget questions
    By hendler in forum C Programming
    Replies: 1
    Last Post: 11-29-2005, 02:15 AM