Universal ICU build
Universal ICU build
- Subject: Universal ICU build
- From: Mark Alldritt <email@hidden>
- Date: Thu, 13 Apr 2006 17:15:04 -0800
- Thread-topic: Universal ICU build
Hi Folks,
I guess this is more a GCC/Universal question than an Xcode question. I'm
trying to build IBM's ICU 3.4.1, and I have it all working for the native
CPU architecture. However, when I try and get it to build universal
libraries, I'm running into problems.
Here's what I'm using based on the information in
http://developer.apple.com/technotes/tn2005/tn2137.html:
tar xvf icu-3.4.1.tar
cd icu/source
chmod +x runConfigureICU configure install-sh
export CXXFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch
ppc"
export CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch
ppc"
export LDFLAGS="-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk"
./runConfigureICU MacOSX --enable-stataic
make
When I do this, I run into these build errors:
DYLD_LIBRARY_PATH=../../lib:../../stubdata:../../tools/ctestfw:$DYLD_LIBRARY
_PATH ../../bin/pkgdata -p uconvmsg -O pkgdata.inc -m static -s uconvmsg
-d uconvmsg -T uconvmsg uconvmsg/uconvmsg.lst
/usr/bin/ar rv uconvmsg/libuconvmsg.a uconvmsg/uconvmsg_dat.o
ar: uconvmsg/libuconvmsg.a is a fat file (use libtool(1) or lipo(1) and
ar(1) on it)
ar: uconvmsg/libuconvmsg.a: Inappropriate file type or format
gnumake[3]: *** [uconvmsg/libuconvmsg.a(uconvmsg/uconvmsg_dat.o)] Error 1
I realize that this is probably too cryptic and is mussing too much context
for anyone to debug, but I wonder if this rings any bells?
Thanks
-Mark
------------------------------------------------------------------------
Mark Alldritt Late Night Software Ltd.
Phone: 250-380-1725 Script Debugger 4.0 - AppleScript IDE
WEB: http://www.latenightsw.com/ FaceSpan 4.3 - AppleScript RAD
Affrus 1.0 - Perl Debugging
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden