Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!romp!auschs!awdprime!doorstop.austin.ibm.com!tif From: tif@doorstop.austin.ibm.com (Paul Chamberlain) Newsgroups: comp.unix.aix Subject: Re: Problems with compiling sources. Message-ID: <3868@awdprime.UUCP> Date: 15 Oct 90 19:19:46 GMT References: <614@dynasys.UUCP> Sender: news@awdprime.UUCP Reply-To: tif@doorstop.austin.ibm.com (Paul Chamberlain) Organization: IBM AWD, Austin, TX Lines: 16 Summary: Expires: Sender: Followup-To: Keywords: In article <614@dynasys.UUCP> jessea@dynasys.UUCP (Jesse W. Asher) writes: >Is there some kind of mode that I >can use with cc in order to compile this stuff easier >... > 45 | *strchr(), *strcpy(), *strcat(), *strncpy(); > 1506-041: (S) Parameter list cannot contain fewer parameters than required ... Specifically, this message is because of some whiz-bang stuff to speed up string operators. You can #undef the string functions or remove the declarations from the code. Seems like there is a -U__STR__ or something ... Some things have compiled easier for me with -D_NO_PROTO but I don't know if that is an "official" method. Paul Chamberlain | I do NOT represent IBM. tif@doorstop, sc30661 at ausvm6 512/838-7008 | ...!cs.utexas.edu!ibmaus!auschs!doorstop.austin.ibm.com!tif