Hi All,<div><br></div><div>I am facing an error while building libaxl on my SunOS sparc-64 bit host. After running autogen.sh, when I issue make, it gives the following error:</div><div><br></div><div><div>/bin/bash ../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -g -I..  -DVERSION=\&quot;&quot;0.6.4.b4604.g4611&quot;\&quot;  -DPACKAGE_DTD_DIR=\&quot;&quot;/home/devbld/glal/smittal/smittal_cpp_jsf_unix/thirdparty/SunOS-sp64/libaxl/share&quot;\&quot; -DPACKAGE_TOP_DIR=\&quot;&quot;..&quot;\&quot;    -D__axl_disable_broken_bool_def__  -DVERSION=\&quot;0.6.4.b4604.g4611\&quot; -DSHOW_DEBUG_LOG   +w +w2 -mt -KPIC -m64  -g -c -o axl_factory.lo axl_factory.c</div>
<div>libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -g -I.. -DVERSION=\&quot;0.6.4.b4604.g4611\&quot; -DPACKAGE_DTD_DIR=\&quot;/home/devbld/glal/smittal/smittal_cpp_jsf_unix/thirdparty/SunOS-sp64/libaxl/share\&quot; -DPACKAGE_TOP_DIR=\&quot;..\&quot; -D__axl_disable_broken_bool_def__ -DVERSION=\&quot;0.6.4.b4604.g4611\&quot; -DSHOW_DEBUG_LOG +w +w2 -mt -KPIC -m64 -g -c axl_factory.c  -KPIC -DPIC -o .libs/axl_factory.o</div>
<div>libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -g -I.. -DVERSION=\&quot;0.6.4.b4604.g4611\&quot; -DPACKAGE_DTD_DIR=\&quot;/home/devbld/glal/smittal/smittal_cpp_jsf_unix/thirdparty/SunOS-sp64/libaxl/share\&quot; -DPACKAGE_TOP_DIR=\&quot;..\&quot; -D__axl_disable_broken_bool_def__ -DVERSION=\&quot;0.6.4.b4604.g4611\&quot; -DSHOW_DEBUG_LOG +w +w2 -mt -KPIC -m64 -g -c axl_factory.c -o axl_factory.o &gt;/dev/null 2&gt;&amp;1</div>
<div>/bin/bash ../libtool --tag=CC    --mode=link cc  -g  -no-undefined -export-symbols-regex &#39;^(axl|__axl|_axl).*&#39; -mt -m64 -o <a href="http://libaxl.la">libaxl.la</a> -rpath /home/devbld/glal/smittal/smittal_cpp_jsf_unix/thirdparty/SunOS-sp64/libaxl/lib axl.lo axl_decl.lo axl_node.lo axl_doc.lo  axl_error.lo axl_stream.lo axl_log.lo axl_list.lo axl_stack.lo  axl_dtd.lo axl_hash.lo axl_factory.lo  </div>
<div>libtool: link: /usr/ccs/bin/nm -p  .libs/axl.o .libs/axl_decl.o .libs/axl_node.o .libs/axl_doc.o .libs/axl_error.o .libs/axl_stream.o .libs/axl_log.o .libs/axl_list.o .libs/axl_stack.o .libs/axl_dtd.o .libs/axl_hash.o .libs/axl_factory.o   |  | /bin/sed &#39;s/.* //&#39; | sort | uniq &gt; .libs/libaxl.exp</div>
<div><b>../libtool: eval: line 1088: syntax error near unexpected token `|&#39;</b></div><div><b>../libtool: eval: line 1088: `/usr/ccs/bin/nm -p  .libs/axl.o .libs/axl_decl.o .libs/axl_node.o .libs/axl_doc.o .libs/axl_error.o .libs/axl_stream.o .libs/axl_log.o .libs/axl_list.o .libs/axl_stack.o .libs/axl_dtd.o .libs/axl_hash.o .libs/axl_factory.o   |  | /bin/sed &#39;s/.* //&#39; | sort | uniq &gt; .libs/libaxl.exp&#39;</b></div>
<div><b style="background-color: rgb(255, 255, 255);">*** Error code 1</b></div><div><b style="background-color: rgb(255, 255, 255);">make: Fatal error: Command failed for target `<a href="http://libaxl.la">libaxl.la</a>&#39;</b></div>
<div><b style="background-color: rgb(255, 255, 255);">Current working directory /home/devbld/glal/smittal/smittal_cpp_jsf_unix/thirdparty/SunOS-sp64/libaxl/src</b></div><div><b style="background-color: rgb(255, 255, 255);">*** Error code 1</b></div>
<div>The following command caused the error:</div><div>fail= failcom=&#39;exit 1&#39;; \</div><div>for f in x $MAKEFLAGS; do \</div><div>  case $f in \</div><div>    *=* | --[!k]*);; \</div><div>    *k*) failcom=&#39;fail=yes&#39;;; \</div>
<div>  esac; \</div><div>done; \</div><div>dot_seen=no; \</div><div>target=`echo all-recursive | sed s/-recursive//`; \</div><div>list=&#39;src  ns knife babel   test&#39;; for subdir in $list; do \</div><div>  echo &quot;Making $target in $subdir&quot;; \</div>
<div>  if test &quot;$subdir&quot; = &quot;.&quot;; then \</div><div>    dot_seen=yes; \</div><div>    local_target=&quot;$target-am&quot;; \</div><div>  else \</div><div>    local_target=&quot;$target&quot;; \</div><div>
  fi; \</div><div>  (CDPATH=&quot;${ZSH_VERSION+.}:&quot; &amp;&amp; cd $subdir &amp;&amp; make  $local_target) \</div><div>  || eval $failcom; \</div><div>done; \</div><div>if test &quot;$dot_seen&quot; = &quot;no&quot;; then \</div>
<div>  make  &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&#39;</div><div>Current working directory /home/devbld/glal/smittal/smittal_cpp_jsf_unix/thirdparty/SunOS-sp64/libaxl</div>
<div>*** Error code 1</div><div>make: Fatal error: Command failed for target `all&#39;</div><div>psrux902b1%</div><div><br></div>Could someone please help me out here?</div><div><br></div><div>Regards,</div><div>Satish M<br>
-- <br>&quot;The happiest of people don´t necessarily have the best of everything, they just make the most of everything that comes along their way.&quot;<br>
</div>