NOTE: As I said, REDHAT.As I don't have other systems available to test I can't say it's not there.
Most of the mud servers out there are running redhat, so if you're going to run on a pro server you're going to probably have to do it the other way. Also, if you'll look, it's in the X directory on ALL of the servers you've mentioned, meaning it's probably NOT going to be on a pro server (because most don't bother with X, as it's unsafe on a pro server for many reasons). One thing I did forget to mention about the other way of doing things: When you copy the ROM_FILES, make sure that you change them from .o to .c, otherwise the file won't exist, blah blah blah Nuff said On Thu, 2002-03-28 at 10:14, Jason Gauthier wrote: > [EMAIL PROTECTED] jgauthier]$ which makedepend > /usr/X11R6/bin/makedepend > > Mandrake 7 > ---- > [EMAIL PROTECTED]:~$ which makedepend > /usr/X11R6/bin/makedepend > > Slackware 8 > ---- > [EMAIL PROTECTED]:~ > which makedepend > /usr/X11R6/bin/makedepend > > SuSE 6.2 > ---- > bash-2.02$ which makedepend > /usr/X/bin/makedepend > > Solaris 7 > ---- > [EMAIL PROTECTED] jgauthier]$ which makedepend > /usr/X11R6/bin/makedepend > > Mandrake 8 > ---- > > On said Mandrake system: > rpm -qf `which makedepend` > XFree86-devel-4.0.3-7mdk > > So, methinks you just haven't installed the right packages. :) > > > > -----Original Message----- > > From: Tom Whiting [mailto:[EMAIL PROTECTED] > > Sent: Thursday, March 28, 2002 11:05 AM > > To: [email protected] > > Subject: RE: Stupid question. > > > > > > That is one way to do it. > > Another way would be to add this into your Makefile: > > depend: > > <insert tab here>$(CC) -E -MM ($DEPEND_FILES) -I. > .depend > > then go up and copy your rom_files into another section called > > depend_files (make sure you keep the tabs in place, otherwise > > make will > > whine), make depend, open up your Makefile, then insert the .depend in > > that way. > > As far as I know, makedepend isn't something that's handed > > out on every > > server (least it isn't on redhat 7.1 and probably older versions as > > well), so you're probably better off going this way. > > On Thu, 2002-03-28 at 07:55, Jason Gauthier wrote: > > > The easiest way is to set up the dependencies. You can do > > it manually, or > > > with makedepend. > > > > > > makedepend *.c > > > > > > It will create all the dependencies in the Makefile for you. > > > Compile at will. > > > > > > > > > > -----Original Message----- > > > > From: Sammy [mailto:[EMAIL PROTECTED] > > > > Sent: Thursday, March 28, 2002 8:49 AM > > > > To: [email protected] > > > > Subject: Stupid question. > > > > > > > > > > > > Ok, this is an utter newbie question. Feel free to flame me > > > > at will. But > > > > if you can answer it, please do! > > > > > > > > I searched through the archives and couldn't find the answer. > > > > > > > > The mud I started coding on did a full compile every time I > > > > changed the > > > > merc.h file. The one I am working on now does not. How do I > > > > force a full > > > > compile without making a tweek to every single file? > > > > > > > > Thanks, > > > > Sammy. > > > > > >
signature.asc
Description: This is a digitally signed message part

