Well, I copied the definitions from comm.c into act_comm.c's definitions, and no change, even after removing the .o files and running a clean compile...
Here a few more unique errors if this should shed any light on where I should tweak. rom24/src/act_comm.c:83: undefined reference to `send_to_char' act_comm.o:/rom24/src/act_comm.c:84: more undefined references to `send_to_char' follow collect2: ld returned 1 exit status make: *** [rom] Error 1 ----- Original Message ----- From: "Steven Radziul" <[EMAIL PROTECTED]> To: "TandonMiir" <[EMAIL PROTECTED]> Sent: Thursday, January 10, 2002 6:23 PM Subject: Re: Colour Patches... Evil >_< > > > have you defined send_to_char in merc.h? > > /* comm.c */ > void send_to_char args( ( const char *txt, CHAR_DATA *ch ) ); > > Thats a line from my merc.h that declares this function. > > If you don't got the function, I can send you a copy of it. Try this and see > if it works.

