Thread: Porting problem (and fix) for Solaris 8 intel, gnu compiler

Porting problem (and fix) for Solaris 8 intel, gnu compiler

From
David Trusty
Date:
Hi,

I had a problem building the system under Solaris 8.

Here are the specifics:

    Version: 7.0.3

    OS:  Solaris 8 for Intel

    Compiler: gnu

     Problem desciption:  The "varargs"  definitions gave compiler
errors.

     Fix:  I added the following to the file "c.h" in the "include"
subdirectory:

                    #if defined(sun)
                    #include <stdarg.h>
                    #endif

Thanks,

David