Hi guys-<br>I&#39;m new to sword-- but glad to be on board.<br><br>I have a wonderful Sun blade that I&#39;m trying to compile sword on and have been having a few issues.<br><br>I actually was able to compile without lucene and icu, but the lucene sounds very useful so I&#39;m trying to recompile now that I&#39;ve compiled clucene.
<br><br>I assume I&#39;ve gone about this the right way...<br><br>the error is:<br>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<br>&nbsp;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<br>_mcount&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; /opt/csw//lib/libclucene.so
<br><br>And it happens here:<br>creating <a href="http://libsword.la">libsword.la</a><br>(cd .libs &amp;&amp; rm -f <a href="http://libsword.la">libsword.la</a> &amp;&amp; ln -s ../libsword.la <a href="http://libsword.la">
libsword.la</a>)<br>gmake[1]: Leaving directory `/home/kevin/temp/biblesw/sword-1.5.9/lib&#39;<br>Making all in .<br>gmake[1]: Entering directory `/home/kevin/temp/biblesw/sword-1.5.9&#39;<br>g++ -DHAVE_CONFIG_H -I. -I. -I./include&nbsp; -I ./include -I/home/kevin/temp/biblesw/clucene-
core-0.9.16a/src -I/opt/csw/lib -L/opt/csw/lib -g3 -O0 -DCURLAVAILABLE -DUSELUCENE&nbsp; -c -o buildtest.o buildtest.cpp<br>/bin/bash ./libtool --mode=link g++ -g3 -O0 -DCURLAVAILABLE -DUSELUCENE&nbsp;&nbsp; -I/home/kevin/temp/biblesw/clucene-
core-0.9.16a/src -I/opt/csw/lib -L/opt/csw/lib -o buildtest&nbsp; buildtest.o ./lib/libsword.la -lz&nbsp; -lclucene<br>mkdir .libs<br>g++ -g3 -O0 -DCURLAVAILABLE -DUSELUCENE -I/home/kevin/temp/biblesw/clucene-core-0.9.16a/src -I/opt/csw/lib -o .libs/buildtest 
buildtest.o&nbsp; -L/opt/csw/lib ./lib/.libs/libsword.so -lcurl /opt/csw/lib/libidn.so /opt/csw/lib/libiconv.so -lssl -lcrypto -ldl -lsocket -lnsl -L/opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/../.. -lz /opt/csw//lib/libclucene.so -lrt /opt/csw/gcc3/lib/libstdc++.so -L/usr/ccs/bin -Wl,-R -Wl,/opt/csw/lib -Wl,-R -Wl,/opt/csw//lib -Wl,-R -Wl,/opt/csw/gcc3/lib
<br>ld: warning: file /opt/csw/lib/libstdc++.so: linked to /opt/csw/gcc3/lib/libstdc++.so: attempted multiple inclusion of file<br>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<br>&nbsp;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
<br>_mcount&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; /opt/csw//lib/libclucene.so<br>ld: fatal: Symbol referencing errors. No output written to .libs/buildtest<br>collect2: ld returned 1 exit status<br>gmake[1]: *** [buildtest] Error 1
<br>gmake[1]: Leaving directory `/home/kevin/temp/biblesw/sword-1.5.9&#39;<br>gmake: *** [all-recursive] Error 1<br><br><br>Here is my sword configuration options:<br>./configure \<br>CC=/opt/csw/gcc3/bin/gcc CFLAGS=&quot;-I/home/kevin/temp/biblesw/clucene-
core-0.9.16a/src -I/opt/csw/lib -L/opt/csw/lib&quot; \<br>LDFLAGS=&quot;-I/home/kevin/temp/biblesw/clucene-core-0.9.16a/src -I/opt/csw/lib -L/opt/csw/lib&quot; \<br>CPPFLAGS=&quot;-I/home/kevin/temp/biblesw/clucene-core-0.9.16a
/src -I/opt/csw/lib -L/opt/csw/lib&quot; \<br>&nbsp; --prefix=/opt/csw \<br>&nbsp; --disable-dependency-tracking \<br>&nbsp; --enable-shared \<br>&nbsp; --enable-static \<br>&nbsp; --disable-libtool-lock \<br>&nbsp; --enable-debug \<br>&nbsp; --enable-utilities \
<br>&nbsp; --with-gnu-ld \<br>&nbsp; --with-zlib \<br>&nbsp; --with-lucene \<br>&nbsp; --with-conf<br><br><br>And my lucene config options:<br>./configure CC=/opt/csw/gcc3/bin/gcc \<br>&nbsp; --prefix=/opt/csw/ \<br>&nbsp; --enable-debug \<br>&nbsp; --enable-gprof \
<br>&nbsp; --with-gnu-ld<br><br><br>Any ideas?<br><br>Thanks!<br><br>-Kevin<br><br>