Newsgroups: comp.parallel.pvm
From: lfasano@foreigner (Ing. Luis Antonio Fasano B.)
Subject: Problem with libraries
Organization: ITESM Campus Monterrey . DINF-DTCI
Date: 6 Mar 1996 06:16:31 GMT
Message-ID: <4hjajv$lko@news.mty.itesm.mx>

Well i have this problem:

   I compiled the source code for pvm, and i get the daemon and utilities, even the libpvm3.a library.

    The problem is that when i try to use the library (libpvm3.a) for using pvm with my application, there's an error specified, which says something like this

Well...i'm trying to compile on Solaris2.4 (SUNMP and/or SUN4SOL2)

Undefined                       first referenced
 symbol                             in file
socket                              libpvm3.a(lpvmshmem.o)
xdr_short                           libpvm3.a(lpvmpack.o)
xdrmem_create                       libpvm3.a(lpvmpack.o)
xdr_u_int                           libpvm3.a(lpvmpack.o)
xdr_float                           libpvm3.a(lpvmpack.o)
xdr_u_short                         libpvm3.a(lpvmpack.o)
xdr_int                             libpvm3.a(lpvmpack.o)
xdr_u_long                          libpvm3.a(lpvmpack.o)
xdr_double                          libpvm3.a(lpvmpack.o)
xdr_long                            libpvm3.a(lpvmpack.o)
connect                             libpvm3.a(lpvmshmem.o)
ld

