Below is a snip it
of compiling sqlite using MacOS X 10.3.9
& Xcode 1.5 with XCODE updates of gcc
This would be the second time,
I wipe the hard drive, and re-install ALL,
and try this again, with the same results.
So, far no-one, was able to find the cause,
of these errors... and garbage characters.
If YOU Know, please email on or off list.
Richard
<snip>
9 ÈÇÓ2h?fêÁ
îk<caron>üàjwöÈØCC!_D?'ç''È¿ç\D,Sy=9çòÜ"oÜ<breve>/©?
Ä"EÔp¯#¥U<caron>©
o}¨ª´´d[1^î¢Ke?#fOÿåNÇ7_ p??ÍÆ?<Jªl
î?ôåɧt÷X*=xÕhók?%Xfiò"¯å¿¡?ÙA3$??5d7]ÔÇ<=f«?`;YÙÈJF`ôónFfi?®??rä\fiò<?ÅÛªF"qÃÆa/MüÈ'?YzhüGØ2r¡c{?9L©?
Ä"EÔp¯#¥U<caron>©
o}¨ª´´d[1^î¢Ke?#fOÿåNÇ7_ p??ÍÆ?<Jªl
î?ôåɧt÷X*=xÕhók?%Xfiò"¯å¿¡?ÙA3$??5d7]ÔÇ<=f«?`;YÙÈJF`ôónFfi?®??rä\fiò<?ÅÛªF"qÃÆa/MüÈ'?YzhüGØ2r¡c{?9Lt¿¬HP·5±_ØE{5bl?"ì?'DwÚfb»9ó<%°Üa['¯'4@'PaEë±a?f~&£Æ?z<pi>cÓ?´éKÃ<*õÂ_/QñöÜ_2F?S'C="
Ì!=íoê!v ñ§l»7'?£W#ÎeÎëyíqÊ'â[T©?:#)e?¬~MYÍÔ?h9
ìM?['§ü'Õ÷^Z±|(îæå?¯,A,L}i¸fåÔ~kLäߣ?Ñ?ñc?ÖkZ0!=*&iZä9]ëõ§/;±ÖÚLA;<sum>®còÉ'õc9¸_3ÎÅF¸!_Údª
?SÿaÛQñ¿`öh?eÚ»?~ë??">=ìC<pi>>l<pi>01tv?¿<caron>(ËO
X¯¿XnÙ?m$?">+Xp°´!=UD¯°c?/zD
(«v
?Ó*ÒöwF;>ë?mR\'<]ï8;"zíçB?z
gåæ¿,©
¡ÃuXÜÂòáù[Z!'[EMAIL PROTECTED])¯
G>
A´î¿>:=Ö:z='äÓ<=æzå*OÉÚÚìûú;
q?¨??Ö°¸Å>$R?»Ëãô.A¨é&"á>:Îàæ@(>=(
Q±pJJÃàÿ÷ËT6a0y7ÃÇ»ª:,6[ö_y'RïfÏNذ´´a'([ë$="?Ë"U]?Wöäß!<breve>¸?ÿÈX<pi>fl<pi>Ì?
G¬æÑ ( ?çË S;PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
9 ÈÇÓ2h?fêÁ
îk<caron>üàjwöÈØCC!_D?'ç''È¿ç\D,Sy=configure:1607:
checking build system type
configure:1625: result: powerpc-apple-darwin7.9.0
configure:1633: checking host system type
configure:1647: result: powerpc-apple-darwin7.9.0
configure:1701: checking for gcc
configure:1717: found /usr/bin/gcc
configure:1727: result: gcc
configure:1971: checking for C compiler version
configure:1974: gcc --version </dev/null >&5
gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1671)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:1977: $? = 0
configure:1979: gcc -v </dev/null >&5
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1671)
configure:1982: $? = 0
configure:1984: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1987: $? = 1
configure:2010: checking for C compiler default output file name
configure:2013: gcc conftest.c >&5
conftest.c:1: error: stray '\1' in program
conftest.c:1: error: parse error before numeric constant
conftest.c:1: error: stray '\366' in program
conftest.c:1: error: stray '\312' in program
conftest.c:1: error: stray '\7' in program
conftest.c:1: error: stray '\351' in program
conftest.c:1: error: stray '\202' in program
conftest.c:1: error: stray '\356' in program
conftest.c:1:9: invalid suffix "h" on integer constant
conftest.c:1: error: stray '\270' in program
conftest.c:1: error: stray '\220' in program
conftest.c:1: error: stray '\347' in program
conftest.c:1: error: stray '\311' in program
conftest.c:1: error: stray '\224' in program
conftest.c:1: error: stray '\367' in program
conftest.c:1: error: stray '\377' in program
conftest.c:2: error: stray '\1' in program
conftest.c:2: error: stray '\366' in program
conftest.c:2: error: stray '\312' in program
conftest.c:2: error: stray '\7' in program
conftest.c:2: error: stray '\351' in program
conftest.c:2: error: stray '\202' in program
conftest.c:2: error: stray '\356' in program
conftest.c:2:9: invalid suffix "h" on integer constant
conftest.c:2: error: stray '\270' in program
</end of snip>