From: "John Linnabary" Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro compile error. Please help! Date: Mon, 22 Jun 1998 12:22:50 -0400 Lines: 43 Message-ID: <6mm0dv$18e$1@news.iwaynet.net> References: <898341939 DOT 498348 AT pluto DOT global DOT net DOT au> <898506087 DOT 225324 AT pluto DOT global DOT net DOT au> NNTP-Posting-Host: port659.iwaynet.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk First, create a batch file as follows; set DJGPP=C:\DJGPP\DJGPP.ENV set PATH=C:\DJGPP\BIN;%PATH% go32-v2 make To compile Allegro, if you haven't done so already. If using Win95, I suggest using Notepad, NOT wordpad as format garbage can screw things up. Run from a DosBox. I usually copy a copy of the MS-DOS shell program to the subdir... You need to ad the various paths set under Options/Directories in Rhide. such as C:/djgpp/allegro/ for your header files. C:/djgpp/allegro/lib/djgpp/ for your lib files. Etc. John Linnabary jlinn AT iwaynet DOT net http://www.iwaynet.net/~jlinn/ nick wrote in message <898506087 DOT 225324 AT pluto DOT global DOT net DOT au>... >Thanks for your help, > >sorry to have to ask for more help, and i have looked through the help >documents, but if anyone can please help me by posting information on: > > how to setup RHIDE to use Allegro. > >i would be very grateful. I have programmed basic routines which do not need >anything other than the c-ansii included library, but i am stuck trying to >setup libraries and links and directories and stuff under RHIDE. thanks in >advance. > > > >