v.in.shape

David D Gray ddgray at armadce.demon.co.uk
Fri Jun 9 17:25:58 EDT 2000


brian_adams at jbadams.com wrote:
> 
> I suspect it is part of the compile process, not the v.in.shape module
> itself. When I compile on LinuxPPC, I get the following error
> 

Brian

These appear to be link failures. __va_arg_type_violation is defined in
va_ppc.h under the /usr/lib/gcc-lib directory (follow your system). It
seems you picked this up as the problem doesn't arise till link time,
but you seem to be not linking to the object code for this. I don't
know what that might be, as this is a ppc-specific function and I don't
have that system. There are some libs under /usr/lib/gcc-lib/ppc-linux
(?)
including libgcc.a and others. You will probably find the lost code
there. I'm assuming you have gcc, but it should be a similar problem
if you have a different compiler.

Hope this helps

David




More information about the grass-user mailing list