<!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">
Yes this was true! 0!<br>
<br>
Kevin Pye wrote:<br>
<blockquote cite="middcc27fc005052304337f617438@mail.gmail.com"
 type="cite">
  <pre wrap="">On 23/05/05, Michael Nemeth <a class="moz-txt-link-rfc2396E" href="mailto:michael.nemeth@lmco.com"><michael.nemeth@lmco.com></a> 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)
gmake[1]: *** [loadhosts] Error 1
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Check out lib/environ.o. You'll probably find it is zero bytes in
size. You probably missed an error in a previous make run (try make
clean and then running make again). There is a bug in the HP-UX C
compiler which causes it to crash leaving a zero file and the bug is
triggered on environ.c. Running make again doesn't try to recompile
environ.c because of the empty environ.o file.

There is a patch for the compiler, but I don't know the patch number off-hand.

Kevin.

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>