From: "Sangwon Shin" Newsgroups: comp.os.msdos.djgpp Subject: Re: problem with compiling with rhide Date: Tue, 5 Jan 1999 03:02:23 +0900 Organization: Korea Telecom Lines: 21 Message-ID: <76qvqs$7l2$1@news.kornet.nm.kr> References: NNTP-Posting-Host: 128.134.229.71 X-Newsreader: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Phil Carreck >when I try to compile a program using allegro it comes up with this error >"Error: c:\djgpp\bin\ld.exe: cannot open -lalleg: no such file or directory" >please help >Phil (carreck AT clara DOT co DOT uk) > Change directory to d:\djgpp\allegro and input 'make install' from dos prompt. That error occurs when liballeg.a is not placed in djgpp's library directory. Reinstall allegro or move 'liballeg.a' to djgpp's library directory and 'allegro.h' to include. Good luck.