=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for pvm-3.4.6nb2
./lib/aimk -here -f ./conf/`./lib/pvmtmparch`.def -f ./Makefile.aimk all
making in . for NETBSDX86_64
make[1]: Entering directory '/pbulk/work/parallel/pvm3/work/pvm3'
building in src
cd src; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-O2 -I/usr/pkg/include -I/usr/include" FFLOPTS="-O -fallow-argument-mismatch" install
making in NETBSDX86_64/ for NETBSDX86_64
make[2]: Entering directory '/pbulk/work/parallel/pvm3/work/pvm3/src/NETBSDX86_64'
mkdir ../../lib/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/ddpro.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/ddpro.c  -fPIC -DPIC -o .libs/ddpro.o
../../src/ddpro.c: In function 'hostfailentry':
../../src/ddpro.c:554:3: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration]
   pvmlogprintf("hostfailentry() host %s\n", hp->hd_name);
   ^~~~~~~~~~~~
   pvm_upkint
../../src/ddpro.c:559:3: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration]
   pvmlogerror("hostfailentry() lost master host, we're screwwwed\n");
   ^~~~~~~~~~~
   pvm_perror
../../src/ddpro.c:573:3: warning: implicit declaration of function 'pkint'; did you mean 'printf'? [-Wimplicit-function-declaration]
   pkint(mp, hosts->ht_serial);
   ^~~~~
   printf
../../src/ddpro.c:580:5: warning: implicit declaration of function 'sendmessage'; did you mean 'sendmmsg'? [-Wimplicit-function-declaration]
     sendmessage(mp);
     ^~~~~~~~~~~
     sendmmsg
../../src/ddpro.c:654:7: warning: implicit declaration of function 'assign_tasks'; did you mean 'pvm_tasks'? [-Wimplicit-function-declaration]
       assign_tasks(wp);
       ^~~~~~~~~~~~
       pvm_tasks
../../src/ddpro.c:680:6: warning: implicit declaration of function 'free_waitc_add' [-Wimplicit-function-declaration]
      free_waitc_add((struct waitc_add *)wp->wa_spec);
      ^~~~~~~~~~~~~~
../../src/ddpro.c:693:5: warning: implicit declaration of function 'mb_tidy' [-Wimplicit-function-declaration]
     mb_tidy(wp->wa_on);
     ^~~~~~~
../../src/ddpro.c:701:5: warning: implicit declaration of function 'mb_tidy_reset'; did you mean 'dm_reset'? [-Wimplicit-function-declaration]
     mb_tidy_reset(wp->wa_on);
     ^~~~~~~~~~~~~
     dm_reset
../../src/ddpro.c: At top level:
../../src/ddpro.c:819:1: warning: return type defaults to 'int' [-Wimplicit-int]
 free_waitc_add(wxp)
 ^~~~~~~~~~~~~~
../../src/ddpro.c: In function 'addhosts':
../../src/ddpro.c:880:6: warning: implicit declaration of function 'upkint'; did you mean 'dprintf'? [-Wimplicit-function-declaration]
  if (upkint(mp, &count) || count < 1 || count > maxhostid) {
      ^~~~~~
      dprintf
../../src/ddpro.c:901:7: warning: implicit declaration of function 'upkstralloc'; did you mean 'pvm_realloc'? [-Wimplicit-function-declaration]
   if (upkstralloc(mp, &buf)) {
       ^~~~~~~~~~~
       pvm_realloc
../../src/ddpro.c:905:7: warning: implicit declaration of function 'parsehost' [-Wimplicit-function-declaration]
   if (parsehost(buf, hp)) {
       ^~~~~~~~~
../../src/ddpro.c:915:5: warning: implicit declaration of function 'applydefaults' [-Wimplicit-function-declaration]
     applydefaults(hp, hp2);
     ^~~~~~~~~~~~~
../../src/ddpro.c:1037:3: warning: implicit declaration of function 'pkstr' [-Wimplicit-function-declaration]
   pkstr(mp2, hp->hd_sopts ? hp->hd_sopts : "");
   ^~~~~
../../src/ddpro.c:1128:13: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration]
   if (pid = fork()) {  /* still us */
             ^~~~
../../src/ddpro.c:1131:5: warning: implicit declaration of function 'pvmlogperror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration]
     pvmlogperror("addhosts() fork");
     ^~~~~~~~~~~~
     pvm_perror
../../src/ddpro.c:1140:4: warning: implicit declaration of function 'beprime' [-Wimplicit-function-declaration]
    beprime();
    ^~~~~~~
../../src/ddpro.c:1142:4: warning: implicit declaration of function 'hoster'; did you mean 'system'? [-Wimplicit-function-declaration]
    hoster(mp2);
    ^~~~~~
    system
../../src/ddpro.c: In function 'dm_addack':
../../src/ddpro.c:1382:2: warning: implicit declaration of function 'pmsg_packbody'; did you mean 'pmsg_decmore'? [-Wimplicit-function-declaration]
  pmsg_packbody(wp->wa_mesg, mp);
  ^~~~~~~~~~~~~
  pmsg_decmore
../../src/ddpro.c: In function 'exectasks':
../../src/ddpro.c:1419:6: warning: implicit declaration of function 'upkuint'; did you mean 'pvm_upkuint'? [-Wimplicit-function-declaration]
  if (upkuint(mp, &wxp->w_ptid)
      ^~~~~~~
      pvm_upkuint
../../src/ddpro.c:1490:3: warning: implicit declaration of function 'pvmenvinsert'; did you mean 'pvm_insert'? [-Wimplicit-function-declaration]
   pvmenvinsert( &(wxp->w_env), tmp );
   ^~~~~~~~~~~~
   pvm_insert
../../src/ddpro.c:1508:21: warning: implicit declaration of function 'getcwd'; did you mean 'getw'? [-Wimplicit-function-declaration]
   savewd = (char *) getcwd( (char *) NULL, 255 );
                     ^~~~~~
                     getw
../../src/ddpro.c:1508:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   savewd = (char *) getcwd( (char *) NULL, 255 );
            ^
../../src/ddpro.c:1509:3: warning: implicit declaration of function 'chdir' [-Wimplicit-function-declaration]
   chdir( wd );
   ^~~~~
../../src/ddpro.c:1521:3: warning: implicit declaration of function 'ppi_load'; did you mean 'ki_dpad'? [-Wimplicit-function-declaration]
   ppi_load(wxp);
   ^~~~~~~~
   ki_dpad
../../src/ddpro.c:1561:2: warning: implicit declaration of function 'free_wait_spawn'; did you mean 'free_waitc_add'? [-Wimplicit-function-declaration]
  free_wait_spawn(wxp);
  ^~~~~~~~~~~~~~~
  free_waitc_add
../../src/ddpro.c: In function 'dm_sendsig':
../../src/ddpro.c:1710:3: warning: implicit declaration of function 'ppi_kill'; did you mean 'pvm_kill'? [-Wimplicit-function-declaration]
   ppi_kill(tp, signum);
   ^~~~~~~~
   pvm_kill
../../src/ddpro.c: In function 'dm_htupd':
../../src/ddpro.c:1775:3: warning: implicit declaration of function 'upkstr'; did you mean 'strstr'? [-Wimplicit-function-declaration]
   upkstr(mp, buf, sizeof(buf));
   ^~~~~~
   strstr
../../src/ddpro.c: At top level:
../../src/ddpro.c:1872:1: warning: return type defaults to 'int' [-Wimplicit-int]
 gotnewhosts(htp2, htp1)
 ^~~~~~~~~~~
../../src/ddpro.c: In function 'dm_slconf':
../../src/ddpro.c:2009:18: warning: implicit declaration of function 'pvmxtoi' [-Wimplicit-function-declaration]
    pvmschedtid = pvmxtoi(s);
                  ^~~~~~~
../../src/ddpro.c: In function 'startack':
../../src/ddpro.c:2106:7: warning: implicit declaration of function 'crunchzap' [-Wimplicit-function-declaration]
   if (crunchzap(buf, &ac, av) || ac != 5) {
       ^~~~~~~~~
../../src/ddpro.c:2109:23: warning: implicit declaration of function 'errnamecode' [-Wimplicit-function-declaration]
    if (!(hp->hd_err = errnamecode(buf)))
                       ^~~~~~~~~~~
../../src/ddpro.c: In function 'dm_startack':
../../src/ddpro.c:2390:2: warning: implicit declaration of function 'finack_to_host'; did you mean 'indtohost'? [-Wimplicit-function-declaration]
  finack_to_host(hp);
  ^~~~~~~~~~~~~~
  indtohost
../../src/ddpro.c: In function 'dm_delhost':
../../src/ddpro.c:2587:6: warning: implicit declaration of function 'fin_to_host'; did you mean 'indtohost'? [-Wimplicit-function-declaration]
      fin_to_host(hp);
      ^~~~~~~~~~~
      indtohost
../../src/ddpro.c: In function 'dm_taskout':
../../src/ddpro.c:2700:2: warning: implicit declaration of function 'upkbyte'; did you mean 'pvm_upkbyte'? [-Wimplicit-function-declaration]
  upkbyte(mp, p, l);
  ^~~~~~~
  pvm_upkbyte
../../src/ddpro.c: In function 'dm_db':
../../src/ddpro.c:2982:7: warning: implicit declaration of function 'pmsg_unpack'; did you mean 'pmsg_unref'? [-Wimplicit-function-declaration]
   if (pmsg_unpack(mp, mp3))
       ^~~~~~~~~~~
       pmsg_unref
../../src/ddpro.c:2984:14: warning: implicit declaration of function 'mb_insert'; did you mean 'ht_insert'? [-Wimplicit-function-declaration]
   if ((req = mb_insert(tid, name, req, flags, mp3)) < 0)
              ^~~~~~~~~
              ht_insert
../../src/ddpro.c:2995:12: warning: implicit declaration of function 'mb_lookup'; did you mean 'pvm_lookup'? [-Wimplicit-function-declaration]
       cc = mb_lookup(ep->me_tid, (char *) ep->me_msg,
            ^~~~~~~~~
            pvm_lookup
../../src/ddpro.c:3000:9: warning: implicit declaration of function 'pmsg_pack'; did you mean 'pmsg_dump'? [-Wimplicit-function-declaration]
         pmsg_pack(wp->wa_mesg, mp3);
         ^~~~~~~~~
         pmsg_dump
../../src/ddpro.c:3045:9: warning: implicit declaration of function 'mb_delete'; did you mean 'ht_delete'? [-Wimplicit-function-declaration]
   req = mb_delete(tid, name, req, flags);
         ^~~~~~~~~
         ht_delete
../../src/ddpro.c:3076:9: warning: implicit declaration of function 'mb_names'; did you mean 'me_new'? [-Wimplicit-function-declaration]
   req = mb_names(tid, name, mp2);
         ^~~~~~~~
         me_new
../../src/ddpro.c:3109:7: warning: implicit declaration of function 'me_free'; did you mean 'mem_free'? [-Wimplicit-function-declaration]
       me_free(np, ep);
       ^~~~~~~
       mem_free
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/ddpro.c -o ddpro.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/host.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/host.c  -fPIC -DPIC -o .libs/host.o
../../src/host.c: In function 'hd_dump':
../../src/host.c:368:2: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'vdprintf'? [-Wimplicit-function-declaration]
  pvmlogprintf(
  ^~~~~~~~~~~~
  vdprintf
../../src/host.c: In function 'ht_delete':
../../src/host.c:607:3: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration]
   pvmlogerror("ht_delete() host not in table\n");
   ^~~~~~~~~~~
   pvm_perror
../../src/host.c: In function 'parsehost':
../../src/host.c:734:6: warning: implicit declaration of function 'acav' [-Wimplicit-function-declaration]
  if (acav(buf, &ac, av)) {
      ^~~~
../../src/host.c: In function 'readhostfile':
../../src/host.c:843:6: warning: implicit declaration of function 'iflist'; did you mean 'fflush'? [-Wimplicit-function-declaration]
  if (iflist(&my_in_addrs, &num_addrs) == -1 || num_addrs < 1) {
      ^~~~~~
      fflush
../../src/host.c: In function 'iflist':
../../src/host.c:1042:8: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration]
  (void)close(soc);
        ^~~~~
        pclose
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/host.c -o host.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/hoster.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/hoster.c  -fPIC -DPIC -o .libs/hoster.o
../../src/hoster.c: In function 'hoster':
../../src/hoster.c:362:2: warning: implicit declaration of function 'upkint'; did you mean 'isprint'? [-Wimplicit-function-declaration]
  upkint(mp, &num);
  ^~~~~~
  isprint
../../src/hoster.c:364:3: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'vdprintf'? [-Wimplicit-function-declaration]
   pvmlogprintf("hoster() %d to start\n", num);
   ^~~~~~~~~~~~
   vdprintf
../../src/hoster.c:374:7: warning: implicit declaration of function 'upkstralloc'; did you mean 'pvm_realloc'? [-Wimplicit-function-declaration]
    || upkstralloc(mp, &hp->h_sopts)
       ^~~~~~~~~~~
       pvm_realloc
../../src/hoster.c:379:5: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration]
     pvmlogerror("hoster() bad message format\n");
     ^~~~~~~~~~~
     pvm_perror
../../src/hoster.c:420:2: warning: implicit declaration of function 'pl_startup'; did you mean 'strdup'? [-Wimplicit-function-declaration]
  pl_startup(num, hostlist);
  ^~~~~~~~~~
  strdup
../../src/hoster.c:430:2: warning: implicit declaration of function 'pkint'; did you mean 'printf'? [-Wimplicit-function-declaration]
  pkint(mp2, num);
  ^~~~~
  printf
../../src/hoster.c:433:3: warning: implicit declaration of function 'pkstr'; did you mean 'hoster'? [-Wimplicit-function-declaration]
   pkstr(mp2, hostlist[i]->h_result
   ^~~~~
   hoster
../../src/hoster.c:438:2: warning: implicit declaration of function 'sendmessage'; did you mean 'sendmmsg'? [-Wimplicit-function-declaration]
  sendmessage(mp2);
  ^~~~~~~~~~~
  sendmmsg
../../src/hoster.c:439:2: warning: implicit declaration of function 'work'; did you mean 'fork'? [-Wimplicit-function-declaration]
  work();  /* no return */
  ^~~~
  fork
../../src/hoster.c: At top level:
../../src/hoster.c:465:1: warning: return type defaults to 'int' [-Wimplicit-int]
 close_slot(sp)
 ^~~~~~~~~~
../../src/hoster.c:480:1: warning: return type defaults to 'int' [-Wimplicit-int]
 pl_startup(num, hostlist)
 ^~~~~~~~~~
../../src/hoster.c: In function 'pl_startup':
../../src/hoster.c:537:4: warning: implicit declaration of function 'phase1'; did you mean 'pause'? [-Wimplicit-function-declaration]
    phase1(sp);
    ^~~~~~
    pause
../../src/hoster.c:553:5: warning: implicit declaration of function 'pvmgetclock'; did you mean 'pvm_gettmask'? [-Wimplicit-function-declaration]
     pvmgetclock(&sp->s_bail);
     ^~~~~~~~~~~
     pvm_gettmask
../../src/hoster.c:618:5: warning: implicit declaration of function 'pvmlogperror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration]
     pvmlogperror("pl_startup() select");
     ^~~~~~~~~~~~
     pvm_perror
../../src/hoster.c: At top level:
../../src/hoster.c:770:1: warning: return type defaults to 'int' [-Wimplicit-int]
 phase1(sp)
 ^~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/hoster.c -o hoster.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/imalloc.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/imalloc.c  -fPIC -DPIC -o .libs/imalloc.o
../../src/imalloc.c: In function 'i_malloc':
../../src/imalloc.c:119:22: warning: implicit declaration of function 'pvmlogerror'; did you mean 'perror'? [-Wimplicit-function-declaration]
 #define SWRITE(fd,s) pvmlogerror(s)
                      ^
../../src/imalloc.c:215:9: note: in expansion of macro 'SWRITE'
   (void)SWRITE(debfd, msbuf);
         ^~~~~~
../../src/imalloc.c: At top level:
../../src/imalloc.c:279:1: warning: return type defaults to 'int' [-Wimplicit-int]
 i_free(loc)
 ^~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/imalloc.c -o imalloc.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/msgbox.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/msgbox.c  -fPIC -DPIC -o .libs/msgbox.o
../../src/msgbox.c: In function 'mb_names':
../../src/msgbox.c:524:2: warning: implicit declaration of function 'pkint'; did you mean 'printf'? [-Wimplicit-function-declaration]
  pkint( mp, cnt );
  ^~~~~
  printf
../../src/msgbox.c:540:4: warning: implicit declaration of function 'pkstr'; did you mean 'strstr'? [-Wimplicit-function-declaration]
    pkstr( mp, np->mc_name );
    ^~~~~
    strstr
../../src/msgbox.c: In function 'mb_dump':
../../src/msgbox.c:579:2: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration]
  pvmlogprintf("<%s>\n", np->mc_name);
  ^~~~~~~~~~~~
  pvm_upkint
../../src/msgbox.c: In function 'mb_dumpall':
../../src/msgbox.c:595:2: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration]
  pvmlogerror("mb_dumpall():\n");
  ^~~~~~~~~~~
  pvm_perror
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/msgbox.c -o msgbox.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pkt.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pkt.c  -fPIC -DPIC -o .libs/pkt.o
../../src/pkt.c: In function 'pk_new':
../../src/pkt.c:135:2: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration]
  pvmlogerror("pk_new() can't get memory\n");
  ^~~~~~~~~~~
  pvm_perror
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pkt.c -o pkt.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pmsg.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pmsg.c  -fPIC -DPIC -o .libs/pmsg.o
../../src/pmsg.c: In function 'dec_xdr_step':
../../src/pmsg.c:1653:4: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration]
    pvmlogerror("aaugh, no space for fixup, kill me\n");
    ^~~~~~~~~~~
    pvm_perror
../../src/pmsg.c: In function 'pmsg_dump':
../../src/pmsg.c:2674:2: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration]
  pvmlogprintf(
  ^~~~~~~~~~~~
  pvm_upkint
../../src/pmsg.c:2685:5: warning: implicit declaration of function 'pvmhdump'; did you mean 'pmsg_dump'? [-Wimplicit-function-declaration]
     pvmhdump(fp->fr_dat, fp->fr_len, "  ");
     ^~~~~~~~
     pmsg_dump
../../src/pmsg.c: In function 'pmsg_packbody':
../../src/pmsg.c:2767:5: warning: implicit declaration of function 'da_ref'; did you mean 'fr_unref'? [-Wimplicit-function-declaration]
     da_ref(fp->fr_buf);
     ^~~~~~
     fr_unref
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pmsg.c -o pmsg.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmalloc.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmalloc.c  -fPIC -DPIC -o .libs/pvmalloc.o
../../src/pvmalloc.c: In function 'pvm_alloc':
../../src/pvmalloc.c:85:3: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration]
   pvmlogprintf("pvm_alloc: can't get %d bytes", n);
   ^~~~~~~~~~~~
   pvm_upkint
../../src/pvmalloc.c: In function 'pvm_free':
../../src/pvmalloc.c:109:8: warning: implicit declaration of function 'i_free'; did you mean 'cfree'? [-Wimplicit-function-declaration]
  (void)i_free(p);
        ^~~~~~
        cfree
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmalloc.c -o pvmalloc.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmcruft.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmcruft.c  -fPIC -DPIC -o .libs/pvmcruft.o
../../src/pvmcruft.c:640:1: warning: return type defaults to 'int' [-Wimplicit-int]
 pvmxtoi(p)
 ^~~~~~~
../../src/pvmcruft.c:807:1: warning: return type defaults to 'int' [-Wimplicit-int]
 pvmhdump(cp, n, pad)
 ^~~~~~~~
../../src/pvmcruft.c: In function 'pvmhdump':
../../src/pvmcruft.c:825:4: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration]
    pvmlogerror("pvmhdump() malloc failed\n");
    ^~~~~~~~~~~
    pvm_perror
../../src/pvmcruft.c: In function 'pvmgetroot':
../../src/pvmcruft.c:917:4: warning: implicit declaration of function 'pvmbailout'; did you mean 'pvm_alloc'? [-Wimplicit-function-declaration]
    pvmbailout(0);
    ^~~~~~~~~~
    pvm_alloc
../../src/pvmcruft.c: At top level:
../../src/pvmcruft.c:1302:1: warning: return type defaults to 'int' [-Wimplicit-int]
 print_fdset(pad, n, f)
 ^~~~~~~~~~~
../../src/pvmcruft.c: In function 'print_fdset':
../../src/pvmcruft.c:1314:2: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration]
  pvmlogprintf("%s", pad);
  ^~~~~~~~~~~~
  pvm_upkint
../../src/pvmcruft.c: In function 'pvmsleep':
../../src/pvmcruft.c:1380:14: warning: implicit declaration of function 'sleep'; did you mean 'pvmsleep'? [-Wimplicit-function-declaration]
  ret = (int) sleep( secs );
              ^~~~~
              pvmsleep
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmcruft.c -o pvmcruft.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmd.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmd.c  -fPIC -DPIC -o .libs/pvmd.o
../../src/pvmd.c:947:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(argc, argv)
 ^~~~
../../src/pvmd.c: In function 'main':
../../src/pvmd.c:985:17: warning: implicit declaration of function 'pvmstrtoi'; did you mean 'strtoi'? [-Wimplicit-function-declaration]
    pvmdebmask = pvmstrtoi(p);
                 ^~~~~~~~~
                 strtoi
../../src/pvmd.c:989:21: warning: implicit declaration of function 'getuid'; did you mean 'getpwuid'? [-Wimplicit-function-declaration]
  if ((pvm_useruid = getuid()) == -1) {
                     ^~~~~~
                     getpwuid
../../src/pvmd.c:990:3: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration]
   pvmlogerror("main() can't getuid()\n");
   ^~~~~~~~~~~
   pvm_perror
../../src/pvmd.c:993:2: warning: implicit declaration of function 'pvmchkuid'; did you mean 'pvm_pkuint'? [-Wimplicit-function-declaration]
  pvmchkuid( pvm_useruid );
  ^~~~~~~~~
  pvm_pkuint
../../src/pvmd.c:998:2: warning: implicit declaration of function 'pvmsetlog'; did you mean 'pvmgetroot'? [-Wimplicit-function-declaration]
  pvmsetlog(3);
  ^~~~~~~~~
  pvmgetroot
../../src/pvmd.c:1014:19: warning: implicit declaration of function 'getpid'; did you mean 'getpwuid'? [-Wimplicit-function-declaration]
  if ((pvmmyupid = getpid()) == -1) {
                   ^~~~~~
                   getpwuid
../../src/pvmd.c:1023:2: warning: implicit declaration of function 'pvmputenv'; did you mean 'putenv'? [-Wimplicit-function-declaration]
  pvmputenv(STRALLOC(buf));
  ^~~~~~~~~
  putenv
../../src/pvmd.c:1027:2: warning: implicit declaration of function 'ppi_config'; did you mean 'pvm_config'? [-Wimplicit-function-declaration]
  ppi_config(argc, argv);
  ^~~~~~~~~~
  pvm_config
../../src/pvmd.c:1087:3: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration]
   pvmlogprintf("version %s\n", PVM_VER);
   ^~~~~~~~~~~~
   pvm_upkint
../../src/pvmd.c:1094:7: warning: implicit declaration of function 'gethostname'; did you mean 'gethostbyname'? [-Wimplicit-function-declaration]
   if (gethostname(buf, sizeof(buf)-1) == -1) {
       ^~~~~~~~~~~
       gethostbyname
../../src/pvmd.c:1122:3: warning: implicit declaration of function 'slave_config'; did you mean 'setnetconfig'? [-Wimplicit-function-declaration]
   slave_config(name, argc, argv);
   ^~~~~~~~~~~~
   setnetconfig
../../src/pvmd.c:1125:3: warning: implicit declaration of function 'master_config'; did you mean 'endnetconfig'? [-Wimplicit-function-declaration]
   master_config(name, argc, argv);
   ^~~~~~~~~~~~~
   endnetconfig
../../src/pvmd.c:1217:2: warning: implicit declaration of function 'reset_statistics' [-Wimplicit-function-declaration]
  reset_statistics();
  ^~~~~~~~~~~~~~~~
../../src/pvmd.c:1222:2: warning: implicit declaration of function 'mb_init' [-Wimplicit-function-declaration]
  mb_init();
  ^~~~~~~
../../src/pvmd.c:1223:2: warning: implicit declaration of function 'ppi_init'; did you mean 'wait_init'? [-Wimplicit-function-declaration]
  ppi_init();
  ^~~~~~~~
  wait_init
../../src/pvmd.c:1248:4: warning: implicit declaration of function 'pkint'; did you mean 'printf'? [-Wimplicit-function-declaration]
    pkint(addmesg, n);
    ^~~~~
    printf
../../src/pvmd.c:1251:6: warning: implicit declaration of function 'pkstr'; did you mean 'strstr'? [-Wimplicit-function-declaration]
      pkstr(addmesg, hp->hd_name);
      ^~~~~
      strstr
../../src/pvmd.c:1256:2: warning: implicit declaration of function 'work' [-Wimplicit-function-declaration]
  work();
  ^~~~
../../src/pvmd.c: In function 'pvmbailout':
../../src/pvmd.c:1497:9: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration]
   (void)unlink(loclsnam);
         ^~~~~~
../../src/pvmd.c:1532:5: warning: implicit declaration of function 'pvmput32'; did you mean 'pvm_pstat'? [-Wimplicit-function-declaration]
     pvmput32(dummy, hp->hd_hostpart | TIDPVMD);
     ^~~~~~~~
     pvm_pstat
../../src/pvmd.c:1534:5: warning: implicit declaration of function 'pvmput16'; did you mean 'pvm_pstat'? [-Wimplicit-function-declaration]
     pvmput16(dummy + 8, 0);
     ^~~~~~~~
     pvm_pstat
../../src/pvmd.c:1536:5: warning: implicit declaration of function 'pvmput8' [-Wimplicit-function-declaration]
     pvmput8(dummy + 12, FFFIN|FFACK);
     ^~~~~~~
../../src/pvmd.c: At top level:
../../src/pvmd.c:1565:1: warning: return type defaults to 'int' [-Wimplicit-int]
 wrk_fds_add(fd, sets)
 ^~~~~~~~~~~
../../src/pvmd.c:1611:1: warning: return type defaults to 'int' [-Wimplicit-int]
 wrk_fds_delete(fd, sets)
 ^~~~~~~~~~~~~~
../../src/pvmd.c:1696:1: warning: return type defaults to 'int' [-Wimplicit-int]
 work()
 ^~~~
../../src/pvmd.c: In function 'work':
../../src/pvmd.c:1759:17: warning: implicit declaration of function 'acav' [-Wimplicit-function-declaration]
     if (!buf || acav( buf, &ac, av )) {
                 ^~~~
../../src/pvmd.c:1779:3: warning: implicit declaration of function 'sendmessage'; did you mean 'sendmmsg'? [-Wimplicit-function-declaration]
   sendmessage(mp);
   ^~~~~~~~~~~
   sendmmsg
../../src/pvmd.c:1786:2: warning: implicit declaration of function 'pvmgetclock'; did you mean 'pvmgetroot'? [-Wimplicit-function-declaration]
  pvmgetclock(&tnow);
  ^~~~~~~~~~~
  pvmgetroot
../../src/pvmd.c:1828:5: warning: implicit declaration of function 'hostfailentry' [-Wimplicit-function-declaration]
     hostfailentry(hosts->ht_hosts[0]);
     ^~~~~~~~~~~~~
../../src/pvmd.c:1881:8: warning: implicit declaration of function 'loclstout'; did you mean 'locl_spawn'? [-Wimplicit-function-declaration]
        loclstout(tp);
        ^~~~~~~~~
        locl_spawn
../../src/pvmd.c:1898:3: warning: implicit declaration of function 'netoutput' [-Wimplicit-function-declaration]
   netoutput();
   ^~~~~~~~~
../../src/pvmd.c:1973:4: warning: implicit declaration of function 'print_fdset'; did you mean 'printf_l'? [-Wimplicit-function-declaration]
    print_fdset("work() rfds=", wrk_nfds, &rfds);
    ^~~~~~~~~~~
    printf_l
../../src/pvmd.c:1987:5: warning: implicit declaration of function 'pvmlogperror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration]
     pvmlogperror("work() select");
     ^~~~~~~~~~~~
     pvm_perror
../../src/pvmd.c:1993:5: warning: implicit declaration of function 'task_dump'; did you mean 'wait_dump'? [-Wimplicit-function-declaration]
     task_dump();
     ^~~~~~~~~
     wait_dump
../../src/pvmd.c:2087:5: warning: implicit declaration of function 'netinput' [-Wimplicit-function-declaration]
     netinput();
     ^~~~~~~~
../../src/pvmd.c:2091:5: warning: implicit declaration of function 'loclconn'; did you mean 'locl_spawn'? [-Wimplicit-function-declaration]
     loclconn();
     ^~~~~~~~
     locl_spawn
../../src/pvmd.c:2110:10: warning: implicit declaration of function 'loclinput'; did you mean 'locl_spawn'? [-Wimplicit-function-declaration]
      if (loclinput(tp)) {
          ^~~~~~~~~
          locl_spawn
../../src/pvmd.c:2134:10: warning: implicit declaration of function 'locloutput' [-Wimplicit-function-declaration]
      if (locloutput(tp)) {
          ^~~~~~~~~~
../../src/pvmd.c: At top level:
../../src/pvmd.c:2225:1: warning: return type defaults to 'int' [-Wimplicit-int]
 netoutput()
 ^~~~~~~~~
../../src/pvmd.c: In function 'netinput':
../../src/pvmd.c:2467:21: warning: implicit declaration of function 'pvmget32'; did you mean 'pvmgettmp'? [-Wimplicit-function-declaration]
  dst = pp->pk_dst = pvmget32(cp);
                     ^~~~~~~~
                     pvmgettmp
../../src/pvmd.c:2469:21: warning: implicit declaration of function 'pvmget16'; did you mean 'pvmgettmp'? [-Wimplicit-function-declaration]
  sqn = pp->pk_seq = pvmget16(cp + 8);
                     ^~~~~~~~
                     pvmgettmp
../../src/pvmd.c:2471:21: warning: implicit declaration of function 'pvmget8'; did you mean 'pvmgettmp'? [-Wimplicit-function-declaration]
  ff = pp->pk_flag = pvmget8(cp + 12);
                     ^~~~~~~
                     pvmgettmp
../../src/pvmd.c:2572:6: warning: implicit declaration of function 'finack_to_host'; did you mean 'indtohost'? [-Wimplicit-function-declaration]
      finack_to_host(hp);
      ^~~~~~~~~~~~~~
      indtohost
../../src/pvmd.c:2680:3: warning: implicit declaration of function 'netinpkt'; did you mean 'netinput'? [-Wimplicit-function-declaration]
   netinpkt(hp, pp);
   ^~~~~~~~
   netinput
../../src/pvmd.c: At top level:
../../src/pvmd.c:2698:1: warning: return type defaults to 'int' [-Wimplicit-int]
 netinpkt(hp, pp)
 ^~~~~~~~
../../src/pvmd.c: In function 'netinpkt':
../../src/pvmd.c:2770:5: warning: implicit declaration of function 'pkt_to_task' [-Wimplicit-function-declaration]
     pkt_to_task(tp, pp2);
     ^~~~~~~~~~~
../../src/pvmd.c:2839:6: warning: implicit declaration of function 'schentry'; did you mean 'iscntrl'? [-Wimplicit-function-declaration]
      schentry(mp);
      ^~~~~~~~
      iscntrl
../../src/pvmd.c:2850:5: warning: implicit declaration of function 'netentry'; did you mean 'netinpkt'? [-Wimplicit-function-declaration]
     netentry(hp, mp);
     ^~~~~~~~
     netinpkt
../../src/pvmd.c: At top level:
../../src/pvmd.c:2889:1: warning: return type defaults to 'int' [-Wimplicit-int]
 loclconn()
 ^~~~~~~~
../../src/pvmd.c:2990:1: warning: return type defaults to 'int' [-Wimplicit-int]
 locloutput(tp)
 ^~~~~~~~~~
../../src/pvmd.c: In function 'locloutput':
../../src/pvmd.c:3054:7: warning: implicit declaration of function 'write'; did you mean 'writev'? [-Wimplicit-function-declaration]
   n = write(tp->t_sock, cp, len);
       ^~~~~
       writev
../../src/pvmd.c: At top level:
../../src/pvmd.c:3151:1: warning: return type defaults to 'int' [-Wimplicit-int]
 loclinput(tp)
 ^~~~~~~~~
../../src/pvmd.c: In function 'loclinput':
../../src/pvmd.c:3185:6: warning: implicit declaration of function 'read'; did you mean 'reap'? [-Wimplicit-function-declaration]
  n = read(tp->t_sock, pp->pk_dat + pp->pk_len, n);
      ^~~~
      reap
../../src/pvmd.c:3267:7: warning: implicit declaration of function 'loclinpkt'; did you mean 'loclinput'? [-Wimplicit-function-declaration]
   if (loclinpkt(tp, pp))
       ^~~~~~~~~
       loclinput
../../src/pvmd.c: At top level:
../../src/pvmd.c:3312:1: warning: return type defaults to 'int' [-Wimplicit-int]
 loclinpkt(tp, pp)
 ^~~~~~~~~
../../src/pvmd.c: In function 'loclinpkt':
../../src/pvmd.c:3385:6: warning: implicit declaration of function 'pkt_to_host'; did you mean 'tidtohost'? [-Wimplicit-function-declaration]
      pkt_to_host(hp, pp2);
      ^~~~~~~~~~~
      tidtohost
../../src/pvmd.c:3467:6: warning: implicit declaration of function 'loclentry'; did you mean 'loclinpkt'? [-Wimplicit-function-declaration]
      loclentry(tp, mp);
      ^~~~~~~~~
      loclinpkt
../../src/pvmd.c: At top level:
../../src/pvmd.c:3557:1: warning: return type defaults to 'int' [-Wimplicit-int]
 loclstout(tp)
 ^~~~~~~~~
../../src/pvmd.c: In function 'loclstout':
../../src/pvmd.c:3579:10: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration]
    (void)close(tp->t_out);
          ^~~~~
          pclose
../../src/pvmd.c:3600:3: warning: implicit declaration of function 'pkbyte' [-Wimplicit-function-declaration]
   pkbyte(mp, buf, n);
   ^~~~~~
../../src/pvmd.c: In function 'forkexec':
../../src/pvmd.c:3959:8: warning: implicit declaration of function 'pipe'; did you mean 'time'? [-Wimplicit-function-declaration]
    if (pipe(pfd) == -1) {
        ^~~~
        time
../../src/pvmd.c:3976:10: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration]
    pid = fork();
          ^~~~
../../src/pvmd.c:3989:5: warning: implicit declaration of function 'dup2' [-Wimplicit-function-declaration]
     dup2(pfd[1], 1);
     ^~~~
../../src/pvmd.c:3991:14: warning: implicit declaration of function 'getdtablesize'; did you mean 'getbsize'? [-Wimplicit-function-declaration]
     for (i = getdtablesize(); --i > 2; )
              ^~~~~~~~~~~~~
              getbsize
../../src/pvmd.c:4017:6: warning: implicit declaration of function 'execv' [-Wimplicit-function-declaration]
      execv(argv[0], argv);
      ^~~~~
../../src/pvmd.c: At top level:
../../src/pvmd.c:4422:1: warning: return type defaults to 'int' [-Wimplicit-int]
 beprime()
 ^~~~~~~
../../src/pvmd.c:4715:1: warning: return type defaults to 'int' [-Wimplicit-int]
 dump_statistics()
 ^~~~~~~~~~~~~~~
../../src/pvmd.c:4731:1: warning: return type defaults to 'int' [-Wimplicit-int]
 reset_statistics()
 ^~~~~~~~~~~~~~~~
../../src/pvmd.c: In function 'master_config':
../../src/pvmd.c:5377:3: warning: implicit declaration of function 'applydefaults' [-Wimplicit-function-declaration]
   applydefaults(hp, hp2);
   ^~~~~~~~~~~~~
../../src/pvmd.c:5397:6: warning: implicit declaration of function 'chdir'; did you mean 'mkdir'? [-Wimplicit-function-declaration]
  if (chdir(s) == -1)
      ^~~~~
      mkdir
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmd.c -o pvmd.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmdpack.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmdpack.c  -fPIC -DPIC -o .libs/pvmdpack.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmdpack.c -o pvmdpack.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmdtev.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmdtev.c  -fPIC -DPIC -o .libs/pvmdtev.o
../../src/pvmdtev.c: In function 'tev_init_pvmd':
../../src/pvmdtev.c:114:2: warning: implicit declaration of function 'pkint' [-Wimplicit-function-declaration]
  pkint( mp, TEV_MARK_DATA_ID );
  ^~~~~
../../src/pvmdtev.c:124:3: warning: implicit declaration of function 'pkstr'; did you mean 'pvm_pkstr'? [-Wimplicit-function-declaration]
   pkstr( mp, ptr->did );
   ^~~~~
   pvm_pkstr
../../src/pvmdtev.c:131:2: warning: implicit declaration of function 'sendmessage' [-Wimplicit-function-declaration]
  sendmessage( mp );
  ^~~~~~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmdtev.c -o pvmdtev.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmerr.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmerr.c  -fPIC -DPIC -o .libs/pvmerr.o
../../src/pvmerr.c: In function 'errnamecode':
../../src/pvmerr.c:168:8: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
   if (!strcmp(s, errnames[i]))
        ^~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmerr.c -o pvmerr.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmfrag.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmfrag.c  -fPIC -DPIC -o .libs/pvmfrag.o
../../src/pvmfrag.c:133:1: warning: return type defaults to 'int' [-Wimplicit-int]
 frag_put_header(fp)
 ^~~~~~~~~~~~~~~
../../src/pvmfrag.c: In function 'fr_new':
../../src/pvmfrag.c:197:2: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration]
  pvmlogerror("fr_new() can't get memory\n");
  ^~~~~~~~~~~
  pvm_perror
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmfrag.c -o pvmfrag.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmlog.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmlog.c  -fPIC -DPIC -o .libs/pvmlog.o
../../src/pvmlog.c: In function 'pvmsetlog':
../../src/pvmlog.c:351:17: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration]
    pvmdlogmax = atoi(p);
                 ^~~~
../../src/pvmlog.c: In function 'vpvmlogprintf':
../../src/pvmlog.c:440:11: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration]
     (void)write(log_fd, toomuch, strlen(toomuch));
           ^~~~~
           fwrite
../../src/pvmlog.c: At top level:
../../src/pvmlog.c:524:1: warning: return type defaults to 'int' [-Wimplicit-int]
 pvmlogerror(s)
 ^~~~~~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmlog.c -o pvmlog.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/sdpro.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/sdpro.c  -fPIC -DPIC -o .libs/sdpro.o
../../src/sdpro.c: In function 'schentry':
../../src/sdpro.c:210:3: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration]
   pvmlogprintf("schentry() from t%x tag %s\n", mp->m_src,
   ^~~~~~~~~~~~
   pvm_upkint
../../src/sdpro.c: In function 'sm_exec':
../../src/sdpro.c:256:2: warning: implicit declaration of function 'exectasks'; did you mean 'pvm_tasks'? [-Wimplicit-function-declaration]
  exectasks(mp, rmp, mp->m_src);
  ^~~~~~~~~
  pvm_tasks
../../src/sdpro.c: In function 'sm_add':
../../src/sdpro.c:283:2: warning: implicit declaration of function 'addhosts'; did you mean 'pvm_addhosts'? [-Wimplicit-function-declaration]
  addhosts(mp, rmp);
  ^~~~~~~~
  pvm_addhosts
../../src/sdpro.c: In function 'sm_taskx':
../../src/sdpro.c:314:2: warning: implicit declaration of function 'upkuint'; did you mean 'pvm_upkuint'? [-Wimplicit-function-declaration]
  upkuint(mp, &tid);
  ^~~~~~~
  pvm_upkuint
../../src/sdpro.c: In function 'sm_sthostack':
../../src/sdpro.c:399:2: warning: implicit declaration of function 'startack'; did you mean 'strtouq'? [-Wimplicit-function-declaration]
  startack(wp, mp);
  ^~~~~~~~
  strtouq
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/sdpro.c -o sdpro.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/task.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/task.c  -fPIC -DPIC -o .libs/task.o
../../src/task.c: In function 'ccon_new':
../../src/task.c:361:4: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration]
    pvmlogprintf("ccon_new() out of cids?\n");
    ^~~~~~~~~~~~
    pvm_upkint
../../src/task.c: In function 'task_free':
../../src/task.c:525:9: warning: implicit declaration of function 'unlink'; did you mean 'unlockpt'? [-Wimplicit-function-declaration]
   (void)unlink(tp->t_authnam);
         ^~~~~~
         unlockpt
../../src/task.c:529:3: warning: implicit declaration of function 'wrk_fds_delete'; did you mean 'wait_delete'? [-Wimplicit-function-declaration]
   wrk_fds_delete(tp->t_sock, 3);
   ^~~~~~~~~~~~~~
   wait_delete
../../src/task.c:533:9: warning: implicit declaration of function 'close'; did you mean 'clock'? [-Wimplicit-function-declaration]
   (void)close(tp->t_sock);
         ^~~~~
         clock
../../src/task.c:549:3: warning: implicit declaration of function 'pkint' [-Wimplicit-function-declaration]
   pkint(mp, tp->t_tid);
   ^~~~~
../../src/task.c:551:3: warning: implicit declaration of function 'sendmessage'; did you mean 'sendmmsg'? [-Wimplicit-function-declaration]
   sendmessage(mp);
   ^~~~~~~~~~~
   sendmmsg
../../src/task.c: In function 'task_cleanup':
../../src/task.c:687:6: warning: implicit declaration of function 'free_waitc_add' [-Wimplicit-function-declaration]
      free_waitc_add((struct waitc_add *)wp->wa_spec);
      ^~~~~~~~~~~~~~
../../src/task.c:717:6: warning: implicit declaration of function 'mb_tidy' [-Wimplicit-function-declaration]
      mb_tidy(tp->t_tid);
      ^~~~~~~
../../src/task.c:725:6: warning: implicit declaration of function 'mb_tidy_reset' [-Wimplicit-function-declaration]
      mb_tidy_reset(tp->t_tid);
      ^~~~~~~~~~~~~
../../src/task.c:840:6: warning: implicit declaration of function 'sprintf' [-Wimplicit-function-declaration]
      sprintf(buf, "%x %d %d %x %d %d %d %d %s",
      ^~~~~~~
../../src/task.c:840:6: warning: incompatible implicit declaration of built-in function 'sprintf'
../../src/task.c:840:6: note: include '<stdio.h>' or provide a declaration of 'sprintf'
../../src/task.c:847:6: warning: implicit declaration of function 'pkstr'; did you mean 'strstr'? [-Wimplicit-function-declaration]
      pkstr(mpd, buf);
      ^~~~~
      strstr
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/task.c -o task.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/tdpro.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/tdpro.c  -fPIC -DPIC -o .libs/tdpro.o
../../src/tdpro.c: In function 'loclentry':
../../src/tdpro.c:452:3: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration]
   pvmlogprintf("loclentry() from t%x tag %s\n", mp->m_src,
   ^~~~~~~~~~~~
   pvm_upkint
../../src/tdpro.c:476:3: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration]
   pvmlogerror("loclentry() non-connect message from anon task\n");
   ^~~~~~~~~~~
   pvm_perror
../../src/tdpro.c: In function 'tm_connect':
../../src/tdpro.c:545:6: warning: implicit declaration of function 'upkint'; did you mean 'dprintf'? [-Wimplicit-function-declaration]
  if (upkint(mp, &ver) || upkstr(mp, authfn, sizeof(authfn))) {
      ^~~~~~
      dprintf
../../src/tdpro.c:545:26: warning: implicit declaration of function 'upkstr'; did you mean 'strstr'? [-Wimplicit-function-declaration]
  if (upkint(mp, &ver) || upkstr(mp, authfn, sizeof(authfn))) {
                          ^~~~~~
                          strstr
../../src/tdpro.c:560:3: warning: implicit declaration of function 'pkint'; did you mean 'printf'? [-Wimplicit-function-declaration]
   pkint(mp, TDPROTOCOL);
   ^~~~~
   printf
../../src/tdpro.c:562:3: warning: implicit declaration of function 'pkstr'; did you mean 'strstr'? [-Wimplicit-function-declaration]
   pkstr(mp, "");
   ^~~~~
   strstr
../../src/tdpro.c:564:3: warning: implicit declaration of function 'mesg_to_task'; did you mean 'tm_task'? [-Wimplicit-function-declaration]
   mesg_to_task(tp, mp);
   ^~~~~~~~~~~~
   tm_task
../../src/tdpro.c:580:3: warning: implicit declaration of function 'pvmlogperror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration]
   pvmlogperror("tm_connect() can't open t-auth file");
   ^~~~~~~~~~~~
   pvm_perror
../../src/tdpro.c:583:7: warning: implicit declaration of function 'write'; did you mean 'writev'? [-Wimplicit-function-declaration]
  cc = write(d, authfn, 1);
       ^~~~~
       writev
../../src/tdpro.c:589:8: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration]
  (void)close(d);
        ^~~~~
        pclose
../../src/tdpro.c: In function 'tm_conn2':
../../src/tdpro.c:702:12: warning: implicit declaration of function 'read'; did you mean 'readv'? [-Wimplicit-function-declaration]
  if ((cc = read(tp->t_authfd, &c, 1)) == -1) {
            ^~~~
            readv
../../src/tdpro.c:714:8: warning: implicit declaration of function 'unlink'; did you mean 'unlockpt'? [-Wimplicit-function-declaration]
  (void)unlink(tp->t_authnam);
        ^~~~~~
        unlockpt
../../src/tdpro.c:752:9: warning: implicit declaration of function 'upkstralloc'; did you mean 'pvm_realloc'? [-Wimplicit-function-declaration]
   if ( !upkstralloc(mp, &taskname) ) {
         ^~~~~~~~~~~
         pvm_realloc
../../src/tdpro.c:765:4: warning: implicit declaration of function 'sendmessage'; did you mean 'replymessage'? [-Wimplicit-function-declaration]
    sendmessage(mp2);
    ^~~~~~~~~~~
    replymessage
../../src/tdpro.c: In function 'tm_pstat':
../../src/tdpro.c:922:6: warning: implicit declaration of function 'upkuint' [-Wimplicit-function-declaration]
  if (upkuint(mp, &tid)) {
      ^~~~~~~
../../src/tdpro.c: In function 'tm_spawn':
../../src/tdpro.c:1234:2: warning: implicit declaration of function 'assign_tasks'; did you mean 'pvm_tasks'? [-Wimplicit-function-declaration]
  assign_tasks(wp);
  ^~~~~~~~~~~~
  pvm_tasks
../../src/tdpro.c: At top level:
../../src/tdpro.c:1263:1: warning: return type defaults to 'int' [-Wimplicit-int]
 assign_tasks(wp)
 ^~~~~~~~~~~~
../../src/tdpro.c: In function 'tm_tickle':
../../src/tdpro.c:1697:3: warning: implicit declaration of function 'mb_dumpall'; did you mean 'wait_dumpall'? [-Wimplicit-function-declaration]
   mb_dumpall();
   ^~~~~~~~~~
   wait_dumpall
../../src/tdpro.c:1727:4: warning: implicit declaration of function 'hostfailentry'; did you mean 'loclentry'? [-Wimplicit-function-declaration]
    hostfailentry(hp);
    ^~~~~~~~~~~~~
    loclentry
../../src/tdpro.c:1743:3: warning: implicit declaration of function 'dump_statistics' [-Wimplicit-function-declaration]
   dump_statistics();
   ^~~~~~~~~~~~~~~
../../src/tdpro.c:1745:4: warning: implicit declaration of function 'reset_statistics' [-Wimplicit-function-declaration]
    reset_statistics();
    ^~~~~~~~~~~~~~~~
../../src/tdpro.c: In function 'tm_setopt':
../../src/tdpro.c:2605:8: warning: implicit declaration of function 'pvmxtoi' [-Wimplicit-function-declaration]
    x = pvmxtoi(val);
        ^~~~~~~
../../src/tdpro.c:2606:4: warning: implicit declaration of function 'change_output' [-Wimplicit-function-declaration]
    change_output(tp, x, tp->t_outctx, tp->t_outtag);
    ^~~~~~~~~~~~~
../../src/tdpro.c:2621:4: warning: implicit declaration of function 'change_trace' [-Wimplicit-function-declaration]
    change_trace(tp, x, tp->t_trcctx, tp->t_trctag);
    ^~~~~~~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/tdpro.c -o tdpro.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/waitc.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/waitc.c  -fPIC -DPIC -o .libs/waitc.o
../../src/waitc.c: In function 'wait_new':
../../src/waitc.c:261:4: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration]
    pvmlogprintf("wait_new() out of wids\n");
    ^~~~~~~~~~~~
    pvm_upkint
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/waitc.c -o waitc.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/global.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/global.c  -fPIC -DPIC -o .libs/global.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/global.c -o global.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmdabuf.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmdabuf.c  -fPIC -DPIC -o .libs/pvmdabuf.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmdabuf.c -o pvmdabuf.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmdunix.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmdunix.c  -fPIC -DPIC -o .libs/pvmdunix.o
../../src/pvmdunix.c: In function 'ppi_load':
../../src/pvmdunix.c:205:15: warning: implicit declaration of function 'forkexec'; did you mean 'free'? [-Wimplicit-function-declaration]
    if ( err = forkexec(wxp->w_flags, wxp->w_argv[0],
               ^~~~~~~~
               free
../../src/pvmdunix.c: In function 'ppi_kill':
../../src/pvmdunix.c:239:9: warning: implicit declaration of function 'kill' [-Wimplicit-function-declaration]
   (void)kill(tp->t_pid, signum);
         ^~~~
../../src/pvmdunix.c:245:3: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'vdprintf'? [-Wimplicit-function-declaration]
   pvmlogprintf("ppi_kill() signal for t%x scrapped (pid = 0)\n",
   ^~~~~~~~~~~~
   vdprintf
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/pvmdunix.c -o pvmdunix.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o pvmd3 ddpro.lo host.lo hoster.lo imalloc.lo msgbox.lo pkt.lo pmsg.lo pvmalloc.lo pvmcruft.lo pvmd.lo pvmdpack.lo pvmdtev.lo pvmerr.lo pvmfrag.lo pvmlog.lo sdpro.lo task.lo tdpro.lo waitc.lo global.lo pvmdabuf.lo pvmdunix.lo \
	 
libtool-fortran: link: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o pvmd3 .libs/ddpro.o .libs/host.o .libs/hoster.o .libs/imalloc.o .libs/msgbox.o .libs/pkt.o .libs/pmsg.o .libs/pvmalloc.o .libs/pvmcruft.o .libs/pvmd.o .libs/pvmdpack.o .libs/pvmdtev.o .libs/pvmerr.o .libs/pvmfrag.o .libs/pvmlog.o .libs/sdpro.o .libs/task.o .libs/tdpro.o .libs/waitc.o .libs/global.o .libs/pvmdabuf.o .libs/pvmdunix.o -pie  
ld: .libs/pvmd.o: in function `mksocs':
pvmd.c:(.text+0x4af8): warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/bin/mkdir -p ../../lib/NETBSDX86_64/.libs
cp .libs/pvmd3 ../../lib/NETBSDX86_64/.libs
cp: .libs/pvmd3: No such file or directory
make[2]: [/pbulk/work/parallel/pvm3/work/pvm3/src/Makefile.aimk:244: ../../lib/NETBSDX86_64/pvmd3] Error 1 (ignored)
cp pvmd3 ../../lib/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/tev.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/tev.c  -fPIC -DPIC -o .libs/tev.o
../../src/tev.c: In function 'tev_begin':
../../src/tev.c:949:4: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration]
    pvmlogprintf(
    ^~~~~~~~~~~~
    pvm_upkint
../../src/tev.c: In function 'tev_fin':
../../src/tev.c:1012:6: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration]
      pvmlogerror(
      ^~~~~~~~~~~
      pvm_perror
../../src/tev.c: In function 'tev_flush':
../../src/tev.c:1298:2: warning: implicit declaration of function 'mroute'; did you mean 'PvmRoute'? [-Wimplicit-function-declaration]
  mroute( tmpbuf, pvmtrc.trctid, pvmtrc.trctag, &pvmtrcztv );
  ^~~~~~
  PvmRoute
In file included from ../../src/tev.c:63:0:
../../src/tev.c: In function 'tev_do_trace':
../../src/tevmac.h:120:36: warning: implicit declaration of function 'pvmbeatask'; did you mean 'pvm_settmask'? [-Wimplicit-function-declaration]
 #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 )
                                    ^
../../src/tevmac.h:125:5: note: in expansion of macro 'BEATASK'
  ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \
     ^~~~~~~
../../src/tevmac.h:131:4: note: in expansion of macro 'TEV_CHECK_TRACE'
  ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) )
    ^~~~~~~~~~~~~~~
../../src/tev.c:1322:10: note: in expansion of macro 'TEV_DO_TRACE'
  return( TEV_DO_TRACE( kind, entry_exit ) );
          ^~~~~~~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/tev.c -o tev.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/lpvmcat.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/lpvmcat.c  -fPIC -DPIC -o .libs/lpvmcat.o
../../src/lpvmcat.c: In function 'pvmflusho':
../../src/lpvmcat.c:306:5: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration]
     pvmlogerror("child task(s) still running.  waiting...\n");
     ^~~~~~~~~~~
     pvm_perror
../../src/lpvmcat.c:311:10: warning: implicit declaration of function 'mroute'; did you mean 'PvmRoute'? [-Wimplicit-function-declaration]
     if ( mroute(0, 0, 0, (struct timeval *)0) < 0 )
          ^~~~~~
          PvmRoute
../../src/lpvmcat.c: In function 'pvmclaimo':
../../src/lpvmcat.c:360:3: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration]
   pvmlogprintf("pvmclaimo() message from task t%x\n", tid);
   ^~~~~~~~~~~~
   pvm_upkint
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/lpvmcat.c -o lpvmcat.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/lpvmgen.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/lpvmgen.c  -fPIC -DPIC -o .libs/lpvmgen.o
In file included from ../../src/lpvmgen.c:638:0:
../../src/lpvmgen.c: In function 'mesg_input':
../../src/tevmac.h:120:36: warning: implicit declaration of function 'pvmbeatask'; did you mean 'pvm_settmask'? [-Wimplicit-function-declaration]
 #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 )
                                    ^
../../src/tevmac.h:125:5: note: in expansion of macro 'BEATASK'
  ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \
     ^~~~~~~
../../src/tevmac.h:131:4: note: in expansion of macro 'TEV_CHECK_TRACE'
  ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) )
    ^~~~~~~~~~~~~~~
../../src/lpvmgen.c:993:8: note: in expansion of macro 'TEV_DO_TRACE'
    if (TEV_DO_TRACE(TEV_MHF_INVOKE,TEV_EVENT_ENTRY)) {
        ^~~~~~~~~~~~
../../src/tevmac.h:131:32: warning: implicit declaration of function 'tev_begin'; did you mean 'tev_init'? [-Wimplicit-function-declaration]
  ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) )
                                ^
../../src/lpvmgen.c:993:8: note: in expansion of macro 'TEV_DO_TRACE'
    if (TEV_DO_TRACE(TEV_MHF_INVOKE,TEV_EVENT_ENTRY)) {
        ^~~~~~~~~~~~
../../src/tevmac.h:133:17: warning: implicit declaration of function 'tev_fin'; did you mean 'tev_init'? [-Wimplicit-function-declaration]
 #define TEV_FIN tev_fin()
                 ^
../../src/lpvmgen.c:1013:5: note: in expansion of macro 'TEV_FIN'
     TEV_FIN;
     ^~~~~~~
../../src/lpvmgen.c: In function 'pvm_setopt':
../../src/lpvmgen.c:1605:15: warning: implicit declaration of function 'msendrecv' [-Wimplicit-function-declaration]
     if ((rc = msendrecv(TIDPVMD, TM_SETOPT, SYSCTX_TM)) > 0) {
               ^~~~~~~~~
../../src/lpvmgen.c: In function 'pvm_exit':
../../src/lpvmgen.c:2226:3: warning: implicit declaration of function 'pvmendtask'; did you mean 'pvm_tasks'? [-Wimplicit-function-declaration]
   pvmendtask();
   ^~~~~~~~~~
   pvm_tasks
../../src/lpvmgen.c: In function 'pvm_mcast':
../../src/lpvmgen.c:2339:8: warning: implicit declaration of function 'pvmmcast'; did you mean 'pvm_mcast'? [-Wimplicit-function-declaration]
   cc = pvmmcast(pvmsbuf->m_mid, tids, count, tag);
        ^~~~~~~~
        pvm_mcast
../../src/lpvmgen.c: In function 'pvm_notify':
../../src/lpvmgen.c:2555:7: warning: implicit declaration of function 'post_routedelete'; did you mean 'PvmRouteDelete'? [-Wimplicit-function-declaration]
       post_routedelete(vals[numtid], pvmmyctx, code);
       ^~~~~~~~~~~~~~~~
       PvmRouteDelete
../../src/lpvmgen.c:2573:11: warning: implicit declaration of function 'mroute'; did you mean 'PvmRoute'? [-Wimplicit-function-declaration]
      cc = mroute(pvmsbuf->m_mid, pvmschedtid, SM_NOTIFY, &ztv);
           ^~~~~~
           PvmRoute
../../src/lpvmgen.c: In function 'pvm_nrecv':
../../src/lpvmgen.c:2622:4: warning: implicit declaration of function 'umbuf_free'; did you mean 'mca_free'? [-Wimplicit-function-declaration]
    umbuf_free(pvmrbuf);
    ^~~~~~~~~~
    mca_free
../../src/lpvmgen.c: In function 'pvm_send':
../../src/lpvmgen.c:2967:5: warning: implicit declaration of function 'enc_trc_fin' [-Wimplicit-function-declaration]
     enc_trc_fin(pvmsbuf);
     ^~~~~~~~~~~
../../src/lpvmgen.c: In function 'pvm_spawn':
../../src/lpvmgen.c:3160:7: warning: implicit declaration of function 'pvmstrtoi'; did you mean 'strtoq'? [-Wimplicit-function-declaration]
   i = pvmstrtoi(p) | flags;
       ^~~~~~~~~
       strtoq
../../src/lpvmgen.c: In function 'pvm_trecv':
../../src/lpvmgen.c:3455:2: warning: implicit declaration of function 'pvmgetclock'; did you mean 'pvm_gettmask'? [-Wimplicit-function-declaration]
  pvmgetclock(&tin);
  ^~~~~~~~~~~
  pvm_gettmask
../../src/lpvmgen.c: In function 'pvm_export':
../../src/lpvmgen.c:4816:3: warning: implicit declaration of function 'pvmputenv'; did you mean 'putenv'? [-Wimplicit-function-declaration]
   pvmputenv(p);
   ^~~~~~~~~
   putenv
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/lpvmgen.c -o lpvmgen.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/lpvmpack.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/lpvmpack.c  -fPIC -DPIC -o .libs/lpvmpack.o
../../src/lpvmpack.c: In function 'umbuf_free':
../../src/lpvmpack.c:386:2: warning: implicit declaration of function 'check_for_exit'; did you mean 'check_for_free'? [-Wimplicit-function-declaration]
  check_for_exit( src );
  ^~~~~~~~~~~~~~
  check_for_free
../../src/lpvmpack.c: In function 'umbuf_dump':
../../src/lpvmpack.c:414:3: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration]
   pvmlogprintf("umbuf_dump() BadParam\n");
   ^~~~~~~~~~~~
   pvm_upkint
In file included from ../../src/lpvmpack.c:238:0:
../../src/lpvmpack.c: In function 'pvm_mkbuf':
../../src/tevmac.h:120:36: warning: implicit declaration of function 'pvmbeatask'; did you mean 'pvm_settmask'? [-Wimplicit-function-declaration]
 #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 )
                                    ^
../../src/tevmac.h:125:5: note: in expansion of macro 'BEATASK'
  ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \
     ^~~~~~~
../../src/tevmac.h:131:4: note: in expansion of macro 'TEV_CHECK_TRACE'
  ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) )
    ^~~~~~~~~~~~~~~
../../src/lpvmpack.c:461:7: note: in expansion of macro 'TEV_DO_TRACE'
   if (TEV_DO_TRACE(TEV_MKBUF,TEV_EVENT_ENTRY)) {
       ^~~~~~~~~~~~
../../src/tevmac.h:131:32: warning: implicit declaration of function 'tev_begin'; did you mean 'tev_init'? [-Wimplicit-function-declaration]
  ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) )
                                ^
../../src/lpvmpack.c:461:7: note: in expansion of macro 'TEV_DO_TRACE'
   if (TEV_DO_TRACE(TEV_MKBUF,TEV_EVENT_ENTRY)) {
       ^~~~~~~~~~~~
../../src/tevmac.h:133:17: warning: implicit declaration of function 'tev_fin'; did you mean 'tev_init'? [-Wimplicit-function-declaration]
 #define TEV_FIN tev_fin()
                 ^
../../src/lpvmpack.c:463:4: note: in expansion of macro 'TEV_FIN'
    TEV_FIN;
    ^~~~~~~
../../src/lpvmpack.c:495:11: warning: implicit declaration of function 'enc_trc_hdr' [-Wimplicit-function-declaration]
     tmp = enc_trc_hdr(mp);
           ^~~~~~~~~~~
../../src/lpvmpack.c:511:3: warning: implicit declaration of function 'lpvmerr' [-Wimplicit-function-declaration]
   lpvmerr("pvm_mkbuf", cc);
   ^~~~~~~
../../src/lpvmpack.c: In function 'pvm_pkmesg':
../../src/lpvmpack.c:2289:9: warning: implicit declaration of function 'pmsg_pack'; did you mean 'pmsg_dump'? [-Wimplicit-function-declaration]
    cc = pmsg_pack(pvmsbuf, mp);
         ^~~~~~~~~
         pmsg_dump
../../src/lpvmpack.c: In function 'pvm_pkmesgbody':
../../src/lpvmpack.c:2312:9: warning: implicit declaration of function 'pmsg_packbody'; did you mean 'pmsg_decmore'? [-Wimplicit-function-declaration]
    cc = pmsg_packbody(pvmsbuf, mp);
         ^~~~~~~~~~~~~
         pmsg_decmore
../../src/lpvmpack.c: In function 'pvm_upkmesg':
../../src/lpvmpack.c:2330:15: warning: implicit declaration of function 'pmsg_unpack'; did you mean 'pmsg_unref'? [-Wimplicit-function-declaration]
    if (!(cc = pmsg_unpack(pvmrbuf, mp)))
               ^~~~~~~~~~~
               pmsg_unref
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/lpvmpack.c -o lpvmpack.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/lpvmglob.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/lpvmglob.c  -fPIC -DPIC -o .libs/lpvmglob.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/lpvmglob.c -o lpvmglob.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/lpvm.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/lpvm.c  -fPIC -DPIC -o .libs/lpvm.o
../../src/lpvm.c: In function 'pvm_fd_add':
../../src/lpvm.c:755:3: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration]
   pvmlogprintf("pvm_fd_add() bad fd %d\n", fd);
   ^~~~~~~~~~~~
   pvm_upkint
../../src/lpvm.c: At top level:
../../src/lpvm.c:794:1: warning: return type defaults to 'int' [-Wimplicit-int]
 pvm_fd_delete(fd, sets)
 ^~~~~~~~~~~~~
../../src/lpvm.c: In function 'ttpcb_delete':
../../src/lpvm.c:893:4: warning: implicit declaration of function 'umbuf_free'; did you mean 'umbuf_new'? [-Wimplicit-function-declaration]
    umbuf_free(up->m_link);
    ^~~~~~~~~~
    umbuf_new
../../src/lpvm.c: In function 'ttpcb_dead':
../../src/lpvm.c:976:3: warning: implicit declaration of function 'check_routedelete'; did you mean 'PvmRouteDelete'? [-Wimplicit-function-declaration]
   check_routedelete(pcbp);
   ^~~~~~~~~~~~~~~~~
   PvmRouteDelete
../../src/lpvm.c: In function 'ttpcb_dumpall':
../../src/lpvm.c:1015:2: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration]
  pvmlogerror("ttpcb_dumpall()\n");
  ^~~~~~~~~~~
  pvm_perror
../../src/lpvm.c: In function 'check_routeadd':
../../src/lpvm.c:1048:4: warning: implicit declaration of function 'mesg_input'; did you mean 'mesg_new'? [-Wimplicit-function-declaration]
    mesg_input(up);
    ^~~~~~~~~~
    mesg_new
../../src/lpvm.c: In function 'pvm_tc_conreq':
../../src/lpvm.c:1182:6: warning: implicit declaration of function 'pvmlogperror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration]
      pvmlogperror("pvm_tc_conreq() listen");
      ^~~~~~~~~~~~
      pvm_perror
../../src/lpvm.c: In function 'mxinput':
../../src/lpvm.c:1601:37: warning: implicit declaration of function 'pvmget32'; did you mean 'pvmgettmp'? [-Wimplicit-function-declaration]
  n = (fp->fr_len < TDFRAGHDR) ? 0 : pvmget32(fp->fr_dat + 8);
                                     ^~~~~~~~
                                     pvmgettmp
../../src/lpvm.c:1676:8: warning: implicit declaration of function 'pvmget8'; did you mean 'pvmgettmp'? [-Wimplicit-function-declaration]
   ff = pvmget8(cp + 12);
        ^~~~~~~
        pvmgettmp
../../src/lpvm.c: In function 'mxfer':
../../src/lpvm.c:1834:3: warning: implicit declaration of function 'pvmgetclock'; did you mean 'pvmgetpvmd'? [-Wimplicit-function-declaration]
   pvmgetclock(&tin);
   ^~~~~~~~~~~
   pvmgetpvmd
../../src/lpvm.c:1953:4: warning: implicit declaration of function 'print_fdset'; did you mean 'printf_l'? [-Wimplicit-function-declaration]
    print_fdset("mxfer() rfds=", pvmnfds, &rfds);
    ^~~~~~~~~~~
    printf_l
../../src/lpvm.c:2186:7: warning: implicit declaration of function 'pvmput32'; did you mean 'pvm_pstat'? [-Wimplicit-function-declaration]
       pvmput32(txcp,
       ^~~~~~~~
       pvm_pstat
../../src/lpvm.c:2208:6: warning: implicit declaration of function 'pvmput8' [-Wimplicit-function-declaration]
      pvmput8(txcp + 12, ff);
      ^~~~~~~
../../src/lpvm.c:2311:8: warning: implicit declaration of function 'ogm_complete'; did you mean 'pvm_delete'? [-Wimplicit-function-declaration]
    if (ogm_complete(&sendmsg))
        ^~~~~~~~~~~~
        pvm_delete
../../src/lpvm.c: In function 'mksocs':
../../src/lpvm.c:2905:5: warning: implicit declaration of function 'pvmsleep'; did you mean 'usleep'? [-Wimplicit-function-declaration]
     pvmsleep(1); /* XXX hmm again */
     ^~~~~~~~
     usleep
../../src/lpvm.c: In function 'pvmbeatask':
../../src/lpvm.c:3076:2: warning: implicit declaration of function 'pvmchkuid'; did you mean 'pvm_pkuint'? [-Wimplicit-function-declaration]
  pvmchkuid( pvm_useruid );
  ^~~~~~~~~
  pvm_pkuint
../../src/lpvm.c:3083:16: warning: implicit declaration of function 'pvmstrtoi'; did you mean 'strtok'? [-Wimplicit-function-declaration]
   pvmdebmask = pvmstrtoi(p);
                ^~~~~~~~~
                strtok
In file included from ../../src/lpvm.c:650:0:
../../src/lpvm.c: In function 'pvm_getfds':
../../src/tevmac.h:131:32: warning: implicit declaration of function 'tev_begin'; did you mean 'tev_init'? [-Wimplicit-function-declaration]
  ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) )
                                ^
../../src/lpvm.c:3482:7: note: in expansion of macro 'TEV_DO_TRACE'
   if (TEV_DO_TRACE(TEV_GETFDS,TEV_EVENT_ENTRY))
       ^~~~~~~~~~~~
../../src/tevmac.h:133:17: warning: implicit declaration of function 'tev_fin'; did you mean 'tev_init'? [-Wimplicit-function-declaration]
 #define TEV_FIN tev_fin()
                 ^
../../src/lpvm.c:3483:4: note: in expansion of macro 'TEV_FIN'
    TEV_FIN;
    ^~~~~~~
../../src/lpvm.c:3521:19: warning: implicit declaration of function 'lpvmerr' [-Wimplicit-function-declaration]
  return (cc < 0 ? lpvmerr("pvm_getfds", cc) : cc);
                   ^~~~~~~
../../src/lpvm.c: In function 'pvm_start_pvmd':
../../src/lpvm.c:3696:8: warning: implicit declaration of function 'wait'; did you mean 'exit'? [-Wimplicit-function-declaration]
  (void)wait(0);
        ^~~~
        exit
../../src/lpvm.c:3720:2: warning: implicit declaration of function 'pvmputenv'; did you mean 'putenv'? [-Wimplicit-function-declaration]
  pvmputenv(STRALLOC(buf));
  ^~~~~~~~~
  putenv
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDX86_64\" -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/lpvm.c -o lpvm.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -o libpvm3.la imalloc.lo tev.lo lpvmcat.lo lpvmgen.lo lpvmpack.lo lpvmglob.lo pmsg.lo pvmalloc.lo pvmcruft.lo pvmerr.lo pvmfrag.lo waitc.lo global.lo \
	lpvm.lo pvmdabuf.lo \
	-rpath /usr/pkg/pvm3/lib/NETBSDX86_64 \
	-version-info 3:4
libtool-fortran: link: gcc -shared  -fPIC -DPIC  .libs/imalloc.o .libs/tev.o .libs/lpvmcat.o .libs/lpvmgen.o .libs/lpvmpack.o .libs/lpvmglob.o .libs/pmsg.o .libs/pvmalloc.o .libs/pvmcruft.o .libs/pvmerr.o .libs/pvmfrag.o .libs/waitc.o .libs/global.o .libs/lpvm.o .libs/pvmdabuf.o      -Wl,-soname -Wl,libpvm3.so.3 -o .libs/libpvm3.so.3.0.4
ld: .libs/lpvm.o: in function `pvm_tc_conreq':
lpvm.c:(.text+0x105f): warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
libtool-fortran: link: (cd ".libs" && rm -f "libpvm3.so.3" && ln -s "libpvm3.so.3.0.4" "libpvm3.so.3")
libtool-fortran: link: (cd ".libs" && rm -f "libpvm3.so" && ln -s "libpvm3.so.3.0.4" "libpvm3.so")
libtool-fortran: link: ar cr .libs/libpvm3.a  imalloc.o tev.o lpvmcat.o lpvmgen.o lpvmpack.o lpvmglob.o pmsg.o pvmalloc.o pvmcruft.o pvmerr.o pvmfrag.o waitc.o global.o lpvm.o pvmdabuf.o
libtool-fortran: link: ranlib .libs/libpvm3.a
libtool-fortran: link: ( cd ".libs" && rm -f "libpvm3.la" && ln -s "../libpvm3.la" "libpvm3.la" )
/bin/mkdir -p ../../lib/NETBSDX86_64/.libs
cp .libs/* ../../lib/NETBSDX86_64/.libs
cp libpvm3.* ../../lib/NETBSDX86_64
make[2]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3/src/NETBSDX86_64'
done building in src
building tracer
cd tracer; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-O2 -I/usr/pkg/include -I/usr/include" FFLOPTS="-O -fallow-argument-mismatch" install
making in NETBSDX86_64/ for NETBSDX86_64
make[2]: Entering directory '/pbulk/work/parallel/pvm3/work/pvm3/tracer/NETBSDX86_64'
mkdir ../../bin
mkdir ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include -I../../tracer ../../tracer/tracer.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/tracer.c  -fPIC -DPIC -o .libs/tracer.o
../../tracer/tracer.c: In function 'work':
../../tracer/tracer.c:182:10: warning: implicit declaration of function 'recv_events' [-Wimplicit-function-declaration]
   more = recv_events();
          ^~~~~~~~~~~
../../tracer/tracer.c:209:14: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration]
    if ( (n = read(in, cmd, sizeof( cmd ) - 1 )) < 1 )
              ^~~~
              fread
../../tracer/tracer.c:227:5: warning: implicit declaration of function 'handle_cmd' [-Wimplicit-function-declaration]
     handle_cmd( cmd );
     ^~~~~~~~~~
../../tracer/tracer.c: In function 'handle_cmd':
../../tracer/tracer.c:247:7: warning: implicit declaration of function 'acav' [-Wimplicit-function-declaration]
  if ( acav( cmd, &ac, av ) )
       ^~~~
../../tracer/tracer.c:264:4: warning: implicit declaration of function 'buffer_proc'; did you mean 'quit_proc'? [-Wimplicit-function-declaration]
    buffer_proc( ac, av );
    ^~~~~~~~~~~
    quit_proc
../../tracer/tracer.c:270:4: warning: implicit declaration of function 'options_proc'; did you mean 'quit_proc'? [-Wimplicit-function-declaration]
    options_proc( ac, av );
    ^~~~~~~~~~~~
    quit_proc
../../tracer/tracer.c:276:4: warning: implicit declaration of function 'help_proc'; did you mean 'mask_proc'? [-Wimplicit-function-declaration]
    help_proc( ac, av );
    ^~~~~~~~~
    mask_proc
../../tracer/tracer.c: In function 'program_init':
../../tracer/tracer.c:486:24: warning: implicit declaration of function 'getuid'; did you mean 'getpwuid'? [-Wimplicit-function-declaration]
   if ( (pw = getpwuid( getuid() )) != NULL )
                        ^~~~~~
                        getpwuid
In file included from /usr/include/stdio.h:597:0,
                 from ../../tracer/tracer.h:29,
                 from ../../tracer/tracer.c:30:
../../tracer/tracer.c:497:45: warning: implicit declaration of function 'getpid'; did you mean 'getpwuid'? [-Wimplicit-function-declaration]
    sprintf( tmp, "%s/tracefile.%d", pvmtmp, getpid() );
                                             ^
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/tracer.c -o tracer.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include -I../../tracer ../../tracer/cmd.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/cmd.c  -fPIC -DPIC -o .libs/cmd.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/cmd.c -o cmd.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include -I../../tracer ../../tracer/trcglob.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trcglob.c  -fPIC -DPIC -o .libs/trcglob.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trcglob.c -o trcglob.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include -I../../tracer ../../tracer/trcmess.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trcmess.c  -fPIC -DPIC -o .libs/trcmess.o
../../tracer/trcmess.c: In function 'trc_handle_trace_message':
../../tracer/trcmess.c:605:13: warning: implicit declaration of function 'trc_unpack_data_value'; did you mean 'trc_store_data_values'? [-Wimplicit-function-declaration]
       if ( !trc_unpack_data_value( DD ) )
             ^~~~~~~~~~~~~~~~~~~~~
             trc_store_data_values
../../tracer/trcmess.c: In function 'trc_handle_output_message':
../../tracer/trcmess.c:837:11: warning: implicit declaration of function 'trc_store_output_event'; did you mean 'trc_write_output_event'? [-Wimplicit-function-declaration]
    ecnt = trc_store_output_event( ID, tid, output, len );
           ^~~~~~~~~~~~~~~~~~~~~~
           trc_write_output_event
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trcmess.c -o trcmess.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include -I../../tracer ../../tracer/trcfile.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trcfile.c  -fPIC -DPIC -o .libs/trcfile.o
../../tracer/trcfile.c:1495:1: warning: return type defaults to 'int' [-Wimplicit-int]
 trc_unpack_data_value( DD )
 ^~~~~~~~~~~~~~~~~~~~~
../../tracer/trcfile.c:1904:1: warning: return type defaults to 'int' [-Wimplicit-int]
 trc_store_output_event( ID, tid, str, len )
 ^~~~~~~~~~~~~~~~~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trcfile.c -o trcfile.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include -I../../tracer ../../tracer/trccompat.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trccompat.c  -fPIC -DPIC -o .libs/trccompat.o
../../tracer/trccompat.c: In function 'trc_init_old_events':
../../tracer/trccompat.c:59:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     (void *) ( ( i - TRC_OLD_TEV_FIRST ) + 1 ) );
     ^
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trccompat.c -o trccompat.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include -I../../tracer ../../tracer/trccompatglob.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trccompatglob.c  -fPIC -DPIC -o .libs/trccompatglob.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trccompatglob.c -o trccompatglob.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include -I../../tracer ../../tracer/trcutil.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trcutil.c  -fPIC -DPIC -o .libs/trcutil.o
../../tracer/trcutil.c: In function 'trc_tracer_init':
../../tracer/trcutil.c:63:7: warning: implicit declaration of function 'gethostname'; did you mean 'getprogname'? [-Wimplicit-function-declaration]
  if ( gethostname( hname, 1023 ) == -1 )
       ^~~~~~~~~~~
       getprogname
../../tracer/trcutil.c: In function 'trc_add_to_trie':
../../tracer/trcutil.c:556:11: warning: implicit declaration of function 'trc_trie_index'; did you mean 'trc_tracer_init'? [-Wimplicit-function-declaration]
   index = trc_trie_index( str[i] );
           ^~~~~~~~~~~~~~
           trc_tracer_init
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trcutil.c -o trcutil.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include -I../../tracer ../../tracer/trclib.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trclib.c  -fPIC -DPIC -o .libs/trclib.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trclib.c -o trclib.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -o libpvmtrc.la trcmess.lo trcfile.lo trccompat.lo trccompatglob.lo trcutil.lo trclib.lo \
	-rpath /usr/pkg/pvm3/lib/NETBSDX86_64  -version-info 3:4
libtool-fortran: link: gcc -shared  -fPIC -DPIC  .libs/trcmess.o .libs/trcfile.o .libs/trccompat.o .libs/trccompatglob.o .libs/trcutil.o .libs/trclib.o      -Wl,-soname -Wl,libpvmtrc.so.3 -o .libs/libpvmtrc.so.3.0.4
libtool-fortran: link: (cd ".libs" && rm -f "libpvmtrc.so.3" && ln -s "libpvmtrc.so.3.0.4" "libpvmtrc.so.3")
libtool-fortran: link: (cd ".libs" && rm -f "libpvmtrc.so" && ln -s "libpvmtrc.so.3.0.4" "libpvmtrc.so")
libtool-fortran: link: ar cr .libs/libpvmtrc.a  trcmess.o trcfile.o trccompat.o trccompatglob.o trcutil.o trclib.o
libtool-fortran: link: ranlib .libs/libpvmtrc.a
libtool-fortran: link: ( cd ".libs" && rm -f "libpvmtrc.la" && ln -s "../libpvmtrc.la" "libpvmtrc.la" )
/bin/mkdir -p ../../lib/NETBSDX86_64/.libs
cp .libs/* ../../lib/NETBSDX86_64/.libs
cp libpvmtrc.* ../../lib/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o tracer tracer.o cmd.o trcglob.o -L../../lib/NETBSDX86_64 -L../../tracer/NETBSDX86_64 -lpvmtrc -lpvm3 
libtool-fortran: link: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/tracer tracer.o cmd.o trcglob.o -pie  -L../../lib/NETBSDX86_64 -L../../tracer/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvmtrc -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/bin/mkdir -p ../../bin/NETBSDX86_64/.libs
cp .libs/tracer ../../bin/NETBSDX86_64/.libs
cp tracer ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include -I../../tracer ../../tracer/trcsort.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trcsort.c  -fPIC -DPIC -o .libs/trcsort.o
../../tracer/trcsort.c: In function 'main':
../../tracer/trcsort.c:288:4: warning: implicit declaration of function 'trc_store_tevrec'; did you mean 'trc_free_tevrec'? [-Wimplicit-function-declaration]
    trc_store_tevrec( ID, NEXTTF->savetd, NEXTTF->savetr,
    ^~~~~~~~~~~~~~~~
    trc_free_tevrec
In file included from /usr/include/stdio.h:597:0,
                 from ../../tracer/trcsort.c:30:
../../tracer/trcsort.c: In function 'program_init':
../../tracer/trcsort.c:583:40: warning: implicit declaration of function 'getpid'; did you mean 'getenv'? [-Wimplicit-function-declaration]
  sprintf( DIRNAME, "tmpsort.%d", (int) getpid() );
                                        ^
../../tracer/trcsort.c: In function 'cleanup':
../../tracer/trcsort.c:1150:4: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration]
    unlink( TF->fname );
    ^~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trcsort.c -o trcsort.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o trcsort trcsort.lo -L../../lib/NETBSDX86_64 -L../../tracer/NETBSDX86_64 -lpvmtrc -lpvm3 
libtool-fortran: link: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/trcsort .libs/trcsort.o -pie  -L../../lib/NETBSDX86_64 -L../../tracer/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvmtrc -lpvm3  -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/bin/mkdir -p ../../bin/NETBSDX86_64/.libs
cp .libs/trcsort ../../bin/NETBSDX86_64/.libs
cp trcsort ../../bin/NETBSDX86_64
make[2]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3/tracer/NETBSDX86_64'
done building tracer
building console
cd console; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-O2 -I/usr/pkg/include -I/usr/include" FFLOPTS="-O -fallow-argument-mismatch" install
making in NETBSDX86_64/ for NETBSDX86_64
make[2]: Entering directory '/pbulk/work/parallel/pvm3/work/pvm3/console/NETBSDX86_64'
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DIMA_NETBSDX86_64 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../console/cons.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../console/cons.c  -fPIC -DPIC -o .libs/cons.o
../../console/cons.c:290:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(argc, argv)
 ^~~~
../../console/cons.c: In function 'main':
../../console/cons.c:372:28: warning: implicit declaration of function 'pvmstrtoi'; did you mean 'strtoq'? [-Wimplicit-function-declaration]
   pvm_setopt(PvmDebugMask, pvmstrtoi(argv[1] + 2));
                            ^~~~~~~~~
                            strtoq
../../console/cons.c:406:7: warning: implicit declaration of function 'acav' [-Wimplicit-function-declaration]
  if (!acav(cmd, &ac, av) && ac)
       ^~~~
../../console/cons.c:407:3: warning: implicit declaration of function 'trace_cmd'; did you mean 'strcasecmp'? [-Wimplicit-function-declaration]
   trace_cmd(ac, av);
   ^~~~~~~~~
   strcasecmp
../../console/cons.c:426:4: warning: implicit declaration of function 'docmd' [-Wimplicit-function-declaration]
    docmd(cmd);
    ^~~~~
../../console/cons.c:444:2: warning: implicit declaration of function 'trc_init'; did you mean 'job_init'? [-Wimplicit-function-declaration]
  trc_init();
  ^~~~~~~~
  job_init
../../console/cons.c:466:11: warning: implicit declaration of function 'checkmsgs' [-Wimplicit-function-declaration]
    more = checkmsgs();
           ^~~~~~~~~
../../console/cons.c:513:13: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration]
    if ((n = read(0, cmd, sizeof(cmd)-1)) < 1) {
             ^~~~
             fread
../../console/cons.c:515:5: warning: implicit declaration of function 'quit_cmd' [-Wimplicit-function-declaration]
     quit_cmd();
     ^~~~~~~~
../../console/cons.c: At top level:
../../console/cons.c:616:1: warning: return type defaults to 'int' [-Wimplicit-int]
 xtoi(p)
 ^~~~
../../console/cons.c:634:1: warning: return type defaults to 'int' [-Wimplicit-int]
 axtoi(p)
 ^~~~~
../../console/cons.c:654:1: warning: return type defaults to 'int' [-Wimplicit-int]
 checkmsgs()
 ^~~~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../console/cons.c -o cons.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DIMA_NETBSDX86_64 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../console/cmds.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../console/cmds.c  -fPIC -DPIC -o .libs/cmds.o
../../console/cmds.c:471:1: warning: return type defaults to 'int' [-Wimplicit-int]
 freealias(ap)
 ^~~~~~~~~
../../console/cmds.c:519:1: warning: return type defaults to 'int' [-Wimplicit-int]
 docmd(cmd)
 ^~~~~
../../console/cmds.c: In function 'docmd':
../../console/cmds.c:567:7: warning: implicit declaration of function 'acav' [-Wimplicit-function-declaration]
   if (acav(cmd, &ac, av)) {
       ^~~~
../../console/cmds.c: At top level:
../../console/cmds.c:632:1: warning: return type defaults to 'int' [-Wimplicit-int]
 add_cmd(ac, av)
 ^~~~~~~
../../console/cmds.c: In function 'add_cmd':
../../console/cmds.c:666:6: warning: implicit declaration of function 'diagnose_cant_start_pvm' [-Wimplicit-function-declaration]
      diagnose_cant_start_pvm( av[i] );
      ^~~~~~~~~~~~~~~~~~~~~~~
../../console/cmds.c: At top level:
../../console/cmds.c:678:1: warning: return type defaults to 'int' [-Wimplicit-int]
 diagnose_cant_start_pvm( hostline )
 ^~~~~~~~~~~~~~~~~~~~~~~
../../console/cmds.c: In function 'diagnose_cant_start_pvm':
../../console/cmds.c:707:7: warning: implicit declaration of function 'parsehost' [-Wimplicit-function-declaration]
  if ( parsehost(hostline, &hp) < 0 ) {
       ^~~~~~~~~
../../console/cmds.c:715:2: warning: implicit declaration of function 'gethostname'; did you mean 'getprogname'? [-Wimplicit-function-declaration]
  gethostname( lhost, 1024 );
  ^~~~~~~~~~~
  getprogname
../../console/cmds.c:720:23: warning: implicit declaration of function 'getuid'; did you mean 'getpwuid'? [-Wimplicit-function-declaration]
  if ( (pw = getpwuid( getuid() )) != NULL )
                       ^~~~~~
                       getpwuid
../../console/cmds.c:779:7: warning: implicit declaration of function 'do_rsh_cmd'; did you mean 'jobs_cmd'? [-Wimplicit-function-declaration]
  if ( do_rsh_cmd( &hp, "Testing Rsh/Rhosts Access to",
       ^~~~~~~~~~
       jobs_cmd
../../console/cmds.c:884:27: warning: implicit declaration of function 'check_env_var' [-Wimplicit-function-declaration]
   if ( remote_os == 0 && !check_env_var( "PVM_ROOT", result ) ) {
                           ^~~~~~~~~~~~~
../../console/cmds.c: At top level:
../../console/cmds.c:1168:1: warning: return type defaults to 'int' [-Wimplicit-int]
 do_rsh_cmd( hp, label, cmd, result, rsize )
 ^~~~~~~~~~
../../console/cmds.c:1234:1: warning: return type defaults to 'int' [-Wimplicit-int]
 check_env_var( name, result )
 ^~~~~~~~~~~~~
../../console/cmds.c:1385:1: warning: return type defaults to 'int' [-Wimplicit-int]
 alias_cmd(ac, av)
 ^~~~~~~~~
../../console/cmds.c:1413:1: warning: return type defaults to 'int' [-Wimplicit-int]
 conf_cmd(ac, av)
 ^~~~~~~~
../../console/cmds.c:1437:1: warning: return type defaults to 'int' [-Wimplicit-int]
 delete_cmd(ac, av)
 ^~~~~~~~~~
../../console/cmds.c:1464:1: warning: return type defaults to 'int' [-Wimplicit-int]
 echo_cmd(ac, av)
 ^~~~~~~~
../../console/cmds.c:1480:1: warning: return type defaults to 'int' [-Wimplicit-int]
 halt_cmd(ac, av)
 ^~~~~~~~
../../console/cmds.c: In function 'halt_cmd':
../../console/cmds.c:1487:3: warning: implicit declaration of function 'pvmendtask'; did you mean 'pvm_tasks'? [-Wimplicit-function-declaration]
   pvmendtask();
   ^~~~~~~~~~
   pvm_tasks
../../console/cmds.c: At top level:
../../console/cmds.c:1687:1: warning: return type defaults to 'int' [-Wimplicit-int]
 help_cmd(ac, av)
 ^~~~~~~~
../../console/cmds.c:1725:1: warning: return type defaults to 'int' [-Wimplicit-int]
 id_cmd(ac, av)
 ^~~~~~
../../console/cmds.c:1736:1: warning: return type defaults to 'int' [-Wimplicit-int]
 idump_cmd(ac, av)
 ^~~~~~~~~
../../console/cmds.c:1769:1: warning: return type defaults to 'int' [-Wimplicit-int]
 jobs_cmd(ac, av)
 ^~~~~~~~
../../console/cmds.c: In function 'jobs_cmd':
../../console/cmds.c:1782:3: warning: implicit declaration of function 'print_task_hdr' [-Wimplicit-function-declaration]
   print_task_hdr(0);
   ^~~~~~~~~~~~~~
../../console/cmds.c:1798:8: warning: implicit declaration of function 'print_task_rec' [-Wimplicit-function-declaration]
        print_task_rec(&tip[0], 0);
        ^~~~~~~~~~~~~~
../../console/cmds.c: At top level:
../../console/cmds.c:1830:1: warning: return type defaults to 'int' [-Wimplicit-int]
 kill_cmd(ac, av)
 ^~~~~~~~
../../console/cmds.c: In function 'kill_cmd':
../../console/cmds.c:1870:9: warning: implicit declaration of function 'tidtoi'; did you mean 'atoi'? [-Wimplicit-function-declaration]
   tid = tidtoi(*++av);
         ^~~~~~
         atoi
../../console/cmds.c: At top level:
../../console/cmds.c:1909:1: warning: return type defaults to 'int' [-Wimplicit-int]
 mstat_cmd(ac, av)
 ^~~~~~~~~
../../console/cmds.c:1924:1: warning: return type defaults to 'int' [-Wimplicit-int]
 pstat_cmd(ac, av)
 ^~~~~~~~~
../../console/cmds.c:1941:1: warning: return type defaults to 'int' [-Wimplicit-int]
 quit_cmd()
 ^~~~~~~~
../../console/cmds.c:1974:1: warning: return type defaults to 'int' [-Wimplicit-int]
 reset_cmd(ac, av)
 ^~~~~~~~~
../../console/cmds.c: In function 'reset_cmd':
../../console/cmds.c:2000:2: warning: implicit declaration of function 'pvmreset'; did you mean 'pvm_exit'? [-Wimplicit-function-declaration]
  pvmreset( mytid, killtasks, class, index );
  ^~~~~~~~
  pvm_exit
../../console/cmds.c: At top level:
../../console/cmds.c:2006:1: warning: return type defaults to 'int' [-Wimplicit-int]
 setenv_cmd(ac, av)
 ^~~~~~~~~~
../../console/cmds.c: In function 'setenv_cmd':
../../console/cmds.c:2042:4: warning: implicit declaration of function 'pvmputenv'; did you mean 'putenv'? [-Wimplicit-function-declaration]
    pvmputenv(p);
    ^~~~~~~~~
    putenv
../../console/cmds.c: At top level:
../../console/cmds.c:2089:1: warning: return type defaults to 'int' [-Wimplicit-int]
 setopt_cmd(ac, av)
 ^~~~~~~~~~
../../console/cmds.c:2123:1: warning: return type defaults to 'int' [-Wimplicit-int]
 getopt_cmd(ac, av)
 ^~~~~~~~~~
../../console/cmds.c:2170:1: warning: return type defaults to 'int' [-Wimplicit-int]
 sig_cmd(ac, av)
 ^~~~~~~
../../console/cmds.c:2187:1: warning: return type defaults to 'int' [-Wimplicit-int]
 spawn_cmd(ac, av)
 ^~~~~~~~~
../../console/cmds.c:2373:1: warning: return type defaults to 'int' [-Wimplicit-int]
 print_task_hdr(lflg)
 ^~~~~~~~~~~~~~
../../console/cmds.c:2386:1: warning: return type defaults to 'int' [-Wimplicit-int]
 print_task_rec(tip, lflg)
 ^~~~~~~~~~~~~~
../../console/cmds.c:2423:1: warning: return type defaults to 'int' [-Wimplicit-int]
 tasks_cmd(ac, av)
 ^~~~~~~~~
../../console/cmds.c:2502:1: warning: return type defaults to 'int' [-Wimplicit-int]
 tickle_cmd(ac, av)
 ^~~~~~~~~~
../../console/cmds.c: In function 'tickle_cmd':
../../console/cmds.c:2513:14: warning: implicit declaration of function 'axtoi'; did you mean 'atoi'? [-Wimplicit-function-declaration]
   arg[nar] = axtoi(av[nar]);
              ^~~~~
              atoi
../../console/cmds.c: At top level:
../../console/cmds.c:2525:1: warning: return type defaults to 'int' [-Wimplicit-int]
 printtm(who)
 ^~~~~~~
../../console/cmds.c:2538:1: warning: return type defaults to 'int' [-Wimplicit-int]
 trace_cmd(ac, av)
 ^~~~~~~~~
../../console/cmds.c:2664:1: warning: return type defaults to 'int' [-Wimplicit-int]
 unalias_cmd(ac, av)
 ^~~~~~~~~~~
../../console/cmds.c:2678:1: warning: return type defaults to 'int' [-Wimplicit-int]
 version_cmd(ac, av)
 ^~~~~~~~~~~
../../console/cmds.c:2689:1: warning: return type defaults to 'int' [-Wimplicit-int]
 names_cmd(ac, av)
 ^~~~~~~~~
../../console/cmds.c:2713:1: warning: return type defaults to 'int' [-Wimplicit-int]
 put_cmd(ac, av)
 ^~~~~~~
../../console/cmds.c:2727:1: warning: return type defaults to 'int' [-Wimplicit-int]
 export_cmd(ac, av)
 ^~~~~~~~~~
../../console/cmds.c:2746:1: warning: return type defaults to 'int' [-Wimplicit-int]
 unexport_cmd(ac, av)
 ^~~~~~~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../console/cmds.c -o cmds.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DIMA_NETBSDX86_64 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../console/job.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../console/job.c  -fPIC -DPIC -o .libs/job.o
../../console/job.c:150:1: warning: return type defaults to 'int' [-Wimplicit-int]
 job_init()
 ^~~~~~~~
../../console/job.c:175:1: warning: return type defaults to 'int' [-Wimplicit-int]
 job_free(jp)
 ^~~~~~~~
../../console/job.c:224:1: warning: return type defaults to 'int' [-Wimplicit-int]
 obuf_free(jp, op)
 ^~~~~~~~~
../../console/job.c:240:1: warning: return type defaults to 'int' [-Wimplicit-int]
 obuf_dump(jp)
 ^~~~~~~~~
../../console/job.c:252:1: warning: return type defaults to 'int' [-Wimplicit-int]
 checkoutput(jp, cc, len, cod, src)
 ^~~~~~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../console/job.c -o job.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DIMA_NETBSDX86_64 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../console/trc.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../console/trc.c  -fPIC -DPIC -o .libs/trc.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../console/trc.c -o trc.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -O2 -I/usr/pkg/include -I/usr/include -DIMA_NETBSDX86_64 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o pvm cons.lo cmds.lo job.lo trc.lo  -L../../tracer/NETBSDX86_64 -L../../lib/NETBSDX86_64 -lpvmtrc -lpvm3 
libtool-fortran: link: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/pvm .libs/cons.o .libs/cmds.o .libs/job.o .libs/trc.o -pie  -L../../tracer/NETBSDX86_64 -L../../lib/NETBSDX86_64 -L../../tracer/NETBSDX86_64/.libs -lpvmtrc -L../../lib/NETBSDX86_64/.libs -lpvm3  -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/bin/mkdir -p ../../lib/NETBSDX86_64/.libs
cp .libs/pvm ../../lib/NETBSDX86_64/.libs
cp pvm ../../lib/NETBSDX86_64
make[2]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3/console/NETBSDX86_64'
done building console
building libfpvm
cd libfpvm; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-O2 -I/usr/pkg/include -I/usr/include" FFLOPTS="-O -fallow-argument-mismatch" install
making in NETBSDX86_64/ for NETBSDX86_64
make[2]: Entering directory '/pbulk/work/parallel/pvm3/work/pvm3/libfpvm/NETBSDX86_64'
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfaddhost.m4 > pvmfaddhost.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfaddhost.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfaddhost.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfaddhost.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfaddhost.c  -fPIC -DPIC -o .libs/pvmfaddhost.o
pvmfaddhost.c: In function 'pvmfaddhost_':
pvmfaddhost.c:21:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(thost, sizeof(thost), host_ptr, host_len)) {
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfaddhost.c -o pvmfaddhost.o >/dev/null 2>&1
rm -f pvmfaddhost.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfaddmhf.m4 > pvmfaddmhf.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfaddmhf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfaddmhf.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfaddmhf.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfaddmhf.c  -fPIC -DPIC -o .libs/pvmfaddmhf.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfaddmhf.c -o pvmfaddmhf.o >/dev/null 2>&1
rm -f pvmfaddmhf.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfarchcode.m4 > pvmfarchcode.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfarchcode.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfarchcode.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfarchcode.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfarchcode.c  -fPIC -DPIC -o .libs/pvmfarchcode.o
pvmfarchcode.c: In function 'pvmfarchcode_':
pvmfarchcode.c:19:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tarch, sizeof(tarch), arch_ptr, arch_len)) {
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfarchcode.c -o pvmfarchcode.o >/dev/null 2>&1
rm -f pvmfarchcode.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfbarrier.m4 > pvmfbarrier.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfbarrier.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfbarrier.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfbarrier.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfbarrier.c  -fPIC -DPIC -o .libs/pvmfbarrier.o
pvmfbarrier.c: In function 'pvmfbarrier_':
pvmfbarrier.c:19:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfbarrier.c -o pvmfbarrier.o >/dev/null 2>&1
rm -f pvmfbarrier.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfbcast.m4 > pvmfbcast.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfbcast.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfbcast.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfbcast.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfbcast.c  -fPIC -DPIC -o .libs/pvmfbcast.o
pvmfbcast.c: In function 'pvmfbcast_':
pvmfbcast.c:19:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfbcast.c -o pvmfbcast.o >/dev/null 2>&1
rm -f pvmfbcast.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfbufinfo.m4 > pvmfbufinfo.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfbufinfo.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfbufinfo.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfbufinfo.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfbufinfo.c  -fPIC -DPIC -o .libs/pvmfbufinfo.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfbufinfo.c -o pvmfbufinfo.o >/dev/null 2>&1
rm -f pvmfbufinfo.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfcatchout.m4 > pvmfcatchout.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfcatchout.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfcatchout.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfcatchout.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfcatchout.c  -fPIC -DPIC -o .libs/pvmfcatchout.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfcatchout.c -o pvmfcatchout.o >/dev/null 2>&1
rm -f pvmfcatchout.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfconfig.m4 > pvmfconfig.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfconfig.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfconfig.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfconfig.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfconfig.c  -fPIC -DPIC -o .libs/pvmfconfig.o
pvmfconfig.c: In function 'pvmfconfig_':
pvmfconfig.c:50:4: warning: implicit declaration of function 'ctofstr' [-Wimplicit-function-declaration]
    ctofstr( name_ptr, name_len,
    ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfconfig.c -o pvmfconfig.o >/dev/null 2>&1
rm -f pvmfconfig.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfdelhost.m4 > pvmfdelhost.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfdelhost.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfdelhost.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfdelhost.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfdelhost.c  -fPIC -DPIC -o .libs/pvmfdelhost.o
pvmfdelhost.c: In function 'pvmfdelhost_':
pvmfdelhost.c:21:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(thost, sizeof(thost), host_ptr, host_len)) {
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfdelhost.c -o pvmfdelhost.o >/dev/null 2>&1
rm -f pvmfdelhost.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfdelinfo.m4 > pvmfdelinfo.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfdelinfo.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfdelinfo.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfdelinfo.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfdelinfo.c  -fPIC -DPIC -o .libs/pvmfdelinfo.o
pvmfdelinfo.c: In function 'pvmfdelinfo_':
pvmfdelinfo.c:20:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tname, sizeof(tname), name_ptr, name_len)) {
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfdelinfo.c -o pvmfdelinfo.o >/dev/null 2>&1
rm -f pvmfdelinfo.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfdelmhf.m4 > pvmfdelmhf.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfdelmhf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfdelmhf.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfdelmhf.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfdelmhf.c  -fPIC -DPIC -o .libs/pvmfdelmhf.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfdelmhf.c -o pvmfdelmhf.o >/dev/null 2>&1
rm -f pvmfdelmhf.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfexit.m4 > pvmfexit.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfexit.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfexit.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfexit.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfexit.c  -fPIC -DPIC -o .libs/pvmfexit.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfexit.c -o pvmfexit.o >/dev/null 2>&1
rm -f pvmfexit.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmffreebuf.m4 > pvmffreebuf.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmffreebuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmffreebuf.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmffreebuf.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmffreebuf.c  -fPIC -DPIC -o .libs/pvmffreebuf.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmffreebuf.c -o pvmffreebuf.o >/dev/null 2>&1
rm -f pvmffreebuf.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmffreectx.m4 > pvmffreectx.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmffreectx.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmffreectx.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmffreectx.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmffreectx.c  -fPIC -DPIC -o .libs/pvmffreectx.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmffreectx.c -o pvmffreectx.o >/dev/null 2>&1
rm -f pvmffreectx.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmffrzgrp.m4 > pvmffrzgrp.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmffrzgrp.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmffrzgrp.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmffrzgrp.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmffrzgrp.c  -fPIC -DPIC -o .libs/pvmffrzgrp.o
pvmffrzgrp.c: In function 'pvmffreezegroup_':
pvmffrzgrp.c:19:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmffrzgrp.c -o pvmffrzgrp.o >/dev/null 2>&1
rm -f pvmffrzgrp.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfgather.m4 > pvmfgather.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfgather.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgather.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgather.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgather.c  -fPIC -DPIC -o .libs/pvmfgather.o
pvmfgather.c: In function 'pvmfgather_':
pvmfgather.c:20:7: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
   if (ftocstr(tgroup,sizeof(tgroup),gname_ptr,gname_len))
       ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgather.c -o pvmfgather.o >/dev/null 2>&1
rm -f pvmfgather.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfgetctx.m4 > pvmfgetctx.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfgetctx.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetctx.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgetctx.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgetctx.c  -fPIC -DPIC -o .libs/pvmfgetctx.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgetctx.c -o pvmfgetctx.o >/dev/null 2>&1
rm -f pvmfgetctx.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfgetinfo.m4 > pvmfgetinfo.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfgetinfo.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetinfo.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgetinfo.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgetinfo.c  -fPIC -DPIC -o .libs/pvmfgetinfo.o
pvmfgetinfo.c: In function 'pvmfgetmboxinfo_':
pvmfgetinfo.c:43:8: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
   if ( ftocstr( tpattern, sizeof(tpattern), pattern_ptr,
        ^~~~~~~
pvmfgetinfo.c:64:4: warning: implicit declaration of function 'ctofstr' [-Wimplicit-function-declaration]
    ctofstr( name_ptr, name_len,
    ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgetinfo.c -o pvmfgetinfo.o >/dev/null 2>&1
rm -f pvmfgetinfo.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfgetinst.m4 > pvmfgetinst.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfgetinst.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetinst.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgetinst.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgetinst.c  -fPIC -DPIC -o .libs/pvmfgetinst.o
pvmfgetinst.c: In function 'pvmfgetinst_':
pvmfgetinst.c:19:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgetinst.c -o pvmfgetinst.o >/dev/null 2>&1
rm -f pvmfgetinst.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfgetopt.m4 > pvmfgetopt.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfgetopt.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetopt.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgetopt.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgetopt.c  -fPIC -DPIC -o .libs/pvmfgetopt.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgetopt.c -o pvmfgetopt.o >/dev/null 2>&1
rm -f pvmfgetopt.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfgetrbuf.m4 > pvmfgetrbuf.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfgetrbuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetrbuf.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgetrbuf.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgetrbuf.c  -fPIC -DPIC -o .libs/pvmfgetrbuf.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgetrbuf.c -o pvmfgetrbuf.o >/dev/null 2>&1
rm -f pvmfgetrbuf.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfgetsbuf.m4 > pvmfgetsbuf.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfgetsbuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetsbuf.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgetsbuf.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgetsbuf.c  -fPIC -DPIC -o .libs/pvmfgetsbuf.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgetsbuf.c -o pvmfgetsbuf.o >/dev/null 2>&1
rm -f pvmfgetsbuf.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfgettid.m4 > pvmfgettid.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfgettid.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgettid.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgettid.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgettid.c  -fPIC -DPIC -o .libs/pvmfgettid.o
pvmfgettid.c: In function 'pvmfgettid_':
pvmfgettid.c:19:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgettid.c -o pvmfgettid.o >/dev/null 2>&1
rm -f pvmfgettid.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfgsize.m4 > pvmfgsize.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfgsize.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgsize.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgsize.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgsize.c  -fPIC -DPIC -o .libs/pvmfgsize.o
pvmfgsize.c: In function 'pvmfgsize_':
pvmfgsize.c:19:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfgsize.c -o pvmfgsize.o >/dev/null 2>&1
rm -f pvmfgsize.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfhalt.m4 > pvmfhalt.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfhalt.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfhalt.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfhalt.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfhalt.c  -fPIC -DPIC -o .libs/pvmfhalt.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfhalt.c -o pvmfhalt.o >/dev/null 2>&1
rm -f pvmfhalt.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfhostsync.m4 > pvmfhostsync.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfhostsync.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfhostsync.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfhostsync.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfhostsync.c  -fPIC -DPIC -o .libs/pvmfhostsync.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfhostsync.c -o pvmfhostsync.o >/dev/null 2>&1
rm -f pvmfhostsync.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfinitsend.m4 > pvmfinitsend.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfinitsend.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfinitsend.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfinitsend.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfinitsend.c  -fPIC -DPIC -o .libs/pvmfinitsend.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfinitsend.c -o pvmfinitsend.o >/dev/null 2>&1
rm -f pvmfinitsend.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfjoingrp.m4 > pvmfjoingrp.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfjoingrp.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfjoingrp.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfjoingrp.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfjoingrp.c  -fPIC -DPIC -o .libs/pvmfjoingrp.o
pvmfjoingrp.c: In function 'pvmfjoingroup_':
pvmfjoingrp.c:19:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfjoingrp.c -o pvmfjoingrp.o >/dev/null 2>&1
rm -f pvmfjoingrp.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfkill.m4 > pvmfkill.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfkill.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfkill.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfkill.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfkill.c  -fPIC -DPIC -o .libs/pvmfkill.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfkill.c -o pvmfkill.o >/dev/null 2>&1
rm -f pvmfkill.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmflvgrp.m4 > pvmflvgrp.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmflvgrp.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmflvgrp.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmflvgrp.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmflvgrp.c  -fPIC -DPIC -o .libs/pvmflvgrp.o
pvmflvgrp.c: In function 'pvmflvgroup_':
pvmflvgrp.c:19:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmflvgrp.c -o pvmflvgrp.o >/dev/null 2>&1
rm -f pvmflvgrp.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfmcast.m4 > pvmfmcast.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfmcast.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfmcast.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfmcast.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfmcast.c  -fPIC -DPIC -o .libs/pvmfmcast.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfmcast.c -o pvmfmcast.o >/dev/null 2>&1
rm -f pvmfmcast.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfmkbuf.m4 > pvmfmkbuf.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfmkbuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfmkbuf.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfmkbuf.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfmkbuf.c  -fPIC -DPIC -o .libs/pvmfmkbuf.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfmkbuf.c -o pvmfmkbuf.o >/dev/null 2>&1
rm -f pvmfmkbuf.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfmstat.m4 > pvmfmstat.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfmstat.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfmstat.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfmstat.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfmstat.c  -fPIC -DPIC -o .libs/pvmfmstat.o
pvmfmstat.c: In function 'pvmfmstat_':
pvmfmstat.c:19:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(thost, sizeof(thost), host_ptr, host_len)) {
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfmstat.c -o pvmfmstat.o >/dev/null 2>&1
rm -f pvmfmstat.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfmytid.m4 > pvmfmytid.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfmytid.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfmytid.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfmytid.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfmytid.c  -fPIC -DPIC -o .libs/pvmfmytid.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfmytid.c -o pvmfmytid.o >/dev/null 2>&1
rm -f pvmfmytid.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfnewctx.m4 > pvmfnewctx.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfnewctx.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfnewctx.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfnewctx.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfnewctx.c  -fPIC -DPIC -o .libs/pvmfnewctx.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfnewctx.c -o pvmfnewctx.o >/dev/null 2>&1
rm -f pvmfnewctx.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfnotify.m4 > pvmfnotify.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfnotify.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfnotify.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfnotify.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfnotify.c  -fPIC -DPIC -o .libs/pvmfnotify.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfnotify.c -o pvmfnotify.o >/dev/null 2>&1
rm -f pvmfnotify.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfnrecv.m4 > pvmfnrecv.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfnrecv.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfnrecv.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfnrecv.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfnrecv.c  -fPIC -DPIC -o .libs/pvmfnrecv.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfnrecv.c -o pvmfnrecv.o >/dev/null 2>&1
rm -f pvmfnrecv.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfpack.m4 > pvmfpack.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfpack.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfpack.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfpack.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfpack.c  -fPIC -DPIC -o .libs/pvmfpack.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfpack.c -o pvmfpack.o >/dev/null 2>&1
rm -f pvmfpack.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfparent.m4 > pvmfparent.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfparent.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfparent.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfparent.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfparent.c  -fPIC -DPIC -o .libs/pvmfparent.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfparent.c -o pvmfparent.o >/dev/null 2>&1
rm -f pvmfparent.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfperror.m4 > pvmfperror.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfperror.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfperror.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfperror.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfperror.c  -fPIC -DPIC -o .libs/pvmfperror.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfperror.c -o pvmfperror.o >/dev/null 2>&1
rm -f pvmfperror.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfprecv.m4 > pvmfprecv.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfprecv.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfprecv.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfprecv.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfprecv.c  -fPIC -DPIC -o .libs/pvmfprecv.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfprecv.c -o pvmfprecv.o >/dev/null 2>&1
rm -f pvmfprecv.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfprobe.m4 > pvmfprobe.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfprobe.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfprobe.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfprobe.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfprobe.c  -fPIC -DPIC -o .libs/pvmfprobe.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfprobe.c -o pvmfprobe.o >/dev/null 2>&1
rm -f pvmfprobe.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfpsend.m4 > pvmfpsend.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfpsend.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfpsend.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfpsend.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfpsend.c  -fPIC -DPIC -o .libs/pvmfpsend.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfpsend.c -o pvmfpsend.o >/dev/null 2>&1
rm -f pvmfpsend.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfpstat.m4 > pvmfpstat.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfpstat.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfpstat.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfpstat.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfpstat.c  -fPIC -DPIC -o .libs/pvmfpstat.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfpstat.c -o pvmfpstat.o >/dev/null 2>&1
rm -f pvmfpstat.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfputinfo.m4 > pvmfputinfo.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfputinfo.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfputinfo.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfputinfo.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfputinfo.c  -fPIC -DPIC -o .libs/pvmfputinfo.o
pvmfputinfo.c: In function 'pvmfputinfo_':
pvmfputinfo.c:20:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tname, sizeof(tname), name_ptr, name_len)) {
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfputinfo.c -o pvmfputinfo.o >/dev/null 2>&1
rm -f pvmfputinfo.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfrecv.m4 > pvmfrecv.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfrecv.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfrecv.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfrecv.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfrecv.c  -fPIC -DPIC -o .libs/pvmfrecv.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfrecv.c -o pvmfrecv.o >/dev/null 2>&1
rm -f pvmfrecv.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfrecvinfo.m4 > pvmfrecvinfo.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfrecvinfo.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfrecvinfo.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfrecvinfo.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfrecvinfo.c  -fPIC -DPIC -o .libs/pvmfrecvinfo.o
pvmfrecvinfo.c: In function 'pvmfrecvinfo_':
pvmfrecvinfo.c:20:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tname, sizeof(tname), name_ptr, name_len)) {
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfrecvinfo.c -o pvmfrecvinfo.o >/dev/null 2>&1
rm -f pvmfrecvinfo.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfreduce.m4 > pvmfreduce.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfreduce.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfreduce.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfreduce.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfreduce.c  -fPIC -DPIC -o .libs/pvmfreduce.o
pvmfreduce.c: In function 'pvmfreduce_':
pvmfreduce.c:24:7: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
   if (ftocstr(tgroup, sizeof(tgroup), gname_ptr, gname_len)){
       ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfreduce.c -o pvmfreduce.o >/dev/null 2>&1
rm -f pvmfreduce.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfscatter.m4 > pvmfscatter.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfscatter.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfscatter.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfscatter.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfscatter.c  -fPIC -DPIC -o .libs/pvmfscatter.o
pvmfscatter.c: In function 'pvmfscatter_':
pvmfscatter.c:20:7: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
   if (ftocstr(tgroup,sizeof(tgroup),gname_ptr,gname_len))
       ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfscatter.c -o pvmfscatter.o >/dev/null 2>&1
rm -f pvmfscatter.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfsend.m4 > pvmfsend.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfsend.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsend.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsend.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsend.c  -fPIC -DPIC -o .libs/pvmfsend.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsend.c -o pvmfsend.o >/dev/null 2>&1
rm -f pvmfsend.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfsendsig.m4 > pvmfsendsig.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfsendsig.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsendsig.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsendsig.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsendsig.c  -fPIC -DPIC -o .libs/pvmfsendsig.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsendsig.c -o pvmfsendsig.o >/dev/null 2>&1
rm -f pvmfsendsig.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfsetctx.m4 > pvmfsetctx.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfsetctx.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsetctx.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsetctx.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsetctx.c  -fPIC -DPIC -o .libs/pvmfsetctx.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsetctx.c -o pvmfsetctx.o >/dev/null 2>&1
rm -f pvmfsetctx.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfsetopt.m4 > pvmfsetopt.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfsetopt.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsetopt.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsetopt.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsetopt.c  -fPIC -DPIC -o .libs/pvmfsetopt.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsetopt.c -o pvmfsetopt.o >/dev/null 2>&1
rm -f pvmfsetopt.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfsetrbuf.m4 > pvmfsetrbuf.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfsetrbuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsetrbuf.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsetrbuf.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsetrbuf.c  -fPIC -DPIC -o .libs/pvmfsetrbuf.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsetrbuf.c -o pvmfsetrbuf.o >/dev/null 2>&1
rm -f pvmfsetrbuf.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfsetsbuf.m4 > pvmfsetsbuf.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfsetsbuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsetsbuf.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsetsbuf.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsetsbuf.c  -fPIC -DPIC -o .libs/pvmfsetsbuf.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsetsbuf.c -o pvmfsetsbuf.o >/dev/null 2>&1
rm -f pvmfsetsbuf.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfsiblings.m4 > pvmfsiblings.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfsiblings.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsiblings.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsiblings.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsiblings.c  -fPIC -DPIC -o .libs/pvmfsiblings.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsiblings.c -o pvmfsiblings.o >/dev/null 2>&1
rm -f pvmfsiblings.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfsleep.m4 > pvmfsleep.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfsleep.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsleep.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsleep.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsleep.c  -fPIC -DPIC -o .libs/pvmfsleep.o
pvmfsleep.c: In function 'pvmfsleep_':
pvmfsleep.c:12:2: warning: implicit declaration of function 'pvmsleep'; did you mean 'pvmfsleep_'? [-Wimplicit-function-declaration]
  pvmsleep(*secs);
  ^~~~~~~~
  pvmfsleep_
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfsleep.c -o pvmfsleep.o >/dev/null 2>&1
rm -f pvmfsleep.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfspawn.m4 > pvmfspawn.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfspawn.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfspawn.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfspawn.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfspawn.c  -fPIC -DPIC -o .libs/pvmfspawn.o
pvmfspawn.c: In function 'pvmfspawn_':
pvmfspawn.c:21:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(taout, sizeof(taout), aout_ptr, aout_len)) {
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfspawn.c -o pvmfspawn.o >/dev/null 2>&1
rm -f pvmfspawn.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfstartpvmd.m4 > pvmfstartpvmd.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfstartpvmd.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfstartpvmd.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfstartpvmd.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfstartpvmd.c  -fPIC -DPIC -o .libs/pvmfstartpvmd.o
pvmfstartpvmd.c: In function 'pvmfstartpvmd_':
pvmfstartpvmd.c:55:6: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration]
      pvmlogerror("pvmfstartpvmd() can't get memory\n");
      ^~~~~~~~~~~
      pvm_perror
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfstartpvmd.c -o pvmfstartpvmd.o >/dev/null 2>&1
rm -f pvmfstartpvmd.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmftasks.m4 > pvmftasks.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmftasks.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmftasks.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmftasks.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmftasks.c  -fPIC -DPIC -o .libs/pvmftasks.o
pvmftasks.c: In function 'pvmftasks_':
pvmftasks.c:51:4: warning: implicit declaration of function 'ctofstr' [-Wimplicit-function-declaration]
    ctofstr( a_out_ptr, a_out_len,
    ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmftasks.c -o pvmftasks.o >/dev/null 2>&1
rm -f pvmftasks.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmftidtoh.m4 > pvmftidtoh.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmftidtoh.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmftidtoh.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmftidtoh.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmftidtoh.c  -fPIC -DPIC -o .libs/pvmftidtoh.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmftidtoh.c -o pvmftidtoh.o >/dev/null 2>&1
rm -f pvmftidtoh.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmftrecv.m4 > pvmftrecv.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmftrecv.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmftrecv.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmftrecv.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmftrecv.c  -fPIC -DPIC -o .libs/pvmftrecv.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmftrecv.c -o pvmftrecv.o >/dev/null 2>&1
rm -f pvmftrecv.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDX86_64.m4";; x) echo "m4 ../../conf/NETBSDX86_64.m4";; esac` ../../libfpvm/pvmfunpack.m4 > pvmfunpack.c
case x in xt) m4 ../../conf/NETBSDX86_64.m4 ../../libfpvm/pvmfunpack.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfunpack.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfunpack.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfunpack.c  -fPIC -DPIC -o .libs/pvmfunpack.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST pvmfunpack.c -o pvmfunpack.o >/dev/null 2>&1
rm -f pvmfunpack.c
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST ../../libfpvm/ftocstr.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST ../../libfpvm/ftocstr.c  -fPIC -DPIC -o .libs/ftocstr.o
../../libfpvm/ftocstr.c:45:1: warning: return type defaults to 'int' [-Wimplicit-int]
 ftocstr(ds, dl, ss, sl)
 ^~~~~~~
../../libfpvm/ftocstr.c:63:1: warning: return type defaults to 'int' [-Wimplicit-int]
 ctofstr(ds, dl, ss)
 ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDX86_64 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST ../../libfpvm/ftocstr.c -o ftocstr.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -o libfpvm3.la pvmfaddhost.lo pvmfaddmhf.lo pvmfarchcode.lo pvmfbarrier.lo pvmfbcast.lo pvmfbufinfo.lo pvmfcatchout.lo pvmfconfig.lo pvmfdelhost.lo pvmfdelinfo.lo pvmfdelmhf.lo pvmfexit.lo pvmffreebuf.lo pvmffreectx.lo pvmffrzgrp.lo pvmfgather.lo pvmfgetctx.lo pvmfgetinfo.lo pvmfgetinst.lo pvmfgetopt.lo pvmfgetrbuf.lo pvmfgetsbuf.lo pvmfgettid.lo pvmfgsize.lo pvmfhalt.lo pvmfhostsync.lo pvmfinitsend.lo pvmfjoingrp.lo pvmfkill.lo pvmflvgrp.lo pvmfmcast.lo pvmfmkbuf.lo pvmfmstat.lo pvmfmytid.lo pvmfnewctx.lo pvmfnotify.lo pvmfnrecv.lo pvmfpack.lo pvmfparent.lo pvmfperror.lo pvmfprecv.lo pvmfprobe.lo pvmfpsend.lo pvmfpstat.lo pvmfputinfo.lo pvmfrecv.lo pvmfrecvinfo.lo pvmfreduce.lo pvmfscatter.lo pvmfsend.lo pvmfsendsig.lo pvmfsetctx.lo pvmfsetopt.lo pvmfsetrbuf.lo pvmfsetsbuf.lo pvmfsiblings.lo pvmfsleep.lo pvmfspawn.lo pvmfstartpvmd.lo pvmftasks.lo pvmftidtoh.lo pvmftrecv.lo pvmfunpack.lo \
	ftocstr.lo -rpath /usr/pkg/pvm3/lib/NETBSDX86_64 \
	-version-info 3:4
libtool-fortran: link: gcc -shared  -fPIC -DPIC  .libs/pvmfaddhost.o .libs/pvmfaddmhf.o .libs/pvmfarchcode.o .libs/pvmfbarrier.o .libs/pvmfbcast.o .libs/pvmfbufinfo.o .libs/pvmfcatchout.o .libs/pvmfconfig.o .libs/pvmfdelhost.o .libs/pvmfdelinfo.o .libs/pvmfdelmhf.o .libs/pvmfexit.o .libs/pvmffreebuf.o .libs/pvmffreectx.o .libs/pvmffrzgrp.o .libs/pvmfgather.o .libs/pvmfgetctx.o .libs/pvmfgetinfo.o .libs/pvmfgetinst.o .libs/pvmfgetopt.o .libs/pvmfgetrbuf.o .libs/pvmfgetsbuf.o .libs/pvmfgettid.o .libs/pvmfgsize.o .libs/pvmfhalt.o .libs/pvmfhostsync.o .libs/pvmfinitsend.o .libs/pvmfjoingrp.o .libs/pvmfkill.o .libs/pvmflvgrp.o .libs/pvmfmcast.o .libs/pvmfmkbuf.o .libs/pvmfmstat.o .libs/pvmfmytid.o .libs/pvmfnewctx.o .libs/pvmfnotify.o .libs/pvmfnrecv.o .libs/pvmfpack.o .libs/pvmfparent.o .libs/pvmfperror.o .libs/pvmfprecv.o .libs/pvmfprobe.o .libs/pvmfpsend.o .libs/pvmfpstat.o .libs/pvmfputinfo.o .libs/pvmfrecv.o .libs/pvmfrecvinfo.o .libs/pvmfreduce.o .libs/pvmfscatter.o .libs/pvmfsend.o .libs/pvmfsendsig.o .libs/pvmfsetctx.o .libs/pvmfsetopt.o .libs/pvmfsetrbuf.o .libs/pvmfsetsbuf.o .libs/pvmfsiblings.o .libs/pvmfsleep.o .libs/pvmfspawn.o .libs/pvmfstartpvmd.o .libs/pvmftasks.o .libs/pvmftidtoh.o .libs/pvmftrecv.o .libs/pvmfunpack.o .libs/ftocstr.o      -Wl,-soname -Wl,libfpvm3.so.3 -o .libs/libfpvm3.so.3.0.4
libtool-fortran: link: (cd ".libs" && rm -f "libfpvm3.so.3" && ln -s "libfpvm3.so.3.0.4" "libfpvm3.so.3")
libtool-fortran: link: (cd ".libs" && rm -f "libfpvm3.so" && ln -s "libfpvm3.so.3.0.4" "libfpvm3.so")
libtool-fortran: link: ar cr .libs/libfpvm3.a  pvmfaddhost.o pvmfaddmhf.o pvmfarchcode.o pvmfbarrier.o pvmfbcast.o pvmfbufinfo.o pvmfcatchout.o pvmfconfig.o pvmfdelhost.o pvmfdelinfo.o pvmfdelmhf.o pvmfexit.o pvmffreebuf.o pvmffreectx.o pvmffrzgrp.o pvmfgather.o pvmfgetctx.o pvmfgetinfo.o pvmfgetinst.o pvmfgetopt.o pvmfgetrbuf.o pvmfgetsbuf.o pvmfgettid.o pvmfgsize.o pvmfhalt.o pvmfhostsync.o pvmfinitsend.o pvmfjoingrp.o pvmfkill.o pvmflvgrp.o pvmfmcast.o pvmfmkbuf.o pvmfmstat.o pvmfmytid.o pvmfnewctx.o pvmfnotify.o pvmfnrecv.o pvmfpack.o pvmfparent.o pvmfperror.o pvmfprecv.o pvmfprobe.o pvmfpsend.o pvmfpstat.o pvmfputinfo.o pvmfrecv.o pvmfrecvinfo.o pvmfreduce.o pvmfscatter.o pvmfsend.o pvmfsendsig.o pvmfsetctx.o pvmfsetopt.o pvmfsetrbuf.o pvmfsetsbuf.o pvmfsiblings.o pvmfsleep.o pvmfspawn.o pvmfstartpvmd.o pvmftasks.o pvmftidtoh.o pvmftrecv.o pvmfunpack.o ftocstr.o
libtool-fortran: link: ranlib .libs/libfpvm3.a
libtool-fortran: link: ( cd ".libs" && rm -f "libfpvm3.la" && ln -s "../libfpvm3.la" "libfpvm3.la" )
/bin/mkdir -p ../../lib/NETBSDX86_64/.libs
cp .libs/* ../../lib/NETBSDX86_64/.libs
cp libfpvm3.la ../../lib/NETBSDX86_64
make[2]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3/libfpvm/NETBSDX86_64'
done building libfpvm
building group server and library
cd pvmgs; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-O2 -I/usr/pkg/include -I/usr/include" FFLOPTS="-O -fallow-argument-mismatch" install
making in NETBSDX86_64/ for NETBSDX86_64
make[2]: Entering directory '/pbulk/work/parallel/pvm3/work/pvm3/pvmgs/NETBSDX86_64'
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../pvmgs/pvm_gstat.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../pvmgs/pvm_gstat.c  -fPIC -DPIC -o .libs/pvm_gstat.o
../../pvmgs/pvm_gstat.c: In function 'main':
../../pvmgs/pvm_gstat.c:61:14: warning: implicit declaration of function 'gs_getgstid'; did you mean 'gs_gettid'? [-Wimplicit-function-declaration]
  if((gstid = gs_getgstid()) < 0)
              ^~~~~~~~~~~
              gs_gettid
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../pvmgs/pvm_gstat.c -o pvm_gstat.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../pvmgs/pvmgsu_core.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../pvmgs/pvmgsu_core.c  -fPIC -DPIC -o .libs/pvmgsu_core.o
In file included from ../../pvmgs/pvmgsu_core.c:72:0:
../../pvmgs/pvmgsu_core.c: In function 'pvm_joingroup':
../../src/tevmac.h:120:36: warning: implicit declaration of function 'pvmbeatask'; did you mean 'pvm_settmask'? [-Wimplicit-function-declaration]
 #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 )
                                    ^
../../src/tevmac.h:125:5: note: in expansion of macro 'BEATASK'
  ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \
     ^~~~~~~
../../src/tevmac.h:131:4: note: in expansion of macro 'TEV_CHECK_TRACE'
  ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) )
    ^~~~~~~~~~~~~~~
../../pvmgs/pvmgs_mac.h:84:7: note: in expansion of macro 'TEV_DO_TRACE'
   if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \
       ^~~~~~~~~~~~
../../pvmgs/pvmgsu_core.c:189:2: note: in expansion of macro 'BGN_TRACE'
  BGN_TRACE( TEV_JOINGROUP, group, 0, (int *) NULL );
  ^~~~~~~~~
../../src/tevmac.h:131:32: warning: implicit declaration of function 'tev_begin'; did you mean 'tev_init'? [-Wimplicit-function-declaration]
  ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) )
                                ^
../../pvmgs/pvmgs_mac.h:84:7: note: in expansion of macro 'TEV_DO_TRACE'
   if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \
       ^~~~~~~~~~~~
../../pvmgs/pvmgsu_core.c:189:2: note: in expansion of macro 'BGN_TRACE'
  BGN_TRACE( TEV_JOINGROUP, group, 0, (int *) NULL );
  ^~~~~~~~~
../../src/tevmac.h:133:17: warning: implicit declaration of function 'tev_fin'; did you mean 'tev_init'? [-Wimplicit-function-declaration]
 #define TEV_FIN tev_fin()
                 ^
../../pvmgs/pvmgs_mac.h:90:4: note: in expansion of macro 'TEV_FIN'
    TEV_FIN; \
    ^~~~~~~
../../pvmgs/pvmgsu_core.c:189:2: note: in expansion of macro 'BGN_TRACE'
  BGN_TRACE( TEV_JOINGROUP, group, 0, (int *) NULL );
  ^~~~~~~~~
../../pvmgs/pvmgsu_core.c:191:2: warning: implicit declaration of function 'int_query_server' [-Wimplicit-function-declaration]
  int_query_server(group, JOIN, "pvm_joingroup", &gid, 0);
  ^~~~~~~~~~~~~~~~
../../pvmgs/pvmgsu_core.c: In function 'pvm_getinst':
../../pvmgs/pvmgsu_core.c:255:9: warning: implicit declaration of function 'gs_getinst'; did you mean 'gs_retint'? [-Wimplicit-function-declaration]
  inst = gs_getinst(group, tid, sgroup_list, &ngroups, &foo);
         ^~~~~~~~~~
         gs_retint
../../pvmgs/pvmgsu_core.c: In function 'pvm_bcast':
../../pvmgs/pvmgsu_core.c:356:12: warning: implicit declaration of function 'gs_get_tidlist'; did you mean 'gs_tidlist'? [-Wimplicit-function-declaration]
  if ((cc = gs_get_tidlist(group, msgtag, &ntids, &tids, 0)) < 0)
            ^~~~~~~~~~~~~~
            gs_tidlist
../../pvmgs/pvmgsu_core.c: In function 'int_query_server':
../../pvmgs/pvmgsu_core.c:635:3: warning: implicit declaration of function 'gs_cachegroup'; did you mean 'gs_group'? [-Wimplicit-function-declaration]
   gs_cachegroup(sgroup_list, &ngroups, &sgroup);
   ^~~~~~~~~~~~~
   gs_group
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../pvmgs/pvmgsu_core.c -o pvmgsu_core.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../pvmgs/pvmgsu_aux.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../pvmgs/pvmgsu_aux.c  -fPIC -DPIC -o .libs/pvmgsu_aux.o
In file included from ../../pvmgs/pvmgsu_aux.c:50:0:
../../pvmgs/pvmgsu_aux.c: In function 'pvm_reduce':
../../src/tevmac.h:120:36: warning: implicit declaration of function 'pvmbeatask'; did you mean 'pvm_settmask'? [-Wimplicit-function-declaration]
 #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 )
                                    ^
../../src/tevmac.h:125:5: note: in expansion of macro 'BEATASK'
  ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \
     ^~~~~~~
../../src/tevmac.h:131:4: note: in expansion of macro 'TEV_CHECK_TRACE'
  ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) )
    ^~~~~~~~~~~~~~~
../../pvmgs/pvmgs_mac.h:84:7: note: in expansion of macro 'TEV_DO_TRACE'
   if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \
       ^~~~~~~~~~~~
../../pvmgs/pvmgsu_aux.c:222:5: note: in expansion of macro 'BGN_TRACE'
     BGN_TRACE( TEV_REDUCE, gname, TEV_DID_MC, &msgtag );
     ^~~~~~~~~
../../src/tevmac.h:131:32: warning: implicit declaration of function 'tev_begin'; did you mean 'tev_init'? [-Wimplicit-function-declaration]
  ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) )
                                ^
../../pvmgs/pvmgs_mac.h:84:7: note: in expansion of macro 'TEV_DO_TRACE'
   if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \
       ^~~~~~~~~~~~
../../pvmgs/pvmgsu_aux.c:222:5: note: in expansion of macro 'BGN_TRACE'
     BGN_TRACE( TEV_REDUCE, gname, TEV_DID_MC, &msgtag );
     ^~~~~~~~~
../../src/tevmac.h:133:17: warning: implicit declaration of function 'tev_fin'; did you mean 'tev_init'? [-Wimplicit-function-declaration]
 #define TEV_FIN tev_fin()
                 ^
../../pvmgs/pvmgs_mac.h:90:4: note: in expansion of macro 'TEV_FIN'
    TEV_FIN; \
    ^~~~~~~
../../pvmgs/pvmgsu_aux.c:222:5: note: in expansion of macro 'BGN_TRACE'
     BGN_TRACE( TEV_REDUCE, gname, TEV_DID_MC, &msgtag );
     ^~~~~~~~~
../../pvmgs/pvmgsu_aux.c:240:27: warning: implicit declaration of function 'gs_get_datasize'; did you mean 'gs_gettid'? [-Wimplicit-function-declaration]
     if ( (cc = datasize = gs_get_datasize(datatype))    < PvmOk ) goto done;
                           ^~~~~~~~~~~~~~~
                           gs_gettid
../../pvmgs/pvmgsu_aux.c:243:16: warning: implicit declaration of function 'gs_pack_unpack'; did you mean 'unpackfunc'? [-Wimplicit-function-declaration]
     if ( (cc = gs_pack_unpack(datatype, &packfunc, &unpackfunc) ) < PvmOk)
                ^~~~~~~~~~~~~~
                unpackfunc
../../pvmgs/pvmgsu_aux.c:252:5: warning: implicit declaration of function 'pvm_grphostinfo'; did you mean 'pvm_putinfo'? [-Wimplicit-function-declaration]
     pvm_grphostinfo(gname, gs_tidtohost(pvmmytid), &coordinator,
     ^~~~~~~~~~~~~~~
     pvm_putinfo
../../pvmgs/pvmgsu_aux.c:342:17: warning: implicit declaration of function 'lpvmerr' [-Wimplicit-function-declaration]
     if (cc < 0) lpvmerr("pvm_reduce",cc);
                 ^~~~~~~
../../pvmgs/pvmgsu_aux.c: In function 'pvm_gather':
../../pvmgs/pvmgsu_aux.c:865:20: warning: implicit declaration of function 'gs_get_tidlist'; did you mean 'gs_tidlist'? [-Wimplicit-function-declaration]
         if ( (cc = gs_get_tidlist(gname, msgtag, &gsize, &tids, 1)) < 0)
                    ^~~~~~~~~~~~~~
                    gs_tidlist
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../pvmgs/pvmgsu_aux.c -o pvmgsu_aux.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../pvmgs/pvmgs_func.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../pvmgs/pvmgs_func.c  -fPIC -DPIC -o .libs/pvmgs_func.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../pvmgs/pvmgs_func.c -o pvmgs_func.o >/dev/null 2>&1
rm -f libgpvm3.la
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -o libgpvm3.la pvmgsu_core.lo pvmgsu_aux.lo pvmgs_func.lo \
	-rpath /usr/pkg/pvm3/lib/NETBSDX86_64 \
	-version-info 3:4
libtool-fortran: link: gcc -shared  -fPIC -DPIC  .libs/pvmgsu_core.o .libs/pvmgsu_aux.o .libs/pvmgs_func.o      -Wl,-soname -Wl,libgpvm3.so.3 -o .libs/libgpvm3.so.3.0.4
libtool-fortran: link: (cd ".libs" && rm -f "libgpvm3.so.3" && ln -s "libgpvm3.so.3.0.4" "libgpvm3.so.3")
libtool-fortran: link: (cd ".libs" && rm -f "libgpvm3.so" && ln -s "libgpvm3.so.3.0.4" "libgpvm3.so")
libtool-fortran: link: ar cr .libs/libgpvm3.a  pvmgsu_core.o pvmgsu_aux.o pvmgs_func.o
libtool-fortran: link: ranlib .libs/libgpvm3.a
libtool-fortran: link: ( cd ".libs" && rm -f "libgpvm3.la" && ln -s "../libgpvm3.la" "libgpvm3.la" )
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -O2 -I/usr/pkg/include -I/usr/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o pvm_gstat pvm_gstat.lo libgpvm3.la  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/pvm_gstat .libs/pvm_gstat.o -pie  -L./.libs -lgpvm3 -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3  -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/bin/mkdir -p ../../bin/NETBSDX86_64/.libs
cp .libs/pvm_gstat ../../bin/NETBSDX86_64/.libs
cp pvm_gstat ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../pvmgs/pvmgs_core.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../pvmgs/pvmgs_core.c  -fPIC -DPIC -o .libs/pvmgs_core.o
../../pvmgs/pvmgs_core.c: In function 'main':
../../pvmgs/pvmgs_core.c:80:8: warning: implicit declaration of function 'gs_register'; did you mean 'gs_retint'? [-Wimplicit-function-declaration]
  if ( !gs_register( GSNAME, gstid ) )
        ^~~~~~~~~~~
        gs_retint
../../pvmgs/pvmgs_core.c: In function 'gs_handle':
../../pvmgs/pvmgs_core.c:350:12: warning: implicit declaration of function 'gs_getinst'; did you mean 'gs_retint'? [-Wimplicit-function-declaration]
     inst = gs_getinst( groupname, ftid, hash_list, ngroups,
            ^~~~~~~~~~
            gs_retint
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../pvmgs/pvmgs_core.c -o pvmgs_core.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -O2 -I/usr/pkg/include -I/usr/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o pvmgs pvmgs_core.lo pvmgs_func.lo  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/pvmgs .libs/pvmgs_core.o .libs/pvmgs_func.o -pie  -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3  -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/bin/mkdir -p ../../bin/NETBSDX86_64/.libs
cp .libs/pvmgs ../../bin/NETBSDX86_64/.libs
cp pvmgs ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../pvmgs/pvmgroups.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../pvmgs/pvmgroups.c  -fPIC -DPIC -o .libs/pvmgroups.o
../../pvmgs/pvmgroups.c:37:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
../../pvmgs/pvmgroups.c: In function 'main':
../../pvmgs/pvmgroups.c:41:10: warning: implicit declaration of function 'gs_getgstid'; did you mean 'gs_gettid'? [-Wimplicit-function-declaration]
  gstid = gs_getgstid();
          ^~~~~~~~~~~
          gs_gettid
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../pvmgs/pvmgroups.c -o pvmgroups.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -O2 -I/usr/pkg/include -I/usr/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o pvmgroups pvmgroups.lo libgpvm3.la  -L../../lib/NETBSDX86_64 -lpvm3  
libtool-fortran: link: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/pvmgroups .libs/pvmgroups.o -pie  -L./.libs -lgpvm3 -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3  -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/bin/mkdir -p ../../bin/NETBSDX86_64/.libs
cp .libs/pvmgroups ../../bin/NETBSDX86_64/.libs
cp pvmgroups ../../bin/NETBSDX86_64
/bin/mkdir -p ../../lib/NETBSDX86_64/.libs
cp .libs/* ../../lib/NETBSDX86_64/.libs
cp libgpvm3.* ../../lib/NETBSDX86_64
/bin/mkdir -p ../../lib/NETBSDX86_64/.libs
cp .libs/pvmgs ../../lib/NETBSDX86_64/.libs
cp pvmgs ../../lib/NETBSDX86_64
make[2]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3/pvmgs/NETBSDX86_64'
done building group server and library
building examples
cd examples; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-O2 -I/usr/pkg/include -I/usr/include" FFLOPTS="-O -fallow-argument-mismatch" all
making in NETBSDX86_64/ for NETBSDX86_64
make[2]: Entering directory '/pbulk/work/parallel/pvm3/work/pvm3/examples/NETBSDX86_64'
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o hello ../../examples/hello.c -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/hello ../../examples/hello.c -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/hello.c:39:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp hello ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o hello_other ../../examples/hello_other.c -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/hello_other ../../examples/hello_other.c -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/hello_other.c:44:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
../../examples/hello_other.c: In function 'main':
../../examples/hello_other.c:52:2: warning: implicit declaration of function 'gethostname'; did you mean 'getprogname'? [-Wimplicit-function-declaration]
  gethostname(buf + strlen(buf), 64);
  ^~~~~~~~~~~
  getprogname
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp hello_other ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o gexample ../../examples/gexample.c -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lgpvm3 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/gexample ../../examples/gexample.c -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lgpvm3 -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/gexample.c:66:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp gexample ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o master1 ../../examples/master1.c -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/master1 ../../examples/master1.c -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/master1.c:40:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp master1 ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o slave1 ../../examples/slave1.c -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/slave1 ../../examples/slave1.c -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/slave1.c:36:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp slave1 ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o spmd ../../examples/spmd.c -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/spmd ../../examples/spmd.c -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/spmd.c:49:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp spmd ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o timing ../../examples/timing.c -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/timing ../../examples/timing.c -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/timing.c:67:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(argc, argv)
 ^~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp timing ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o timing_slave ../../examples/timing_slave.c -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/timing_slave ../../examples/timing_slave.c -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/timing_slave.c:46:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(argc, argv)
 ^~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp timing_slave ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../examples/taskf.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../examples/taskf.c  -fPIC -DPIC -o .libs/taskf.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../examples/taskf.c -o taskf.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o gmbi ../../examples/gmbi.c taskf.lo -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/gmbi ../../examples/gmbi.c .libs/taskf.o -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3  -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/gmbi.c:75:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main( argc, argv )
 ^~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp gmbi ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DENCODE=PvmDataDefault -DPACK -o dbwtest \
	../../examples/bwtest.c -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lgpvm3 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DENCODE=PvmDataDefault -DPACK -o .libs/dbwtest ../../examples/bwtest.c -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lgpvm3 -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/bwtest.c:86:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(argc, argv)
 ^~~~
../../examples/bwtest.c: In function 'main':
../../examples/bwtest.c:110:4: warning: implicit declaration of function 'pvmsleep'; did you mean 'pvm_send'? [-Wimplicit-function-declaration]
    pvmsleep(1);
    ^~~~~~~~
    pvm_send
../../examples/bwtest.c: In function 'pingpong':
../../examples/bwtest.c:175:3: warning: implicit declaration of function 'print_header' [-Wimplicit-function-declaration]
   print_header(ENCODE, MAXSIZE*sizeof(double), SAMPLE);
   ^~~~~~~~~~~~
../../examples/bwtest.c:64:24: warning: implicit declaration of function 'pvmgetclock'; did you mean 'pvm_getopt'? [-Wimplicit-function-declaration]
 #define GETTIME(_x,_y) pvmgetclock((_x))
                        ^
../../examples/bwtest.c:74:25: note: in expansion of macro 'GETTIME'
 #define TIMER_START     GETTIME(&tv1, (struct timezone*)0)
                         ^~~~~~~
../../examples/bwtest.c:230:3: note: in expansion of macro 'TIMER_START'
   TIMER_START;
   ^~~~~~~~~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp dbwtest ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DPACK -DENCODE=PvmDataInPlace -o ibwtest \
	../../examples/bwtest.c -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lgpvm3 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DPACK -DENCODE=PvmDataInPlace -o .libs/ibwtest ../../examples/bwtest.c -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lgpvm3 -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/bwtest.c:86:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(argc, argv)
 ^~~~
../../examples/bwtest.c: In function 'main':
../../examples/bwtest.c:110:4: warning: implicit declaration of function 'pvmsleep'; did you mean 'pvm_send'? [-Wimplicit-function-declaration]
    pvmsleep(1);
    ^~~~~~~~
    pvm_send
../../examples/bwtest.c: In function 'pingpong':
../../examples/bwtest.c:175:3: warning: implicit declaration of function 'print_header' [-Wimplicit-function-declaration]
   print_header(ENCODE, MAXSIZE*sizeof(double), SAMPLE);
   ^~~~~~~~~~~~
../../examples/bwtest.c:64:24: warning: implicit declaration of function 'pvmgetclock'; did you mean 'pvm_getopt'? [-Wimplicit-function-declaration]
 #define GETTIME(_x,_y) pvmgetclock((_x))
                        ^
../../examples/bwtest.c:74:25: note: in expansion of macro 'GETTIME'
 #define TIMER_START     GETTIME(&tv1, (struct timezone*)0)
                         ^~~~~~~
../../examples/bwtest.c:230:3: note: in expansion of macro 'TIMER_START'
   TIMER_START;
   ^~~~~~~~~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp ibwtest ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o pbwtest ../../examples/bwtest.c -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lgpvm3 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/pbwtest ../../examples/bwtest.c -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lgpvm3 -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/bwtest.c:86:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(argc, argv)
 ^~~~
../../examples/bwtest.c: In function 'main':
../../examples/bwtest.c:110:4: warning: implicit declaration of function 'pvmsleep'; did you mean 'pvm_send'? [-Wimplicit-function-declaration]
    pvmsleep(1);
    ^~~~~~~~
    pvm_send
../../examples/bwtest.c: In function 'pingpong':
../../examples/bwtest.c:177:3: warning: implicit declaration of function 'print_header' [-Wimplicit-function-declaration]
   print_header(-1, MAXSIZE*sizeof(double), SAMPLE);
   ^~~~~~~~~~~~
../../examples/bwtest.c:64:24: warning: implicit declaration of function 'pvmgetclock'; did you mean 'pvm_getopt'? [-Wimplicit-function-declaration]
 #define GETTIME(_x,_y) pvmgetclock((_x))
                        ^
../../examples/bwtest.c:74:25: note: in expansion of macro 'GETTIME'
 #define TIMER_START     GETTIME(&tv1, (struct timezone*)0)
                         ^~~~~~~
../../examples/bwtest.c:230:3: note: in expansion of macro 'TIMER_START'
   TIMER_START;
   ^~~~~~~~~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp pbwtest ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DPACK -DENCODE=PvmDataRaw -o rbwtest \
	../../examples/bwtest.c -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lgpvm3 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DPACK -DENCODE=PvmDataRaw -o .libs/rbwtest ../../examples/bwtest.c -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lgpvm3 -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/bwtest.c:86:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(argc, argv)
 ^~~~
../../examples/bwtest.c: In function 'main':
../../examples/bwtest.c:110:4: warning: implicit declaration of function 'pvmsleep'; did you mean 'pvm_send'? [-Wimplicit-function-declaration]
    pvmsleep(1);
    ^~~~~~~~
    pvm_send
../../examples/bwtest.c: In function 'pingpong':
../../examples/bwtest.c:175:3: warning: implicit declaration of function 'print_header' [-Wimplicit-function-declaration]
   print_header(ENCODE, MAXSIZE*sizeof(double), SAMPLE);
   ^~~~~~~~~~~~
../../examples/bwtest.c:64:24: warning: implicit declaration of function 'pvmgetclock'; did you mean 'pvm_getopt'? [-Wimplicit-function-declaration]
 #define GETTIME(_x,_y) pvmgetclock((_x))
                        ^
../../examples/bwtest.c:74:25: note: in expansion of macro 'GETTIME'
 #define TIMER_START     GETTIME(&tv1, (struct timezone*)0)
                         ^~~~~~~
../../examples/bwtest.c:230:3: note: in expansion of macro 'TIMER_START'
   TIMER_START;
   ^~~~~~~~~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp rbwtest ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o inherita ../../examples/inherita.c -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/inherita ../../examples/inherita.c -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/inherita.c:68:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main( argc, argv )
 ^~~~
../../examples/inherita.c: In function 'main':
../../examples/inherita.c:127:8: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration]
   if ( strncmp( buf, "END", 3 ) == 0 )
        ^~~~~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp inherita ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o inheritb ../../examples/inheritb.c -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/inheritb ../../examples/inheritb.c -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/inheritb.c:60:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp inheritb ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o inherit1 ../../examples/inherit1.c -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/inherit1 ../../examples/inherit1.c -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/inherit1.c:50:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp inherit1 ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o inherit2 ../../examples/inherit2.c -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/inherit2 ../../examples/inherit2.c -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/inherit2.c:51:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp inherit2 ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o inherit3 ../../examples/inherit3.c -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/inherit3 ../../examples/inherit3.c -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/inherit3.c:50:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp inherit3 ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o task0 ../../examples/task0.c taskf.lo -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/task0 ../../examples/task0.c .libs/taskf.o -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3  -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/task0.c:75:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main( argc, argv )
 ^~~~
../../examples/task0.c: In function 'main':
../../examples/task0.c:123:17: warning: implicit declaration of function 'set_flags' [-Wimplicit-function-declaration]
  if ( ( flags = set_flags( flagc, &flagstring ) ) < 0 ) {
                 ^~~~~~~~~
../../examples/task0.c:179:5: warning: implicit declaration of function 'lpvmerr' [-Wimplicit-function-declaration]
     lpvmerr( "\n%s: task0.c: error %d", me, index );
     ^~~~~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp task0 ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o task1 ../../examples/task1.c taskf.lo -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/task1 ../../examples/task1.c .libs/taskf.o -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3  -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/task1.c:76:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main( argc, argv )
 ^~~~
../../examples/task1.c: In function 'main':
../../examples/task1.c:129:17: warning: implicit declaration of function 'set_flags' [-Wimplicit-function-declaration]
  if ( ( flags = set_flags( flagc, &flagstring ) ) < 0 ) {
                 ^~~~~~~~~
../../examples/task1.c:188:5: warning: implicit declaration of function 'lpvmerr' [-Wimplicit-function-declaration]
     lpvmerr( "task1.c: error", msg_buf );
     ^~~~~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp task1 ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o task_end ../../examples/task_end.c taskf.lo -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/task_end ../../examples/task_end.c .libs/taskf.o -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3  -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/task_end.c:58:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main( argc, argv )
 ^~~~
../../examples/task_end.c: In function 'main':
../../examples/task_end.c:135:5: warning: implicit declaration of function 'lpvmerr' [-Wimplicit-function-declaration]
     lpvmerr( "\n%s: task_end.c: error %d", me, msg_buf );
     ^~~~~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp task_end ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o rme ../../examples/rme.c taskf.lo -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/rme ../../examples/rme.c .libs/taskf.o -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3  -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/rme.c:61:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main( argc, argv )
 ^~~~
../../examples/rme.c: In function 'main':
../../examples/rme.c:125:5: warning: implicit declaration of function 'lpvmerr' [-Wimplicit-function-declaration]
     lpvmerr( "\n%s: rme.c: error %d", me, info );
     ^~~~~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp rme ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o lmbi ../../examples/lmbi.c taskf.lo -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/lmbi ../../examples/lmbi.c .libs/taskf.o -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3  -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/lmbi.c:85:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main( argc, argv )
 ^~~~
../../examples/lmbi.c: In function 'main':
../../examples/lmbi.c:144:17: warning: implicit declaration of function 'set_flags' [-Wimplicit-function-declaration]
  if ( ( flags = set_flags( flagc, &flagstring ) ) < 0 ) {
                 ^~~~~~~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp lmbi ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o mhf_server ../../examples/mhf_server.c -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/mhf_server ../../examples/mhf_server.c -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/mhf_server.c: In function 'register_server':
../../examples/mhf_server.c:141:5: warning: implicit declaration of function 'lpvmerr' [-Wimplicit-function-declaration]
     lpvmerr( "\n%s: task0.c: error %d", me, index );
     ^~~~~~~
../../examples/mhf_server.c: At top level:
../../examples/mhf_server.c:325:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main ( argc, argv )
 ^~~~
../../examples/mhf_server.c: In function 'main':
../../examples/mhf_server.c:361:2: warning: implicit declaration of function 'gethostname'; did you mean 'getprogname'? [-Wimplicit-function-declaration]
  gethostname( machine, 25 );
  ^~~~~~~~~~~
  getprogname
../../examples/mhf_server.c:371:2: warning: implicit declaration of function 'pvmdisplaymhfinfo'; did you mean 'pvm_setminfo'? [-Wimplicit-function-declaration]
  pvmdisplaymhfinfo( me, "startup...", mytid );
  ^~~~~~~~~~~~~~~~~
  pvm_setminfo
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp mhf_server ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o mhf_tickle ../../examples/mhf_tickle.c -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/mhf_tickle ../../examples/mhf_tickle.c -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../examples/mhf_tickle.c: In function 'gets_lim_nw':
../../examples/mhf_tickle.c:127:11: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration]
   if ( !( isspace( c ) ) )   /* not a white space character */
           ^~~~~~~
../../examples/mhf_tickle.c:140:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  s[i] = (char) NULL;
         ^
../../examples/mhf_tickle.c: In function 'locate_server':
../../examples/mhf_tickle.c:192:5: warning: implicit declaration of function 'lpvmerr' [-Wimplicit-function-declaration]
     lpvmerr( "\nmhf_tickle: error %d", msg_buf );
     ^~~~~~~
../../examples/mhf_tickle.c: In function 'press_enter_key':
../../examples/mhf_tickle.c:338:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 { char c = (char) NULL;
            ^
../../examples/mhf_tickle.c: In function 'gets_lim_ows':
../../examples/mhf_tickle.c:380:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  s[++i] = (char) NULL;
           ^
../../examples/mhf_tickle.c: At top level:
../../examples/mhf_tickle.c:391:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main ( argc, argv )
 ^~~~
../../examples/mhf_tickle.c: In function 'main':
../../examples/mhf_tickle.c:421:2: warning: implicit declaration of function 'gethostname'; did you mean 'getprogname'? [-Wimplicit-function-declaration]
  gethostname( machine, 25 );
  ^~~~~~~~~~~
  getprogname
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp mhf_tickle ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link --tag=F77 gfortran  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O -fallow-argument-mismatch  -o fgexample ../../examples/gexample.f \
	-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib  -L../../lib/NETBSDX86_64 -lfpvm3 -lgpvm3 -lpvm3 
libtool-fortran: link: gfortran -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O -fallow-argument-mismatch -o .libs/fgexample ../../examples/gexample.f -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lfpvm3 -lgpvm3 -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
gfortran: error: unrecognized command line option '-fallow-argument-mismatch'; did you mean '-Wno-argument-mismatch'?
make[2]: *** [/pbulk/work/parallel/pvm3/work/pvm3/examples/Makefile.aimk:218: fgexample] Error 1
make[2]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3/examples/NETBSDX86_64'
make[1]: [Makefile.aimk:111: e] Error 2 (ignored)
cd gexamples; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-O2 -I/usr/pkg/include -I/usr/include" FFLOPTS="-O -fallow-argument-mismatch" all
making in NETBSDX86_64/ for NETBSDX86_64
make[2]: Entering directory '/pbulk/work/parallel/pvm3/work/pvm3/gexamples/NETBSDX86_64'
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o joinleave ../../gexamples/joinleave.c  -L../../lib/NETBSDX86_64 -lgpvm3 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/joinleave ../../gexamples/joinleave.c -pie  -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lgpvm3 -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../gexamples/joinleave.c: In function 'main':
../../gexamples/joinleave.c:56:21: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration]
            njoins = atoi(argv[1]);
                     ^~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp joinleave ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o gexamp ../../gexamples/gexamp.c  -L../../lib/NETBSDX86_64 -lgpvm3 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/gexamp ../../gexamples/gexamp.c -pie  -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lgpvm3 -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../gexamples/gexamp.c: In function 'main':
../../gexamples/gexamp.c:64:15: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration]
  if ((nproc = atoi(argv[1])) < 1) goto usage;
               ^~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp gexamp ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o tst ../../gexamples/tst.c  -L../../lib/NETBSDX86_64 -lgpvm3 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/tst ../../gexamples/tst.c -pie  -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lgpvm3 -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../gexamples/tst.c: In function 'main':
../../gexamples/tst.c:46:10: warning: implicit declaration of function 'pvm_mytid' [-Wimplicit-function-declaration]
  mytid = pvm_mytid();
          ^~~~~~~~~
../../gexamples/tst.c:48:11: warning: implicit declaration of function 'pvm_joingroup' [-Wimplicit-function-declaration]
  mygid1 = pvm_joingroup("prognosis");
           ^~~~~~~~~~~~~
../../gexamples/tst.c:53:11: warning: implicit declaration of function 'pvm_lvgroup' [-Wimplicit-function-declaration]
  mygid1 = pvm_lvgroup("prognosis");
           ^~~~~~~~~~~
../../gexamples/tst.c:57:2: warning: implicit declaration of function 'pvm_exit'; did you mean '_Exit'? [-Wimplicit-function-declaration]
  pvm_exit();
  ^~~~~~~~
  _Exit
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp tst ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o thb ../../gexamples/thb.c  -L../../lib/NETBSDX86_64 -lgpvm3 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/thb ../../gexamples/thb.c -pie  -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lgpvm3 -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../gexamples/thb.c: In function 'main':
../../gexamples/thb.c:57:15: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration]
  if ((nproc = atoi(argv[1])) < 1) goto usage;
               ^~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp thb ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o tnb ../../gexamples/tnb.c  -L../../lib/NETBSDX86_64 -lgpvm3 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/tnb ../../gexamples/tnb.c -pie  -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lgpvm3 -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp tnb ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o ge ../../gexamples/ge.c  -L../../lib/NETBSDX86_64 -lgpvm3 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/ge ../../gexamples/ge.c -pie  -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lgpvm3 -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../gexamples/ge.c: In function 'main':
../../gexamples/ge.c:60:16: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration]
   if ((nproc = atoi(argv[1])) < 0) goto usage;
                ^~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp ge ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o tjl ../../gexamples/tjl.c  -L../../lib/NETBSDX86_64 -lgpvm3 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/tjl ../../gexamples/tjl.c -pie  -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lgpvm3 -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp tjl ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o tjf ../../gexamples/tjf.c  -L../../lib/NETBSDX86_64 -lgpvm3 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/tjf ../../gexamples/tjf.c -pie  -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lgpvm3 -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../gexamples/tjf.c: In function 'main':
../../gexamples/tjf.c:63:14: warning: iteration 32 invokes undefined behavior [-Waggressive-loop-optimizations]
   if((gid[i] = pvm_joingroup(g)) < 0) {
      ~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../gexamples/tjf.c:61:2: note: within this loop
  for (i = 0; i < MAXNGROUPS+1; i++) {
  ^~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp tjf ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o trsg ../../gexamples/trsg.c  -L../../lib/NETBSDX86_64 -lgpvm3 -lpvm3 
libtool-fortran: link: gcc -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/trsg ../../gexamples/trsg.c -pie  -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lgpvm3 -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../gexamples/trsg.c:72:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
../../gexamples/trsg.c: In function 'main':
../../gexamples/trsg.c:113:3: warning: implicit declaration of function 'pvmsleep'; did you mean 'pvm_send'? [-Wimplicit-function-declaration]
   pvmsleep(1);
   ^~~~~~~~
   pvm_send
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
cp trsg ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link --tag=F77 gfortran  -Wl,-R/usr/pkg/pvm3/lib/NETBSDX86_64 -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -O -fallow-argument-mismatch -I../../include  -o frsg ../../gexamples/frsg.f  -L../../lib/NETBSDX86_64 -lfpvm3  -L../../lib/NETBSDX86_64 -lgpvm3 -lpvm3  
libtool-fortran: link: gfortran -Wl,-rpath -Wl,/usr/pkg/pvm3/lib/NETBSDX86_64 -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -O -fallow-argument-mismatch -I../../include -o .libs/frsg ../../gexamples/frsg.f -pie  -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lfpvm3 -lgpvm3 -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
gfortran: error: unrecognized command line option '-fallow-argument-mismatch'; did you mean '-Wno-argument-mismatch'?
make[2]: *** [/pbulk/work/parallel/pvm3/work/pvm3/gexamples/Makefile.aimk:88: frsg] Error 1
make[2]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3/gexamples/NETBSDX86_64'
make[1]: [Makefile.aimk:112: e] Error 2 (ignored)
done building examples
building xep example
cd xep; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-O2 -I/usr/pkg/include -I/usr/include" FFLOPTS="-O -fallow-argument-mismatch"
making in NETBSDX86_64/ for NETBSDX86_64
make[2]: Entering directory '/pbulk/work/parallel/pvm3/work/pvm3/xep/NETBSDX86_64'
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -L../../lib/NETBSDX86_64  -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o mtile ../../xep/mtile.c -lpvm3   -lm
libtool-fortran: link: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/mtile ../../xep/mtile.c -pie  -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3 -lm -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
../../xep/mtile.c:56:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(argc, argv)
 ^~~~
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/bin/mkdir -p ../../bin/NETBSDX86_64/.libs
cp .libs/mtile ../../bin/NETBSDX86_64/.libs
cp mtile ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -I/usr/X11R7/include  -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../xep/xep.c
libtool-fortran: compile:  gcc -I/pbulk/work/parallel/pvm3/work/.x11-buildlink/include -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../xep/xep.c  -fPIC -DPIC -o .libs/xep.o
../../xep/xep.c:187:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(argc, argv)
 ^~~~
../../xep/xep.c: In function 'main':
../../xep/xep.c:195:10: warning: implicit declaration of function 'getpid'; did you mean 'getline'? [-Wimplicit-function-declaration]
  srandom(getpid());
          ^~~~~~
          getline
../../xep/xep.c:223:2: warning: implicit declaration of function 'pvminit'; did you mean 'pvm_exit'? [-Wimplicit-function-declaration]
  pvminit();
  ^~~~~~~
  pvm_exit
../../xep/xep.c:242:2: warning: implicit declaration of function 'create_xep_widget' [-Wimplicit-function-declaration]
  create_xep_widget();
  ^~~~~~~~~~~~~~~~~
../../xep/xep.c:244:2: warning: implicit declaration of function 'more_workers' [-Wimplicit-function-declaration]
  more_workers();
  ^~~~~~~~~~~~
../../xep/xep.c:245:2: warning: implicit declaration of function 'do_recalc' [-Wimplicit-function-declaration]
  do_recalc();
  ^~~~~~~~~
../../xep/xep.c:257:2: warning: implicit declaration of function 'addaninputfile' [-Wimplicit-function-declaration]
  addaninputfile(fds[0], (XtInputId *)0);
  ^~~~~~~~~~~~~~
../../xep/xep.c: In function 'pvm_cb':
../../xep/xep.c:295:3: warning: implicit declaration of function 'claim_message'; did you mean 'ClientMessage'? [-Wimplicit-function-declaration]
   claim_message();
   ^~~~~~~~~~~~~
   ClientMessage
../../xep/xep.c: In function 'quit_cb':
../../xep/xep.c:305:2: warning: implicit declaration of function 'stop_workers' [-Wimplicit-function-declaration]
  stop_workers();
  ^~~~~~~~~~~~
../../xep/xep.c: In function 'reset_cb':
../../xep/xep.c:329:2: warning: implicit declaration of function 'splat_out'; did you mean 'stdout'? [-Wimplicit-function-declaration]
  splat_out(imCan.cn_dat, imCan.cn_wd, imCan.cn_ht, 1);
  ^~~~~~~~~
  stdout
../../xep/xep.c:330:2: warning: implicit declaration of function 'repaint_region'; did you mean 'XShrinkRegion'? [-Wimplicit-function-declaration]
  repaint_region(&imCan, 0, 0, imCan.cn_wd - 1, imCan.cn_ht - 1);
  ^~~~~~~~~~~~~~
  XShrinkRegion
../../xep/xep.c:331:2: warning: implicit declaration of function 'refresh_region'; did you mean 'XOffsetRegion'? [-Wimplicit-function-declaration]
  refresh_region(&imCan, 0, 0, imCan.cn_wd - 1, imCan.cn_ht - 1);
  ^~~~~~~~~~~~~~
  XOffsetRegion
../../xep/xep.c: In function 'color_cb':
../../xep/xep.c:433:2: warning: implicit declaration of function 'setup_color'; did you mean 'PseudoColor'? [-Wimplicit-function-declaration]
  setup_color(&imCan, app_res.mono, app_res.fc);
  ^~~~~~~~~~~
  PseudoColor
../../xep/xep.c: At top level:
../../xep/xep.c:439:1: warning: return type defaults to 'int' [-Wimplicit-int]
 create_xep_widget()
 ^~~~~~~~~~~~~~~~~
../../xep/xep.c: In function 'create_xep_widget':
../../xep/xep.c:611:2: warning: implicit declaration of function 'cre_xim' [-Wimplicit-function-declaration]
  cre_xim(&imCan);
  ^~~~~~~
../../xep/xep.c: At top level:
../../xep/xep.c:619:1: warning: return type defaults to 'int' [-Wimplicit-int]
 testothervisual(clas)
 ^~~~~~~~~~~~~~~
../../xep/xep.c:661:1: warning: return type defaults to 'int' [-Wimplicit-int]
 setlabel()
 ^~~~~~~~
../../xep/xep.c: In function 'redraw':
../../xep/xep.c:756:3: warning: implicit declaration of function 'rubbox' [-Wimplicit-function-declaration]
   rubbox(imCan.cn_win, imCan.cn_x1, imCan.cn_y1,
   ^~~~~~
../../xep/xep.c: In function 'pick':
../../xep/xep.c:802:20: warning: implicit declaration of function 'get_event_xy'; did you mean 'getenv_r'? [-Wimplicit-function-declaration]
  if (*nump == 1 && get_event_xy(xev, &x, &y)) {
                    ^~~~~~~~~~~~
                    getenv_r
../../xep/xep.c: At top level:
../../xep/xep.c:918:1: warning: return type defaults to 'int' [-Wimplicit-int]
 rubbox(w, x1, y1, x2, y2)
 ^~~~~~
../../xep/xep.c:938:1: warning: return type defaults to 'int' [-Wimplicit-int]
 splat_out(ba, wd, ht, dir)
 ^~~~~~~~~
../../xep/xep.c:959:1: warning: return type defaults to 'int' [-Wimplicit-int]
 label_row(y1, y2, n)
 ^~~~~~~~~
libtool-fortran: compile:  gcc -I/pbulk/work/parallel/pvm3/work/.x11-buildlink/include -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../xep/xep.c -o xep.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -I/usr/X11R7/include  -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../xep/hostc.c
libtool-fortran: compile:  gcc -I/pbulk/work/parallel/pvm3/work/.x11-buildlink/include -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../xep/hostc.c  -fPIC -DPIC -o .libs/hostc.o
../../xep/hostc.c: In function 'hc_find':
../../xep/hostc.c:155:1: warning: type of 'tid' defaults to 'int' [-Wimplicit-int]
 hc_find(tid)
 ^~~~~~~
../../xep/hostc.c: At top level:
../../xep/hostc.c:173:1: warning: return type defaults to 'int' [-Wimplicit-int]
 host_init(atag, dtag, acb, dcb)
 ^~~~~~~~~
../../xep/hostc.c:208:1: warning: return type defaults to 'int' [-Wimplicit-int]
 host_add()
 ^~~~~~~~
../../xep/hostc.c:246:1: warning: return type defaults to 'int' [-Wimplicit-int]
 host_delete()
 ^~~~~~~~~~~
libtool-fortran: compile:  gcc -I/pbulk/work/parallel/pvm3/work/.x11-buildlink/include -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../xep/hostc.c -o hostc.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -I/usr/X11R7/include  -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../xep/calc.c
libtool-fortran: compile:  gcc -I/pbulk/work/parallel/pvm3/work/.x11-buildlink/include -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../xep/calc.c  -fPIC -DPIC -o .libs/calc.o
../../xep/calc.c:116:1: warning: return type defaults to 'int' [-Wimplicit-int]
 pvminit()
 ^~~~~~~
../../xep/calc.c:142:1: warning: return type defaults to 'int' [-Wimplicit-int]
 more_workers()
 ^~~~~~~~~~~~
../../xep/calc.c: In function 'more_workers':
../../xep/calc.c:195:2: warning: implicit declaration of function 'setlabel'; did you mean 'XtNlabel'? [-Wimplicit-function-declaration]
  setlabel();
  ^~~~~~~~
  XtNlabel
../../xep/calc.c: At top level:
../../xep/calc.c:200:1: warning: return type defaults to 'int' [-Wimplicit-int]
 stop_workers()
 ^~~~~~~~~~~~
../../xep/calc.c:240:1: warning: return type defaults to 'int' [-Wimplicit-int]
 do_recalc()
 ^~~~~~~~~
../../xep/calc.c: In function 'do_recalc':
../../xep/calc.c:284:2: warning: implicit declaration of function 'assign_work'; did you mean '__sigword'? [-Wimplicit-function-declaration]
  assign_work();
  ^~~~~~~~~~~
  __sigword
../../xep/calc.c: At top level:
../../xep/calc.c:294:1: warning: return type defaults to 'int' [-Wimplicit-int]
 assign_work()
 ^~~~~~~~~~~
../../xep/calc.c: In function 'assign_work':
../../xep/calc.c:334:4: warning: implicit declaration of function 'label_row' [-Wimplicit-function-declaration]
    label_row(y1, y2, wp->tid);
    ^~~~~~~~~
../../xep/calc.c:344:3: warning: implicit declaration of function 'claim_message'; did you mean 'ClientMessage'? [-Wimplicit-function-declaration]
   claim_message();
   ^~~~~~~~~~~~~
   ClientMessage
../../xep/calc.c: At top level:
../../xep/calc.c:349:1: warning: return type defaults to 'int' [-Wimplicit-int]
 claim_message()
 ^~~~~~~~~~~~~
../../xep/calc.c: In function 'claim_message':
../../xep/calc.c:409:6: warning: implicit declaration of function 'repaint_region'; did you mean 'XShrinkRegion'? [-Wimplicit-function-declaration]
      repaint_region(&imCan, 0, y1, wd - 1, y2 - 1);
      ^~~~~~~~~~~~~~
      XShrinkRegion
../../xep/calc.c:410:6: warning: implicit declaration of function 'refresh_region'; did you mean 'XOffsetRegion'? [-Wimplicit-function-declaration]
      refresh_region(&imCan, 0, y1, wd - 1, y2 - 1);
      ^~~~~~~~~~~~~~
      XOffsetRegion
../../xep/calc.c:489:4: warning: implicit declaration of function 'addaninputfile' [-Wimplicit-function-declaration]
    addaninputfile(fd, &wp->route);
    ^~~~~~~~~~~~~~
libtool-fortran: compile:  gcc -I/pbulk/work/parallel/pvm3/work/.x11-buildlink/include -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../xep/calc.c -o calc.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -I/usr/X11R7/include  -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../xep/imp.c
libtool-fortran: compile:  gcc -I/pbulk/work/parallel/pvm3/work/.x11-buildlink/include -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../xep/imp.c  -fPIC -DPIC -o .libs/imp.o
../../xep/imp.c:138:1: warning: return type defaults to 'int' [-Wimplicit-int]
 setup_color(cnp, forcemono, falsecolor)
 ^~~~~~~~~~~
../../xep/imp.c:315:1: warning: return type defaults to 'int' [-Wimplicit-int]
 bsw(p, n)
 ^~~
../../xep/imp.c:371:1: warning: return type defaults to 'int' [-Wimplicit-int]
 repaint_region(cnp, x1, y1, x2, y2)
 ^~~~~~~~~~~~~~
../../xep/imp.c:651:1: warning: return type defaults to 'int' [-Wimplicit-int]
 cre_xim(cnp)
 ^~~~~~~
../../xep/imp.c:685:1: warning: return type defaults to 'int' [-Wimplicit-int]
 refresh_region(cnp, x1, y1, x2, y2)
 ^~~~~~~~~~~~~~
libtool-fortran: compile:  gcc -I/pbulk/work/parallel/pvm3/work/.x11-buildlink/include -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../xep/imp.c -o imp.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -L../../lib/NETBSDX86_64  -I/usr/X11R7/include  -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o xep xep.lo calc.lo imp.lo hostc.lo \
	-L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -lXaw -lXmu -lXext -lXt -lX11 -lpvm3   -lm
libtool-fortran: link: gcc -I/pbulk/work/parallel/pvm3/work/.x11-buildlink/include -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/xep .libs/xep.o .libs/calc.o .libs/imp.o .libs/hostc.o -Wl,-rpath -Wl,/usr/X11R7/lib -pie  -L../../lib/NETBSDX86_64 -L/pbulk/work/parallel/pvm3/work/.x11-buildlink/lib -lXaw -lXmu -lXext -lXt -lX11 -L../../lib/NETBSDX86_64/.libs -lpvm3 -lm  -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/bin/mkdir -p ../../bin/NETBSDX86_64/.libs
cp .libs/xep ../../bin/NETBSDX86_64/.libs
cp xep ../../bin/NETBSDX86_64
make[2]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3/xep/NETBSDX86_64'
done building xep example
building XPVM
cd xpvm; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-O2 -I/usr/pkg/include -I/usr/include" FFLOPTS="-O -fallow-argument-mismatch" install
cd: can't cd to xpvm
sh: ../lib/aimk: not found
make[1]: [Makefile.aimk:124: x] Error 127 (ignored)
done building XPVM
building srm
cd rm; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-O2 -I/usr/pkg/include -I/usr/include" FFLOPTS="-O -fallow-argument-mismatch" install
making in NETBSDX86_64/ for NETBSDX86_64
make[2]: Entering directory '/pbulk/work/parallel/pvm3/work/pvm3/rm/NETBSDX86_64'
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST  -DMESSAGE_ON -c ../../rm/srm.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DMESSAGE_ON -c ../../rm/srm.c  -fPIC -DPIC -o .libs/srm.o
../../rm/srm.c: In function 'sm_spawn':
../../rm/srm.c:199:14: warning: implicit declaration of function 'unpack_list'; did you mean 'unpack_string'? [-Wimplicit-function-declaration]
  arg_count = unpack_list (&argv);
              ^~~~~~~~~~~
              unpack_string
../../rm/srm.c: In function 'my_handler':
../../rm/srm.c:1120:8: warning: implicit declaration of function 'msendrecv' [-Wimplicit-function-declaration]
  cc = (msendrecv(TIDPVMD, TM_HALT, SYSCTX_TM) < 0) ? 0 : PvmSysErr;
        ^~~~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DMESSAGE_ON -c ../../rm/srm.c -o srm.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc    -O2 -I/usr/pkg/include -I/usr/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST  -DMESSAGE_ON -o srm srm.lo -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DMESSAGE_ON -o .libs/srm .libs/srm.o -pie  -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3  -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/bin/mkdir -p ../../bin/NETBSDX86_64/.libs
cp .libs/srm ../../bin/NETBSDX86_64/.libs
cp srm ../../bin/NETBSDX86_64
make[2]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3/rm/NETBSDX86_64'
done building srm
make[1]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3'
./lib/aimk -here -f ./conf/`./lib/pvmtmparch`.def -f ./Makefile.aimk install
making in . for NETBSDX86_64
make[1]: Entering directory '/pbulk/work/parallel/pvm3/work/pvm3'
building in src
cd src; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-O2 -I/usr/pkg/include -I/usr/include" FFLOPTS="-O -fallow-argument-mismatch" install
making in NETBSDX86_64/ for NETBSDX86_64
make[2]: Entering directory '/pbulk/work/parallel/pvm3/work/pvm3/src/NETBSDX86_64'
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -o libpvm3.la imalloc.lo tev.lo lpvmcat.lo lpvmgen.lo lpvmpack.lo lpvmglob.lo pmsg.lo pvmalloc.lo pvmcruft.lo pvmerr.lo pvmfrag.lo waitc.lo global.lo \
	lpvm.lo pvmdabuf.lo \
	-rpath /usr/pkg/pvm3/lib/NETBSDX86_64 \
	-version-info 3:4
libtool-fortran: link: rm -fr  .libs/libpvm3.a .libs/libpvm3.la .libs/libpvm3.lai .libs/libpvm3.so .libs/libpvm3.so.3 .libs/libpvm3.so.3.0.4
libtool-fortran: link: gcc -shared  -fPIC -DPIC  .libs/imalloc.o .libs/tev.o .libs/lpvmcat.o .libs/lpvmgen.o .libs/lpvmpack.o .libs/lpvmglob.o .libs/pmsg.o .libs/pvmalloc.o .libs/pvmcruft.o .libs/pvmerr.o .libs/pvmfrag.o .libs/waitc.o .libs/global.o .libs/lpvm.o .libs/pvmdabuf.o      -Wl,-soname -Wl,libpvm3.so.3 -o .libs/libpvm3.so.3.0.4
ld: .libs/lpvm.o: in function `pvm_tc_conreq':
lpvm.c:(.text+0x105f): warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
libtool-fortran: link: (cd ".libs" && rm -f "libpvm3.so.3" && ln -s "libpvm3.so.3.0.4" "libpvm3.so.3")
libtool-fortran: link: (cd ".libs" && rm -f "libpvm3.so" && ln -s "libpvm3.so.3.0.4" "libpvm3.so")
libtool-fortran: link: ar cr .libs/libpvm3.a  imalloc.o tev.o lpvmcat.o lpvmgen.o lpvmpack.o lpvmglob.o pmsg.o pvmalloc.o pvmcruft.o pvmerr.o pvmfrag.o waitc.o global.o lpvm.o pvmdabuf.o
libtool-fortran: link: ranlib .libs/libpvm3.a
libtool-fortran: link: ( cd ".libs" && rm -f "libpvm3.la" && ln -s "../libpvm3.la" "libpvm3.la" )
/bin/mkdir -p ../../lib/NETBSDX86_64/.libs
cp .libs/* ../../lib/NETBSDX86_64/.libs
cp libpvm3.* ../../lib/NETBSDX86_64
make[2]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3/src/NETBSDX86_64'
done building in src
building tracer
cd tracer; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-O2 -I/usr/pkg/include -I/usr/include" FFLOPTS="-O -fallow-argument-mismatch" install
making in NETBSDX86_64/ for NETBSDX86_64
make[2]: Entering directory '/pbulk/work/parallel/pvm3/work/pvm3/tracer/NETBSDX86_64'
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -o libpvmtrc.la trcmess.lo trcfile.lo trccompat.lo trccompatglob.lo trcutil.lo trclib.lo \
	-rpath /usr/pkg/pvm3/lib/NETBSDX86_64  -version-info 3:4
libtool-fortran: link: rm -fr  .libs/libpvmtrc.a .libs/libpvmtrc.la .libs/libpvmtrc.lai .libs/libpvmtrc.so .libs/libpvmtrc.so.3 .libs/libpvmtrc.so.3.0.4
libtool-fortran: link: gcc -shared  -fPIC -DPIC  .libs/trcmess.o .libs/trcfile.o .libs/trccompat.o .libs/trccompatglob.o .libs/trcutil.o .libs/trclib.o      -Wl,-soname -Wl,libpvmtrc.so.3 -o .libs/libpvmtrc.so.3.0.4
libtool-fortran: link: (cd ".libs" && rm -f "libpvmtrc.so.3" && ln -s "libpvmtrc.so.3.0.4" "libpvmtrc.so.3")
libtool-fortran: link: (cd ".libs" && rm -f "libpvmtrc.so" && ln -s "libpvmtrc.so.3.0.4" "libpvmtrc.so")
libtool-fortran: link: ar cr .libs/libpvmtrc.a  trcmess.o trcfile.o trccompat.o trccompatglob.o trcutil.o trclib.o
libtool-fortran: link: ranlib .libs/libpvmtrc.a
libtool-fortran: link: ( cd ".libs" && rm -f "libpvmtrc.la" && ln -s "../libpvmtrc.la" "libpvmtrc.la" )
/bin/mkdir -p ../../lib/NETBSDX86_64/.libs
cp .libs/* ../../lib/NETBSDX86_64/.libs
cp libpvmtrc.* ../../lib/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o tracer tracer.o cmd.o trcglob.o -L../../lib/NETBSDX86_64 -L../../tracer/NETBSDX86_64 -lpvmtrc -lpvm3 
libtool-fortran: link: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/tracer tracer.o cmd.o trcglob.o -pie  -L../../lib/NETBSDX86_64 -L../../tracer/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvmtrc -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/bin/mkdir -p ../../bin/NETBSDX86_64/.libs
cp .libs/tracer ../../bin/NETBSDX86_64/.libs
cp tracer ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o trcsort trcsort.lo -L../../lib/NETBSDX86_64 -L../../tracer/NETBSDX86_64 -lpvmtrc -lpvm3 
libtool-fortran: link: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/trcsort .libs/trcsort.o -pie  -L../../lib/NETBSDX86_64 -L../../tracer/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvmtrc -lpvm3  -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/bin/mkdir -p ../../bin/NETBSDX86_64/.libs
cp .libs/trcsort ../../bin/NETBSDX86_64/.libs
cp trcsort ../../bin/NETBSDX86_64
make[2]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3/tracer/NETBSDX86_64'
done building tracer
building console
cd console; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-O2 -I/usr/pkg/include -I/usr/include" FFLOPTS="-O -fallow-argument-mismatch" install
making in NETBSDX86_64/ for NETBSDX86_64
make[2]: Entering directory '/pbulk/work/parallel/pvm3/work/pvm3/console/NETBSDX86_64'
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -O2 -I/usr/pkg/include -I/usr/include -DIMA_NETBSDX86_64 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o pvm cons.lo cmds.lo job.lo trc.lo  -L../../tracer/NETBSDX86_64 -L../../lib/NETBSDX86_64 -lpvmtrc -lpvm3 
libtool-fortran: link: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDX86_64 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/pvm .libs/cons.o .libs/cmds.o .libs/job.o .libs/trc.o -pie  -L../../tracer/NETBSDX86_64 -L../../lib/NETBSDX86_64 -L../../tracer/NETBSDX86_64/.libs -lpvmtrc -L../../lib/NETBSDX86_64/.libs -lpvm3  -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/bin/mkdir -p ../../lib/NETBSDX86_64/.libs
cp .libs/pvm ../../lib/NETBSDX86_64/.libs
cp pvm ../../lib/NETBSDX86_64
make[2]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3/console/NETBSDX86_64'
done building console
building libfpvm
cd libfpvm; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-O2 -I/usr/pkg/include -I/usr/include" FFLOPTS="-O -fallow-argument-mismatch" install
making in NETBSDX86_64/ for NETBSDX86_64
make[2]: Entering directory '/pbulk/work/parallel/pvm3/work/pvm3/libfpvm/NETBSDX86_64'
make[2]: Nothing to be done for 'install'.
make[2]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3/libfpvm/NETBSDX86_64'
done building libfpvm
building group server and library
cd pvmgs; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-O2 -I/usr/pkg/include -I/usr/include" FFLOPTS="-O -fallow-argument-mismatch" install
making in NETBSDX86_64/ for NETBSDX86_64
make[2]: Entering directory '/pbulk/work/parallel/pvm3/work/pvm3/pvmgs/NETBSDX86_64'
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -O2 -I/usr/pkg/include -I/usr/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o pvm_gstat pvm_gstat.lo libgpvm3.la  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/pvm_gstat .libs/pvm_gstat.o -pie  -L./.libs -lgpvm3 -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3  -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/bin/mkdir -p ../../bin/NETBSDX86_64/.libs
cp .libs/pvm_gstat ../../bin/NETBSDX86_64/.libs
cp pvm_gstat ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -O2 -I/usr/pkg/include -I/usr/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o pvmgs pvmgs_core.lo pvmgs_func.lo  -L../../lib/NETBSDX86_64 -lpvm3 
libtool-fortran: link: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/pvmgs .libs/pvmgs_core.o .libs/pvmgs_func.o -pie  -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3  -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/bin/mkdir -p ../../bin/NETBSDX86_64/.libs
cp .libs/pvmgs ../../bin/NETBSDX86_64/.libs
cp pvmgs ../../bin/NETBSDX86_64
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -O2 -I/usr/pkg/include -I/usr/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o pvmgroups pvmgroups.lo libgpvm3.la  -L../../lib/NETBSDX86_64 -lpvm3  
libtool-fortran: link: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_NETBSDX86_64 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -o .libs/pvmgroups .libs/pvmgroups.o -pie  -L./.libs -lgpvm3 -L../../lib/NETBSDX86_64 -L../../lib/NETBSDX86_64/.libs -lpvm3  -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDX86_64
ld: ../../lib/NETBSDX86_64/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/bin/mkdir -p ../../bin/NETBSDX86_64/.libs
cp .libs/pvmgroups ../../bin/NETBSDX86_64/.libs
cp pvmgroups ../../bin/NETBSDX86_64
/bin/mkdir -p ../../lib/NETBSDX86_64/.libs
cp .libs/pvmgs ../../lib/NETBSDX86_64/.libs
cp pvmgs ../../lib/NETBSDX86_64
make[2]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3/pvmgs/NETBSDX86_64'
done building group server and library
make[1]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3'
/bin/cp /pbulk/work/parallel/pvm3/work/pvm3/examples/NETBSDX86_64/.libs/*  /pbulk/work/parallel/pvm3/work/pvm3/bin/NETBSDX86_64/.libs
/bin/cp /pbulk/work/parallel/pvm3/work/pvm3/gexamples/NETBSDX86_64/.libs/*  /pbulk/work/parallel/pvm3/work/pvm3/bin/NETBSDX86_64/.libs