<span class="gmail_quote"></span>Hi,<br><br>I don't really know how to compile anything. If I follow instructions and it doesn't work, I'm stuck...<br><br>I'm stuck now, I followed this:<br><br><a href="http://blogs.digitar.com/jjww/?itemid=45" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://blogs.digitar.com/jjww/?itemid=45</a><br><br>From what I can tell it looks like the recursor is trying to be compiled.<br><br>Please help :)<br><br>Nick<br><br><br>+++++++++++++++ START +++++++++++++++<br> make install
<br>Making install in modules<br>Making install in gmysqlbackend<br>if /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H  -I. -I. -I../.. -I/opt/csw/mysql5/include//mysql     -pthread -I/opt/csw/include -DSOLARIS -Wall -O2 -MT 
gmysqlbackend.lo -MD -MP -MF ".deps/gmysqlbackend.Tpo" -c -o gmysqlbackend.lo gmysqlbackend.cc; \<br>then mv -f ".deps/gmysqlbackend.Tpo" ".deps/gmysqlbackend.Plo"; else rm -f ".deps/gmysqlbackend.Tpo"; exit 1; fi
<br>mkdir .libs<br> g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/csw/mysql5/include//mysql -pthread -I/opt/csw/include -DSOLARIS -Wall -O2 -MT gmysqlbackend.lo -MD -MP -MF .deps/gmysqlbackend.Tpo -c gmysqlbackend.cc  -fPIC -DPIC -o .libs/gmysqlbackend.o
<br>g++: unrecognized option `-pthread'<br> g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/csw/mysql5/include//mysql -pthread -I/opt/csw/include -DSOLARIS -Wall -O2 -MT gmysqlbackend.lo -MD -MP -MF .deps/gmysqlbackend.Tpo -c 
gmysqlbackend.cc  -fPIC -DPIC -o gmysqlbackend.o >/dev/null 2>&1<br>if /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H  -I. -I. -I../.. -I/opt/csw/mysql5/include//mysql     -pthread -I/opt/csw/include -DSOLARIS -Wall -O2 -MT 
smysql.lo -MD -MP -MF ".deps/smysql.Tpo" -c -o smysql.lo smysql.cc; \<br>then mv -f ".deps/smysql.Tpo" ".deps/smysql.Plo"; else rm -f ".deps/smysql.Tpo"; exit 1; fi<br> g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/csw/mysql5/include//mysql -pthread -I/opt/csw/include -DSOLARIS -Wall -O2 -MT 
smysql.lo -MD -MP -MF .deps/smysql.Tpo -c smysql.cc  -fPIC -DPIC -o .libs/smysql.o<br>g++: unrecognized option `-pthread'<br> g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/csw/mysql5/include//mysql -pthread -I/opt/csw/include -DSOLARIS -Wall -O2 -MT 
smysql.lo -MD -MP -MF .deps/smysql.Tpo -c smysql.cc  -fPIC -DPIC -o smysql.o >/dev/null 2>&1<br>/bin/bash ../../libtool --tag=CXX --mode=link g++   -pthread -I/opt/csw/include -DSOLARIS -Wall -O2  -L/opt/csw/mysql5/lib/mysql -pthread -L/opt/csw/lib -lsocket -lnsl -o 
<a href="http://libgmysqlbackend.la" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">libgmysqlbackend.la</a> -rpath /usr/local/lib -module -lmysqlclient gmysqlbackend.lo smysql.lo  -lz<br>g++ -shared -nostdlib  /usr/sfw/lib/gcc/sparc-
sun-solaris2.11/3.4.3/crti.o /usr/ccs/lib/values-
Xa.o /usr/sfw/lib/gcc/sparc-sun-solaris2.11/3.4.3/crtbegin.o  .libs/gmysqlbackend.o .libs/smysql.o  -Wl,-R -Wl,/opt/csw/mysql5/lib/mysql -Wl,-R -Wl,/usr/sfw/lib -Wl,-R -Wl,/opt/csw/mysql5/lib/mysql -Wl,-R -Wl,/usr/sfw/lib -L/opt/csw/mysql5/lib/mysql -L/opt/csw/lib -lsocket -lnsl /opt/csw/mysql5/lib/mysql/libmysqlclient.so -L/opt/csw/lib/32 -lz -L/usr/sfw/lib/gcc/sparc-
sun-solaris2.11/3.4.3 -L/usr/sfw/lib/gcc/sparc-sun-solaris2.11/3.4.3/../../../../sparc-sun-solaris2.11/lib -L/usr/ccs/lib -L/usr/sfw/lib/gcc/sparc-sun-solaris2.11/3.4.3/../../.. /usr/sfw/lib/libstdc++.so -L/usr/sfw/lib -lm -lgcc_s /usr/sfw/lib/gcc/sparc-
sun-solaris2.11/3.4.3/crtend.o /usr/sfw/lib/gcc/sparc-sun-solaris2.11/3.4.3/crtn.o  -pthread -pthread -Wl,-h -Wl,libgmysqlbackend.so.0 -o .libs/libgmysqlbackend.so.0.0.0<br>g++: unrecognized option `-pthread'<br>g++: unrecognized option `-pthread'
<br>(cd .libs && rm -f libgmysqlbackend.so.0 && ln -s libgmysqlbackend.so.0.0.0 libgmysqlbackend.so.0)<br>(cd .libs && rm -f libgmysqlbackend.so && ln -s libgmysqlbackend.so.0.0.0 libgmysqlbackend.so

)<br>false cru .libs/libgmysqlbackend.a  gmysqlbackend.o smysql.o<br>*** Error code 1<br>make: Fatal error: Command failed for target `libgmysqlbackend.la'<br>Current working directory /root/pdns-2.9.21/modules/gmysqlbackend
<br>*** Error code 1<br>The following command caused the error:<br>failcom='exit 1'; \<br>for f in x $MAKEFLAGS; do \<br>  case $f in \<br>    *=* | --[!k]*);; \<br>    *k*) failcom='fail=yes';; \<br>  esac; \
<br>done; \<br>dot_seen=no; \<br>target=`echo install-recursive | sed s/-recursive//`; \<br>list='gmysqlbackend geobackend pipebackend'; for subdir in $list; do \<br>  echo "Making $target in $subdir"; \
<br>  if test "$subdir" = "."; then \<br>    dot_seen=yes; \<br>    local_target="$target-am"; \<br>  else \<br>    local_target="$target"; \<br>  fi; \<br>  (cd $subdir && make  $local_target) \
<br>  || eval $failcom; \<br>done; \<br>if test "$dot_seen" = "no"; then \<br>  make  "$target-am" || exit 1; \<br>fi; test -z "$fail"<br>make: Fatal error: Command failed for target `install-recursive'
<br>Current working directory /root/pdns-2.9.21/modules<br>*** Error code 1<br>The following command caused the error:<br>failcom='exit 1'; \<br>for f in x $MAKEFLAGS; do \<br>  case $f in \<br>    *=* | --[!k]*);; \
<br>    *k*) failcom='fail=yes';; \<br>  esac; \<br>done; \<br>dot_seen=no; \<br>target=`echo install-recursive | sed s/-recursive//`; \<br>list='modules codedocs pdns'; for subdir in $list; do \<br>  echo "Making $target in $subdir"; \
<br>  if test "$subdir" = "."; then \<br>    dot_seen=yes; \<br>    local_target="$target-am"; \<br>  else \<br>    local_target="$target"; \<br>  fi; \<br>  (cd $subdir && make  $local_target) \
<br>  || eval $failcom; \<br>done; \<br>if test "$dot_seen" = "no"; then \<br>  make  "$target-am" || exit 1; \<br>fi; test -z "$fail"<br>make: Fatal error: Command failed for target `install-recursive'
<br>