Newsgroups: comp.parallel.pvm
From: manchek@thud.CS.UTK.EDU (Bob Manchek)
Subject: Re: PVM on Solaris 2.4
Organization: Computer Science Dept, University of Tennessee, Knoxville
Date: 16 Feb 1995 18:34:24 GMT
Message-ID: <3i05rgINNob@CS.UTK.EDU>

In article <3i00gd$45m@vishnu.jussieu.fr>, pham@masi.ibp.fr (Pham) writes:
|> Hi,
|> 
|> I have a big problem when compiling PVM on a Sparc20 under Solaris 2.4.
|> All object files were correctly compiled and I have the libpvm3.a file
|> also. But when it want to create the pvm file then the following error
|> occurs:
|> 
|> Undefined symbol
|> --builtin_va_arg_incr in file ../../lib/libpvm3.a(lpvmpack.o)
|> ld: fatal error: Symbol referencing error. No output written to pvm
|> 
|> Help !
|> 
|> Pham.

I've seen symbols like this go missing when part of something is compiled
with gcc and part with another compiler.  Make sure the PVM library is
getting built with the right compiler (check the build log).  You may
need to edit conf/SUN4SOL2.def or src/Makefile.shmem.
-b

-- 
/ Robert Manchek                University of Tennessee     /
/                               Computer Science Department /
/ (615)974-8295                 Ayres Hall #104             /
/ manchek@CS.UTK.EDU.           Knoxville TN  37996-1301    /
/     http://www.netlib.org/utk/people/BobManchek.html      /


