On Tuesday, November 7, 2000, at 06:18 PM, [EMAIL PROTECTED] 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.


_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to