<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
btw, I've had similar issues on various systems. Sometimes it's
enough to<br>
<br>
autoreconf -fi<br>
./configure ...<br>
make ...<br>
make install<br>
<br>
of course start fresh ;-). Hope it helps, if not you may need to
update your autotools. ?<br>
<br>
good luck.<br>
<br>
<br>
<div class="moz-cite-prefix">On 07/16/2014 03:20 PM, Noel Hunt
wrote:<br>
</div>
<blockquote
cite="mid:CAGfO01w77YRMDzRhMum9iWOLpRaqLPR0W7METDPEu-oQcgKCow@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>
<div>
<div>
<div>
<div>I am trying to build xorg-server-1.15.2 on Solaris
11.1. I have<br>
</div>
built a myriad of tools so far and am now building Mesa,
but<br>
after I run `configure' and then `gmake', it all
collapses:<br>
<br>
CDPATH="${ZSH_VERSION+.}:" && cd . &&
/usr/bin/ksh93
/home/noel/src3/xorg/lib/Mesa-10.2.2/bin/missing
aclocal-1.14 -I m4<br>
cd . && /usr/bin/ksh93
/home/noel/src3/xorg/lib/Mesa-10.2.2/bin/missing
automake-1.14 --foreign<br>
src/egl/drivers/dri2/Makefile.am:36: error: Libtool
library used but 'LIBTOOL' is undefined<br>
src/egl/drivers/dri2/Makefile.am:36: The usual way to
define 'LIBTOOL' is to add 'LT_INIT'<br>
src/egl/drivers/dri2/Makefile.am:36: to '<a
moz-do-not-send="true" href="http://configure.ac">configure.ac</a>'
and run 'aclocal' and 'autoconf' again.<br>
src/egl/drivers/dri2/Makefile.am:36: If 'LT_INIT' is
in '<a moz-do-not-send="true" href="http://configure.ac">configure.ac</a>',
make sure<br>
src/egl/drivers/dri2/Makefile.am:36: its definition is
in aclocal's search path.<br>
src/egl/main/Makefile.am:32: error: Libtool library used
but 'LIBTOOL' is undefined<br>
.............<br>
<br>
</div>
<div>and Makefiles are removed, rebuild, god only knows
what is going on<br>
</div>
<div>(LT_INIT is in `<a moz-do-not-send="true"
href="http://configure.ac">configure.ac</a>' by the
way).<br>
<br>
</div>
Since none of the (hideous) automake/autoconf files have
changed<br>
</div>
why on earth is make trying to rebuild the Makefiles?
`Makefile'<br>
seems to depend on `config.status' which is absurb. Once I
have<br>
run configure of course config.status will change.<br>
<br>
</div>
I have little tolerance for all this ridiculous complexity,
but surprisingly,<br>
often, it seems to work. This particular installation doesn't.
Maybe I<br>
should install linux.<br>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
mesa-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mesa-users@lists.freedesktop.org">mesa-users@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/mesa-users">http://lists.freedesktop.org/mailman/listinfo/mesa-users</a>
</pre>
</blockquote>
<br>
</body>
</html>