From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro setup program compile errors Date: Mon, 07 Apr 1997 11:53:54 -0700 Organization: Two pounds of chaos and a pinch of salt Lines: 23 Message-ID: <334942C2.60EB@cs.com> References: <3349a230 DOT 10750058 AT nntp DOT iamerica DOT net> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp108.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Trey Chandler wrote: > > I cannot get the Setup.CC program to compile. GCC says it can't find > some of the headers. Could somebody give me the command line? > Thanx. That's because 'setup.cc' is a C++ program. To compile it, you need to install the C++ packages (v2gnu/gpp2721b.zip and v2gnu/lgp271b.zip). If you don't want to go to the trouble of downloading these just to build Allegro, you can comment the lines that compile setup.exe out of the Allegro makefile. -- John M. Aldrich * Anything that happens, happens. * Anything that, in happening, causes something else to happen, causes something else to happen. * Anything that, in happening, causes itself to happen again, happens again. * It doesn't necessarily do it in chronological order, though. --- Douglas Adams