bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A different LinuxPPC issue.Re: GNUstep on LinuxPPC


From: richard
Subject: Re: A different LinuxPPC issue.Re: GNUstep on LinuxPPC
Date: Tue, 7 Nov 2000 19:06:45 +0000

On Tuesday, November 7, 2000, at 06:18 PM, portnoy@portnoy.org wrote:

> To go with Philippe's recent LinuxPPC problem, I have a different 
> one.  When I try to make gstep-guile on LinuxPPC, I get the following 
> problem while linking the `go' binary: 
> 

<snip>

> ../Library/shared_obj/powerpc/linux-gnu/gnu-gnu-gnu-xgps/libgstep_guile.so: 
> undefined reference to `__va_arg_type_violation' 
>  
> I've seen this before for LinuxPPC; it seems to be related to using 
>  
>         va_arg(ap, type) 
>  
> rather than 
>  
>         (type)va_arg(ap, int) 
>  
> so I'm guessing the problem is the va_arg code in gg_class.m.  If 
> anyone knows how to fix this, that'll be useful; otherwise I'll just 
> see if I can follow the similar code in NSInvocation.m to make the 
> right alterations. 

Interestingly, I don't have this problem - perhaps because I compile with 
debug=yes ?
I guess it could be a compiler feature/bug.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]