Problems with compiling sources.

Paul Chamberlain tif at doorstop.austin.ibm.com
Tue Oct 16 05:19:46 AEST 1990


In article <614 at dynasys.UUCP> jessea at 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 at doorstop, sc30661 at ausvm6
512/838-7008     | ...!cs.utexas.edu!ibmaus!auschs!doorstop.austin.ibm.com!tif



More information about the Comp.unix.aix mailing list