<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
Jaco,<br>
I've been running it built that way for more than a week without apparent problems.
<br>
-- <br>
Jeff Wieland, UNIX/Network Systems Administrator<br>
Purdue University IT Infrastructure Services UNIX Platforms<br>
<br>
<div class="gmail_quote">On December 30, 2019 7:21:43 AM EST, Jaco Lesch <jacol@saix.net> wrote:
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">Jeff<br><br>Picking up a similar error when compiling on Solaris 11.4 with Oracle <br>Studio 12.6:<br><br>libtool: compile: <br>/opt/SunStudio/OracleDeveloperStudio12.6-solaris-sparc-bin/developerstudio12.6/bin/cc <br>-mt -I/usr/local/src/bind-9.11.14 -I../.. -I./unix/include <br>-I./pthreads/include -I./noatomic/include -I./include -I./include <br>-I/usr/local/src/bind-9.11.14/lib/dns/include -I../../lib/dns/include <br>-D_REENTRANT -DOPENSSL "-DPK11_LIB_LOCATION=\"undefined\"" -D_XPG4_2 <br>-D__EXTENSIONS__ -m64 -fast -Qoption cg -xregs=no%appl -W2,-xwrap_int <br>-xmemalign=16s -mt -xatomic=none -I/usr/include/libxml2 -c stats.c  <br>-KPIC -DPIC -o .libs/stats.o<br>"stats.c", line 300: undefined symbol: val<br>cc: acomp failed for stats.c<br>*** Error code 1<br><br>Changing line 300 to "value", it then compiles just fine.<br><br>Regards<br><br><br><br>On 12/21/19 08:35, Wieland, Jeffrey J. wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"> Compiling with Solaris Studio 12.2 and Oracle Studio 12.4, I get<br> the following error:<br><br> libtool: compile:  /opt/solstudio12.2/bin/cc -m32 -L/opt/openssl-1.1/lib<br> -R/opt/openssl-1.1/lib -D_STDC_C99= -mt<br> -I/opt/src/sys/bind/sun4u/bind-9.11.14 -I../.. -I./unix/include<br> -I./pthreads/include -I./noatomic/include -I./include -I./include<br> -I/opt/src/sys/bind/sun4u/bind-9.11.14/lib/dns/include<br> -I../../lib/dns/include -I/opt/openssl-1.1/include -D_REENTRANT<br> -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_XPG4_2 -D__EXTENSIONS__<br> -m32 -xtarget=ultra -xarch=sparcvis -xO0 -I/usr/include/libxml2 -KPIC -c<br> stats.c  -KPIC -DPIC -o .libs/stats.o<br> "stats.c", line 300: undefined symbol: val<br> cc: acomp failed for stats.c<br><br> line 300 is:<br><br>           stats->counters[counter] = val;<br><br> I'm pretty sure that val should be value, since there is no "val"<br> anywhere in that file.  At least it compiles that way; I haven't<br> tested it yet.<br><br></blockquote><br>-- <hr>Jaco Lesch<br>SAIX HLS<br>Email: jacol@saix.net<hr>Please visit <a href="https://lists.isc.org/mailman/listinfo/bind-users">https://lists.isc.org/mailman/listinfo/bind-users</a> to unsubscribe from this list<br><br>bind-users mailing list<br>bind-users@lists.isc.org<br><a href="https://lists.isc.org/mailman/listinfo/bind-users">https://lists.isc.org/mailman/listinfo/bind-users</a><br></pre>
</blockquote>
</div>
</body>
</html>