<html>
<head>
<meta content="text/html; charset=ISO-8859-2"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Oh, I just looked closer at the end of the build output, and
realized that there was an error. It said, "done", so I thought it
completely gracefully, but here is more of the last part:<br>
<blockquote><tt>mv -f .deps/utils.Tpo .deps/utils.Po<br>
gcc -Wimplicit -Wreturn-type -Wdeclaration-after-statement
-Wno-unknown-pragmas -g -O2 -o pdfopen pdfopen.o sendx.o
utils.o -lX11 -lXmu<br>
/usr/bin/ld: cannot find -lXmu<br>
collect2: ld returned 1 exit status<br>
make[3]: *** [pdfopen] Error 1<br>
make[3]: Leaving directory
`/root/texlive/Build/source/Work/utils/xpdfopen'<br>
make[2]: *** [subutils] Error 1<br>
make[2]: Leaving directory
`/root/texlive/Build/source/Work/utils'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory
`/root/texlive/Build/source/Work/utils'<br>
make: *** [all-recursive] Error 1<br>
<br>
real 25m11.885s<br>
user 5m28.984s<br>
sys 1m19.600s<br>
+ echo 2<br>
done (exit status 2) Sat Apr 14 22:44:30 JST 2012</tt><br>
</blockquote>
What do I need to do to get it to run properly? According to "man
ld", "-lXmu" would mean that it was looking for a library called
"Xmu" that didn't exist. I have no idea how to fix that.<br>
<br>
I don't know if it's relevent, but I did have to try Build twice
before it succeeded - my SSH connection quits randomly fairly often
(I think it's my ISP's fault), and the first time I tried Build, it
quit during the build. I just restarted the SSH session and ran
Build again. Is that bad?<br>
</body>
</html>