Newsgroups: comp.parallel.pvm
Path: ukc!uknet!pipex!howland.reston.ans.net!vixen.cso.uiuc.edu!moe.ksu.ksu.edu!usenet-feed.umr.edu!quandt
From: quandt@cs.umr.edu (Brian Quandt)
Subject: HENCE (compiling)
Date: Wed, 26 Jan 1994 00:46:21 GMT
Nntp-Posting-Host: next10.cs.umr.edu
Organization: University of Missouri - Rolla, Rolla, MO
Sender: cnews@umr.edu (UMR Usenet News Administration)
Message-ID: <1994Jan26.004621.25699@umr.edu>
Lines: 25


Okay I give up... normally I`m pretty good at doing this stuff
but can't get this to compile.  Everything compiles except
htool.  It looks to be a libary that I'm missing.
	platform: sparc running 4.1.3
	x: a mix of openwin and some of the libraries copied from a friend
	that decided to remake the entire X distrib (I sure didn't want to)

Here's the compile problem

quandt{61} rm htool
quandt{62} make
rm -f htool
cc -o htool build.o compose.o config.o costmat.o critic.o eaccess.o execute.o exp.o  FileSelect.o funcdefs.o  graph.o histo.o  hostmap.o misc.o msg.o param.o parse.o psgraph.o psheader.o  pvmglue.o subproc.o symtab.o tf.o trace.o unparse.o util.o widgen.o  tilde.o filter.o regexp.o  widmain.o xdraw.o xgraph.o xsetup.o -O  Hgw/Matrix.o rb/librb.a /files/usr/local/pvm3/lib/SUN4/libpvm3.a -L/usr/openwin/lib -lXaw -lXmu -lXt  -lXext -lX11 -lm  
ld: Undefined symbol
   _XtStrings
   _XrmPermStringToQuark
   _XtShellStrings
   _XtGetActionList
   _XrmGetDatabase
   _XrmSetDatabase
   _XtScreenDatabase
*** Error code 2
make: Fatal error: Command failed for target `htool'
quandt{63} 

