Newsgroups: comp.parallel.pvm
From: vaughan@world.std.com (Brian A Vaughan)
Subject: xpvm compile problems.
Organization: The World Public Access UNIX, Brookline, MA
Date: Wed, 26 Apr 1995 14:47:24 GMT
Message-ID: <VAUGHAN.95Apr26104724@world.std.com>

Sirs,

I am attempting to compile xpvm from the most current netlib release. I am
encountering a link problem:

cc -o xpvm -O xpvm.o commands.o pvm.o util.o trace.o -L/project/robo/local/lib -L/project/robo/local/src/d_os/pvm3/lib/SUN4  -lpvm3 -lgpvm3  -ltk -ltcl -lX11  -lm
ld: Undefined symbol 
   _main 

I can only assume that xpvm or tk provide a prototype main() routine. However,
I can't find it. Can someone tell me what file contains main and where it
normally is located?

Thanks in advance.

Brian

