Mail Archives: djgpp/1996/07/11/12:06:18
From: Ridge <ridge AT owb DOT mindspring DOT com>
Date: Mon, 08 Jul 1996 18:58:43 -0500
I'm beta testing a graphics library and I have run across a linker
problem, so I figured I'd post it here if it happens to be a djgpp
thing. When I attempt to link my object file and the library which is
about 420k, I get "could not read symbols: memory exhausted." Any fix I
could apply or am I doing something hideously wrong?
Assuming that the library (libMYGRAPHLIB.a) was built by you or another from
scratch, did you ranlib the library to build the symbol table?
ranlib libMYGRAPHLIB.a
Or is the library a Microsoft/Intel format (MYGRAPHLIB.lib) library? DJGPP
cannot use these at all.
Give us more info.
--
Art S. Kagel, kagel AT quasar DOT bloomberg DOT com
A proverb is no proverb to you 'till life has illustrated it. -- John Keats
- Raw text -