From: James W Sager Iii Newsgroups: comp.os.msdos.djgpp Subject: gbm allegro q Date: Thu, 16 Apr 1998 01:00:23 -0400 Organization: Junior, MCS Undeclared, Carnegie Mellon, Pittsburgh, PA Lines: 23 Message-ID: <8pBN1bC00YUq1ICkU0@andrew.cmu.edu> NNTP-Posting-Host: po9.andrew.cmu.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Ok, I would like to save .gifs. I recently downloaded GBM Allegro. I was able to get the Makefile to work at the command prompt by typing make. But when I try and compile from RHIDE I get: Error: c:/tc/bin/ld.exe: cannot open -lgbm: No such file or directory (ENOENT) This is weird because I copied the gbm.a to my libraries directory. In my libraries to link in window I have: X alleg X gbm The file I'm attempting to compile is test.c There was some mention in the docs that I was supposed to link gbm's library to allegros because its dependent. What dos this mean and how do I do it. Any info on how I can solve any of the above problems, or an alternative method for me to save .gifs would be helpful.