I'm just building in the Mac terminal. I'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"><<a href="mailto:bergmannmd@web.de">bergmannmd@web.de</a>></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'm cross-compiling with Fink'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's ICU dev package and a manually compiled ICU 3.6.<br>
<br>
export PATH="$PATH:/opt/icu-3.6/bin"<br>
export DYLD_LIBRARY_PATH="$DYLD_LIBRARY_PATH:/opt/icu-3.6/lib"<br>
./autogen.sh<br>
export CC=gcc<br>
export CXX=g++<br>
export SDK=/Developer/SDKs/MacOSX10.5.sdk<br>
export CFLAGS="-O2 -g0 -arch i686 -mmacosx-version-min=10.5 -isysroot $SDK -I$SDK/usr/include -I/sw/include"<br>
export CXXFLAGS="$CFLAGS"<br>
export LDFLAGS="-isysroot $SDK -Wl,-syslibroot,$SDK"<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'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>
> Hi,<br>
><br>
> I'm building SWORD on a mac.<br>
> Notes:<br>
> I'm running with Matthew's patch from yesterday.<br>
> 1) libtoolize is called glibtoolize on a mac, so autogen.sh doesn't handle it properly<br>
> 2) make uninstall gives the error part of the way through<br>
> make[1]: *** No rule to make target `uninstall-info-am', needed by `uninstall-am'.<br>
> 3) I'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>
> /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>
> libtool: link: unsupported hardcode properties<br>
> libtool: link: See the libtool documentation for more information.<br>
> libtool: link: Fatal configuration error.<br>
><br>
> This goes away when I disable static and enabled shared.<br>
> As a side note, the CXX variable is not checked by configure, so it may not even work as expected. I don't know if this is expected or not.<br>
><br>
> 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>
</div></div>> _______________________________________________<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>
<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>