Mail Archives: djgpp/2000/02/10/07:11:45
On Thu, 10 Feb 2000 Riddler02 AT aol DOT com wrote:
> However, problems begin when I try linking this library to my game. The
> game includes MAPS.H, the library is checked off and spelled correctly (minus
> the "lib" part, just "maps")
You should have posted the exact command line you used to link. I'm
guessing that you didn't add -lmaps to the link command (note the letter
ell before "maps"), or made some other usage mistake.
> I've tried linking the program from the command line and it gives me the
> same errors
Please post the error messages as well. It is very hard to guess what is
the nature of your problem, especially since these things work for me and
others all the time.
- Raw text -