From: ams AT ludd DOT luth DOT se (Martin Str|mberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro: -lalleg not found Date: 24 Jul 1999 17:32:10 GMT Organization: University of Lulea, Sweden Lines: 33 Message-ID: <7nctaq$d5u$2@news.luth.se> References: NNTP-Posting-Host: queeg.ludd.luth.se X-Newsreader: TIN [UNIX 1.3 950824BETA PL0] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Amin Kharchi (kharchi AT gmx DOT de) wrote: : Hello! : : I have yesterday downloaded DJGPP, RHIDE and Allegro for the first time. : I'm proud that DJGPP and the RHIDE works without any problems. But I don't : understand how to install Allegro correctly. : : 1.) I have set in the RHIDE the path for \allegro\src\ and the option : "alleg" in Options-Libraries and enabled it. But I become every time the : error "-lalleg not found". Why? : : 2.) Must I use the Makefile to compile the Allegro-tools? How can I use : Makefile? I have try Make of DJGPP with the option of the Allegro-path... : but its false. :-( : : You can see I'm not a C/C++-Guru... ;-) You have to do 2.) to be able to do 1.). To do 2.): Open a DOZE box. In this DOZE box "cd to_whereever_you_extracted_allegro" and type "make". This should result in a file your_path_to_djgpp/lib/liballeg.a. If it didn't read the readme file of allegro (or post again if you can't figure it out). After you have this liballeg.a file you can do 1.). Kokkonen, Symphony 4, MartinS