On Mar 2, 2014, at 8:48 PM, Werner LEMBERG wrote:
>
> Some weeks ago I wrote:
>
>> I've now found out that it *is* a libtool problem:
>>
>>> libtool: link: \
>>>(cd
>>> /Users/wl/harfbuzz-0.9.26/src/.libs/libharfbuzz.lax/libhb-ucdn.a/unfat-91266/libhb-ucdn.a-i386
>>> \
>>> && ar x
Some weeks ago I wrote:
> I've now found out that it *is* a libtool problem:
>
>> libtool: link: \
>> (cd
>> /Users/wl/harfbuzz-0.9.26/src/.libs/libharfbuzz.lax/libhb-ucdn.a/unfat-91266/libhb-ucdn.a-i386
>> \
>> && ar x "libhb-ucdn.a")
>> libtool: link: \
>> (cd
>> /Users/wl/h
I've now found out that it *is* a libtool problem:
> libtool: link: \
> (cd
> /Users/wl/harfbuzz-0.9.26/src/.libs/libharfbuzz.lax/libhb-ucdn.a/unfat-91266/libhb-ucdn.a-i386
> \
> && ar x "libhb-ucdn.a")
> libtool: link: \
> (cd
> /Users/wl/harfbuzz-0.9.26/src/.libs/libharfbuzz
[libtool 2.4.2]
I'm compiling harfbuzz under OS X 10.7.5 (i.e., Darwin 11.4.2), XCode
4.6.3 (i.e., i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1), with the
following configuration flags; see attached build script for more.
--enable-static
LDFLAGS=CFLAGS=CXXFLAGS="-arch i386 -arch x86_64"
Do