I&#39;m just building in the Mac terminal. I&#39;m not bothering with ICU at the moment.<br>I have got it working well enough for now, I think.<br><br clear="all">God Bless,<br>Ben<br>-------------------------------------------------------------------------------------------<br>

Multitudes, multitudes,<br>    in the valley of decision!<br>For the day of the LORD is near<br>    in the valley of decision.<br><br>Giôên 3:14 (ESV)<br><br>
<br><br><div class="gmail_quote">On Sat, Dec 19, 2009 at 11:12 AM, Manfred Bergmann <span dir="ltr">&lt;<a href="mailto:bergmannmd@web.de">bergmannmd@web.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hi.<br>
<br>
Do you build for your build system or do you cross-compile?<br>
<br>
I&#39;m cross-compiling with Fink&#39;s libtool version 1.5.26-3. Actually I never had luck with the system supplied libtoolize.<br>
In order to build with ICU support you need Fink&#39;s ICU dev package and a manually compiled ICU 3.6.<br>
<br>
export PATH=&quot;$PATH:/opt/icu-3.6/bin&quot;<br>
export DYLD_LIBRARY_PATH=&quot;$DYLD_LIBRARY_PATH:/opt/icu-3.6/lib&quot;<br>
./autogen.sh<br>
export CC=gcc<br>
export CXX=g++<br>
export SDK=/Developer/SDKs/MacOSX10.5.sdk<br>
export CFLAGS=&quot;-O2 -g0 -arch i686 -mmacosx-version-min=10.5 -isysroot $SDK -I$SDK/usr/include -I/sw/include&quot;<br>
export CXXFLAGS=&quot;$CFLAGS&quot;<br>
export LDFLAGS=&quot;-isysroot $SDK -Wl,-syslibroot,$SDK&quot;<br>
./configure --prefix=$INTELPREFIX --without-clucene --with-zlib --with-conf --with-icu --with-curl --enable-tests --disable-shared --enable-utilities<br>
make all install<br>
<br>
However configure in rev 2488 is broken. Haven&#39;t tried any patches though.<br>
<br>
<br>
<br>
Manfred<br>
<br>
<br>
Am 18.12.2009 um 22:04 schrieb Ben Morgan:<br>
<div><div></div><div class="h5"><br>
&gt; Hi,<br>
&gt;<br>
&gt; I&#39;m building SWORD on a mac.<br>
&gt; Notes:<br>
&gt; I&#39;m running with Matthew&#39;s patch from yesterday.<br>
&gt; 1) libtoolize is called glibtoolize on a mac, so autogen.sh doesn&#39;t handle it properly<br>
&gt; 2) make uninstall gives the error part of the way through<br>
&gt; make[1]: *** No rule to make target `uninstall-info-am&#39;, needed by `uninstall-am&#39;.<br>
&gt; 3) I&#39;m trying to build 32bit, so I configured with CC=~/gcc32 CXX=~/g++32 where gcc32 runs gcc -m32 and g++32 run g++ -m32.<br>
&gt; /bin/sh ./libtool --tag=CXX   --mode=link /Users/benm/g++32 -O3 -DEXCLUDEZLIB -ftemplate-depth-25 -DCURLAVAILABLE     -o buildtest buildtest.o ./lib/<a href="http://libsword.la" target="_blank">libsword.la</a> -lcurl -lssl -lcrypto -Wl,-weak-lldap -dynamic -Os -pipe -g0 -Wno-system-headers -Wl,-search_paths_first -Wl,-weak-lgssapi_krb5 -Wl,-weak-lkrb5 -Wl,-weak-lk5crypto -Wl,-weak-lcom_err -Wl,-weak-lresolv -lssl -lcrypto -lz -lz<br>


&gt; libtool: link: unsupported hardcode properties<br>
&gt; libtool: link: See the libtool documentation for more information.<br>
&gt; libtool: link: Fatal configuration error.<br>
&gt;<br>
&gt; This goes away when I disable static and enabled shared.<br>
&gt; As a side note, the CXX variable is not checked by configure, so it may not even work as expected. I don&#39;t know if this is expected or not.<br>
&gt;<br>
&gt; God Bless,<br>
&gt; Ben<br>
&gt; -------------------------------------------------------------------------------------------<br>
&gt; Multitudes, multitudes,<br>
&gt;    in the valley of decision!<br>
&gt; For the day of the LORD is near<br>
&gt;    in the valley of decision.<br>
&gt;<br>
&gt; Giôên 3:14 (ESV)<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
&gt; <a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
&gt; Instructions to unsubscribe/change your settings at above page<br>
<br>
<br>
_______________________________________________<br>
sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
Instructions to unsubscribe/change your settings at above page<br>
</blockquote></div><br>