<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Well  Im trying  that now, but I see another problem : <br>
gmake clean  not working at the top level.  I didn't  notice that
before.<br>
<br>
<br>
Henrik Stoerner wrote:<br>
<blockquote cite="mid20050523112902.GA26927@hswn.dk" type="cite">
  <pre wrap="">On Mon, May 23, 2005 at 07:10:49AM -0400, Michael Nemeth wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I hacked my Makes for .1 and .2  and got them to work   but  this  time  
I cann't get it!

HP-UX  B.11.00
ERRORS:

ranlib libbbgen.a || echo ""
cc -g -O -D_REENTRANT -DHPUX -DMAXMSG=32768 -DBBDPORTNUMBER=1984 -I. 
-I/home/nemethm/hobbit-4.0.3/include -I. -I../include  -DSTANDALONE -o 
loadhosts loadhosts.c ./libbbgen.a
/usr/ccs/bin/ld: Unsatisfied symbols:
  expand_env (first referenced in ./libbbgen.a(misc.o)) (code)
  xgetenv (first referenced in ./libbbgen.a(misc.o)) (code)
  getenv_default (first referenced in ./libbbgen.a(misc.o)) (code)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Weird, but hey - it's HP-UX :-)

What happens if you change lib/Makefile, so instead of

   all: libbbgen.a loadhosts

it's just

   all: libbbgen.a

(because the "loadhosts" tool is just a debugging tool, really).

If it doesn't help, could you see if the file "lib/environ.o"
exists after running make ? And send me the output from 
"nm lib/libbbgen.a".


Henrik


To unsubscribe from the hobbit list, send an e-mail to
<a class="moz-txt-link-abbreviated" href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a>



  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|     _p_       Mike Nemeth
|  ___| |_____  email(w) <a class="moz-txt-link-abbreviated" href="mailto:michael.nemeth@lmco.com">michael.nemeth@lmco.com</a> Work: 856 359-1425          
|><___________)          |               Home Page:<a class="moz-txt-link-freetext" href="http://www.geocities.com/mjnemeth/">http://www.geocities.com/mjnemeth/</a>
|               Work Page:<a class="moz-txt-link-freetext" href="http://faraday.motown.lmco.com:3000/~nemethm/">http://faraday.motown.lmco.com:3000/~nemethm/</a> 
|               Work Page:<a class="moz-txt-link-freetext" href="http://ortsweb/~mnemeth/">http://ortsweb/~mnemeth/</a> 
|++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
</pre>
</body>
</html>