Mail Archives: djgpp/1996/07/29/04:59:42
On Mon, 29 Jul 1996, Francois Charton wrote:
> gcc seems to dislike] (and I always thought mather() was a pretty
> standard function...)
Wrong. `matherr' is not defined neither by ANSI nor by POSIX.
> 2/ Djgpp 2.0 : I can get all *.c into *.o, but djgpp dies on linking with
> a "pmode.a : could not read symbols : Memory exhausted".
> Now, the FAQ tells about a gnu-binutil bug, which just dies this way when
> linking *large* libraries, but pmode.a is only 49K.
The FAQ (at least the latest version 2.01) also refers to this problem:
**Q*: Whenever I define very large static arrays in my program, the
linker fails saying "could not read symbols: Bad value". Huh??*
and gives the following advice to work around it:
* For a module that defines large data structures, move some of the
static data to other files, or allocate the space at runtime with
`calloc.'
Is this applicable to your case? If so, did you try this?
- Raw text -