Hey, barry --
starting to play with the CVS on OS X, and I happened to notice some
weird errors on install:
for p in email-2.3 JapaneseCodecs-1.4.8 KoreanCodecs-2.0.5; \
do \
gunzip -c $p.tar.gz | tar xf -; \
(cd $p ; PYTHONPATH=/usr/local/mailman/pythonlib /usr/bin/python
setup.py --quiet install --install-lib /usr/local/mailman/pythonlib
--install-purelib /usr/local/mailman/pythonlib --install-data
/usr/local/mailman/pythonlib); \
done
ld: for architecture i386
ld: warning /usr/lib/bundle1.o cputype (18, architecture ppc) does not
match cputype (7) for specified -arch flag: i386 (file not loaded)
ld: warning build/temp.darwin-6.1-Power
Macintosh-2.2/_japanese_codecs.o cputype (18, architecture ppc) does
not match cputype (7) for specified -arch flag: i386 (file not loaded)
ld: warning /usr/lib/gcc/darwin/3.1/libgcc.a archive's cputype (18,
architecture ppc) does not match cputype (7) for specified -arch flag:
i386 (can't load from it)
ld: warning /usr/lib/libSystem.dylib cputype (18, architecture ppc)
does not match cputype (7) for specified -arch flag: i386 (file not
loaded)
ld: for architecture i386
ld: warning /usr/lib/bundle1.o cputype (18, architecture ppc) does not
match cputype (7) for specified -arch flag: i386 (file not loaded)
ld: warning build/temp.darwin-6.1-Power Macintosh-2.2/_koco.o cputype
(18, architecture ppc) does not match cputype (7) for specified -arch
flag: i386 (file not loaded)
ld: warning /usr/lib/gcc/darwin/3.1/libgcc.a archive's cputype (18,
architecture ppc) does not match cputype (7) for specified -arch flag:
i386 (can't load from it)
ld: warning /usr/lib/libSystem.dylib cputype (18, architecture ppc)
does not match cputype (7) for specified -arch flag: i386 (file not
loaded)
ld: for architecture i386
ld: warning /usr/lib/bundle1.o cputype (18, architecture ppc) does not
match cputype (7) for specified -arch flag: i386 (file not loaded)
ld: warning build/temp.darwin-6.1-Power Macintosh-2.2/hangul.o cputype
(18, architecture ppc) does not match cputype (7) for specified -arch
flag: i386 (file not loaded)
ld: warning /usr/lib/gcc/darwin/3.1/libgcc.a archive's cputype (18,
architecture ppc) does not match cputype (7) for specified -arch flag:
i386 (can't load from it)
ld: warning /usr/lib/libSystem.dylib cputype (18, architecture ppc)
does not match cputype (7) for specified -arch flag: i386 (file not
loaded)
It looks like some of the international character stuff is assuming
Wintel architecture in some way that's not obvious from 10 minutes of
looking at the source... ideas?
--
Chuq Von Rospach, Architech
[EMAIL PROTECTED] -- http://www.chuqui.com/
IMHO: Jargon. Acronym for In My Humble Opinion. Used to flag as an
opinion
something that is clearly from context an opinion to everyone except the
mentally dense. Opinions flagged by IMHO are actually rarely humble.
IMHO.
(source: third unabridged dictionary of chuqui-isms).
_______________________________________________
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman-21/listinfo/mailman-developers