Date: Tue, 20 May 1997 14:29:52 -0400 (EDT) From: "Art S. Kagel" To: Alexander Borghgraef Cc: djgpp AT delorie DOT com Subject: Re: Newbie question: Linking in RHide In-Reply-To: <33814CF5.F50@eduserv2.rug.ac.be> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 20 May 1997, Alexander Borghgraef wrote: > I am about to finish my first ever DJGPP-project (my first C++ project > whatsoever), and I've fixed all compile bugs. The program consists out > of several *.cc and *.h files, which I've put in a project file using > RHide. It also uses Allegro routines and that's where my problem kicks > in. I know that command line compilation of a single file can be done by > gxx file.cc -o file.exe -lalleg [SNIP] > Hope someone can help me out on this, I would greatly appreciate it. > For the command line compiler this is easy: gxx -o file.exe *.cc -lalleg I do not use RHIDE so I cannot give you details, but, in general, in case noone else replies, you need to define a project containing all of your *.cc files and then have RHIDE 'MAKE' that. Check the RHIDE docs. Art S. Kagel, kagel AT bloomberg DOT com