<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri, sans-serif" size="2">
<div>I decided to try to at least build the 3.1beta1 package, to be sure that there were no new &#8220;compilation oddities&#8221; introduced.&nbsp; It seems to have fallen over while trying to compile the pdbtool component:</div>
<div>&nbsp;</div>
<div>gcc -DHAVE_CONFIG_H -I. -I..&nbsp;&nbsp;&nbsp; -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include&nbsp;&nbsp; -I/usr/local/include/eventlog&nbsp;&nbsp; -I/usr/local/ssl/include&nbsp;&nbsp; -DLIBNET_LIL_ENDIAN&nbsp; -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64&nbsp; -g -O2 -Wall -MT
pdbtool.o -MD -MP -MF .deps/pdbtool.Tpo -c -o pdbtool.o pdbtool.c</div>
<div>mv -f .deps/pdbtool.Tpo .deps/pdbtool.Po</div>
<div>gcc&nbsp; -g -O2 -Wall&nbsp;&nbsp; -o pdbtool pdbtool.o libsyslog-ng.a -lpthread&nbsp;&nbsp; -ldoor -lsocket -lrt -lnsl -lfl -L/usr/local/lib -lglib-2.0&nbsp;&nbsp; -L/usr/local/lib -levtlog&nbsp;&nbsp; -L/usr/local/ssl/lib -lssl -lcrypto -lsocket -lnsl -ldl&nbsp;&nbsp; -lz -lsocket -lnsl -lnet&nbsp;&nbsp; -lresolv
-lpthread</div>
<div>Undefined&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; first referenced</div>
<div> symbol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; in file</div>
<div>yylex&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/../../../libfl.so</div>
<div>ld: fatal: Symbol referencing errors. No output written to pdbtool</div>
<div>collect2: ld returned 1 exit status</div>
<div>*** Error code 1</div>
<div>make: Fatal error: Command failed for target `pdbtool'</div>
<div>Current working directory /var/opt/packages/syslog-ng-3.1beta1/src</div>
<div>*** Error code 1</div>
<div>The following command caused the error:</div>
<div>failcom='exit 1'; \</div>
<div>for f in x $MAKEFLAGS; do \</div>
<div>&nbsp; case $f in \</div>
<div>&nbsp;&nbsp;&nbsp; *=* | --[!k]*);; \</div>
<div>&nbsp;&nbsp;&nbsp; *k*) failcom='fail=yes';; \</div>
<div>&nbsp; esac; \</div>
<div>done; \</div>
<div>dot_seen=no; \</div>
<div>target=`echo all-recursive | sed s/-recursive//`; \</div>
<div>list='src tests doc contrib debian tgz2build'; for subdir in $list; do \</div>
<div>&nbsp; echo &quot;Making $target in $subdir&quot;; \</div>
<div>&nbsp; if test &quot;$subdir&quot; = &quot;.&quot;; then \</div>
<div>&nbsp;&nbsp;&nbsp; dot_seen=yes; \</div>
<div>&nbsp;&nbsp;&nbsp; local_target=&quot;$target-am&quot;; \</div>
<div>&nbsp; else \</div>
<div>&nbsp;&nbsp;&nbsp; local_target=&quot;$target&quot;; \</div>
<div>&nbsp; fi; \</div>
<div>&nbsp; (CDPATH=&quot;${ZSH_VERSION&#43;.}:&quot; &amp;&amp; cd $subdir &amp;&amp; make&nbsp; $local_target) \</div>
<div>&nbsp; || eval $failcom; \</div>
<div>done; \</div>
<div>if test &quot;$dot_seen&quot; = &quot;no&quot;; then \</div>
<div>&nbsp; make&nbsp; &quot;$target-am&quot; || exit 1; \</div>
<div>fi; test -z &quot;$fail&quot;</div>
<div>make: Fatal error: Command failed for target `all-recursive'</div>
<div>Current working directory /var/opt/packages/syslog-ng-3.1beta1</div>
<div>*** Error code 1</div>
<div>make: Fatal error: Command failed for target `all'</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Note that I just built 3.0.5 (today, as well), with no problems at all.</div>
<div>&nbsp;</div>
<div>I&#8217;m not done googling, but at least one site, seems to indicate that this might be a make-related issue:</div>
<div><a href="http://mail.opensolaris.org/pipermail/tools-gcc/2006-May/000121.html"><font color="#0000FF"><u>http://mail.opensolaris.org/pipermail/tools-gcc/2006-May/000121.html</u></font></a></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>This is Solaris 10 x86, running the original (albeit patched) gcc/make components.</div>
<div>&nbsp;</div>
<div>Here&#8217;s the summary from the configure that preceded the make activities:</div>
<div>syslog-ng Open Source Edition 3.1beta1 configured</div>
<div> Compiler options:</div>
<div>&nbsp; compiler&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : gcc</div>
<div>&nbsp; compiler options&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : -g -O2 -Wall&nbsp; -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include&nbsp;&nbsp; -I/usr/local/include/eventlog&nbsp;&nbsp; -I/usr/local/ssl/include&nbsp;&nbsp; -DLIBNET_LIL_ENDIAN&nbsp; -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64</div>
<div>&nbsp; linker flags&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp; -lpthread </div>
<div>&nbsp; prefix&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : /usr/local</div>
<div>&nbsp; linking mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : dynamic</div>
<div> Features:</div>
<div>&nbsp; Sun STREAMS support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : yes</div>
<div>&nbsp; Sun Door support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : yes</div>
<div>&nbsp; Debug symbols&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : no</div>
<div>&nbsp; GCC profiling&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : no</div>
<div>&nbsp; Memtrace&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : no</div>
<div>&nbsp; IPV6 support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : yes</div>
<div>&nbsp; spoof-source support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : yes</div>
<div>&nbsp; tcp-wrapper support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : no</div>
<div>&nbsp; SSL support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : yes</div>
<div>&nbsp; SQL support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : no</div>
<div>&nbsp; Linux capability support&nbsp;&nbsp;&nbsp; : no</div>
<div>&nbsp; PCRE support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : no</div>
<div>&nbsp; Env wrapper support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : no</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Not dying (or needing) to get 3.1 running.&nbsp; Just submitting this to try to sort out any compilation problems while this is all still in beta.</div>
<div>&nbsp;</div>
<div>APOLOGIES (in advance) if I&#8217;ve just done something moronically stupid!</div>
<div>&nbsp;</div>
<div>Let me know if there&#8217;s some other input that it would be useful to provide, and/or if you have any thoughts/suggestions as to what might be happening.</div>
<div>&nbsp;</div>
<div>THANKS!</div>
<div>&nbsp;</div>
<div><font face="Arial, sans-serif" size="2">Marvin </font></div>
<div>&nbsp;</div>
</font>
</body>
</html>

<pre>
This e-mail may contain confidential and/or privileged information. If you are
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden.