Mail Archives: djgpp/1995/04/11/14:47:04
> oh, and i found the functions i was looking for. i guess i just really needed
> to know what the libraries are because libpc.a or libpc_p.a don't tell me much.
> is there a listing of this sort somewhere?
You can get a listing of a library contents with the nm command. It
is part of the Binutils distribution, and should be in your bin/
subdirectory of the main DJGPP directory. Its manual page should be
in the docs/ directory. Oh, and the _p versions of the libraries are
for compiling with -pg switch (for profiling), they have the same
functions as their normal counterparts.
- Raw text -