help(segment overflowed)

Wolfram Roesler wolfram at cip-s08.informatik.rwth-aachen.de
Wed Jun 19 21:18:33 AEST 1991


NYK100 at psuvm.psu.edu writes:

>linker error:segment overflowed maximum size:_BSS
check the compiler and linker options to increase the size of the BSS
segment.
But probably you have something like `static long[999999]' in your program.
This array would be put in the BSS segment, thus making it 999999*
sizeof(long) bytes longer. Try dynamic allocation.

>BGI error:graphics not initialized (use 'initgraph')
Do what it says, call the initgraph function. See the BGI docu for details.

CU
\/\/olfram



More information about the Comp.lang.c mailing list