Mail Archives: djgpp/1996/08/07/12:00:37
Xref: | news2.mv.net comp.os.msdos.djgpp:6826
|
From: | Erik Max Francis <max AT alcyone DOT com>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Re: Please help needed for huge vectors
|
Date: | Sun, 04 Aug 1996 13:44:31 -0700
|
Organization: | Alcyone Systems
|
Lines: | 15
|
Message-ID: | <32050BAF.76D34E56@alcyone.com>
|
References: | <4tvd8d$daq AT tornix DOT tornado DOT be>
|
NNTP-Posting-Host: | annex-p131.meer.net
|
Mime-Version: | 1.0
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
alain.vanhentenryck wrote:
> Please is it possible to help me with submentioned program ?
> I checked the FAQ200 and the online help with no results, maybe
> overlooking something.
You didn't post a relevant portion of your program, so it's hard to say
exactly what's wrong. It sounds like you're allocating a huge array
statically rather than dynamically, which is causing the linker to explode.
Allocate it dynamically (with malloc) instead.
--
Erik Max Francis, &tSftDotIotE http://www.alcyone.com/max/ max AT alcyone DOT com
San Jose, California ICBM 37 20 07 N 121 53 38 W R^4: the 4th R is respect
"Out from his breast/his soul went to seek/the doom of the just." -- _Beowulf_
- Raw text -