Sender: nate AT cartsys DOT com Message-ID: <37815E4B.F743642F@cartsys.com> Date: Mon, 05 Jul 1999 18:39:23 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.10 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: A question about YAMD! References: <19990705052535 DOT 16235 DOT rocketmail AT web113 DOT yahoomail DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Mohamed Saad wrote: > > Hi All, > How are you all doing? Hope u are perfectly all > right! > hmmm... I have a small question about YAMD! > > I downloaded it and i made it from sources with no > problems! > but... when i modified MY OWN makefile in order to > link YAMD statically, i got the following message... > > yamd-gcc -o svga e:\\djprojs\\vesa\\svga.o vesa2.o > mouse.o gui.o main.o > d:/djgpp/bin/ld.exe: cannot open -lyamdf: No such file > or directory (ENOENT) > make.exe: *** [svga] Error 1 Thanks for the report. First, did you do `make install'? And did you set PREFIX to $(DJDIR) in the Makefile? If you did, then please check that d:\djgpp\lib contains libyamdf.a. If not, something has gone wrong with the installation-- send me what YAMD's `make install' prints out. -- Nate Eldredge nate AT cartsys DOT com