This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Does anyone have 2.95.2 running on NetBSD for PowerPC?


On Thu, Feb 01, 2001 at 05:10:46PM -0800, Bruce Korb wrote:
>    #define __gnuc_va_list __va_list

Your first mistake is not using gcc's version of va_list.  

This will be even worse with gcc3, because this is now a builtin
type, and you'll get type mismatch errors when using va_arg etc.


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]