The following reply was made to PR os-hpux/1515; it has been noted by GNATS.
From: Dean Gaudet <[EMAIL PROTECTED]> To: Alan Pesola <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: os-hpux/1515: Compile errors in alloc.c --> bad assignment type: char * = void * (1213) Date: Thu, 4 Dec 1997 11:57:21 -0800 (PST) Apache is a C program not a C++ program... C allows such assignments. Feel free to add a cast to get it to compile though. You might want to build gcc using your C++ compiler, I think that works. Dean
