> So, its something with the C compiler...
Well, you can test your compiler pretty easily.. Are you able to
compile anything else? At minimum, try compiling hello world first:
create a file test.c :
-------------------------------
#include <stdio.h>
int main( ) {
printf("oh my, 1 step closer to using sqlite\n");
return 0;
}
--------------------------------
then type from the command line:
gcc test.c -o sillymac
chmod +x sillymac
./sillymac
-------------------------------
if that works, your compiler is probably ok. Next try downloading a
sample project from freshmeat.net, and see if you can configure &
compile one of those...
I'll echo the suggestion that your source download is likely
corrupt. Or your data is being corrupted through the unzipping
process.
On 9/8/05, Richard Nagle <[EMAIL PROTECTED]> wrote:
>
> Downloaded this, version, and got the same kind of output.
>
> VÒ†—jx?Âê#M<caron>Éfl#?sjKöyæ9>[EMAIL
> PROTECTED]<sum>…ºhUˆZ£/SŸ?÷é(c)='¿l?/ëÿ:˜ìRb}öVÙ¥"(Å[¿<.Q`ƒhYF¢+›¨÷ùáü!"ÀLOÎ
> í k?ïë¢xeÃb?e·Œfi,Œ[<breve>\¡"N¨>=
> Ã?Ê3}ì?âò<=În'T£?</Ñïô=âó+I#¢âù?·‚ÎPAmëÑcÄ>å.
> Â1 ÜÙ
> ˜ÅÕô/+yÑ]Ò{Ÿ¨câ´qîÔhÏ!=Na"Z
> 8:B¶áâ?è+#W>=rm?pVÒ†—jx?Âê#M<caron>Éfl#?sjKöyæ9>[EMAIL
> PROTECTED]<sum>…ºhUˆZ£/SŸ?÷é(c)='¿l?/ëÿ:˜ìRb}öVÙ¥"(Å[¿<.Q`ƒhYF¢+›¨÷ùáü!"ÀLOÎ
> í k?ïë¢xeÃb?e·Œfi,Œ[<breve>\¡"N¨>=
> Ã?Ê3}ì?âò<=În'T£?</Ñïô=âó+I#¢âù?·‚ÎPAmëÑcÄ>å.
> Â1 ÜÙ
> ˜ÅÕô/+yÑ]Ò{Ÿ¨câ´qîÔhÏ!=Na"Z
> 8:B¶áâ?è+#W>=rm?pÿ(c))ÂçÚ:ZD'n¯<caron>d?»£üs™V'¡—Î+"n0(r)…hÉLÌpóI(c)úUãé3S¸‡zugF¶{/;Û,Ü{9Ãë¬ØXÏ"ÓN±Ëôã…£âõåëÆHê.:?òÃäîJ€1÷T›¶?™?<pi>ä?k„õQ?!=Ö9X
> !=WøÃ`›\Ÿ<caron>?v<=UíYí?óƒ8>ƒç‚=ü:"…S [EMAIL
> PROTECTED]<pi>™W3ÑÚxl[MúòçÅN&ü40–ú
> ‹?6G}Á?à‹¯D"y,ÿÌ?C?<breve>6?`¸
> :˜üqÂ7¡?H?…Èø¶í‹&õ>J(tr%»ZÅ[ÑL?í?èÜdaJ\1ÚpA*ߺ?
> ±ùŸ´´(7ä?eã°ëweiØiˆ"[EMAIL PROTECTED]
> Wé-Ö\–1wñÙÔWF¯»!?è2øk)ko"]À(}ÒP6È3<[fi4õ˜-…T±_V<sum>"æ(<=âP«7ªB>=·b¶?)>v`¢yø+O_›+]ÇÍô<sum><pi>?<sum>ÿuº¢/ìç'<=…
> jOÖ$º\'?YÂîJ™n?Ò·æ¿´?㯫Çp<ñ'<caron>ã?Z{m'G鿍––tµT¯0ô.Å8èœ~Ê¿H?XåZê3<caron>'zâ>=
> l'›?ütn(r)f„ tflgÛ}MDÄ¢Éq¯ÓB§ÙÆIxJ'à´´Û0ëÍ'ø
> x>=wl$Æä'uÀx'iض>=mØŒsî/?Øukj<pi>ÊSÙã?´2+i¸HÍ??¯\\rÖ%¯<breve>6aàÍ<pi>LO˜—ñ
> kÓÏÙ>=É<Ï›<pi>ã¨xDúf¯e+8<=%?°Ü÷Ï5´b`+5Æq#åÂDCÖw¨ó—M?E#ä?
> &Çm?QGíPATH: /bin
> PATH: /sbin
> PATH: /usr/bin
> PATH: /usr/sbin
> VÒ†—jx?Âê#M<caron>Éfl#?sjKöyæ9>[EMAIL
> PROTECTED]<sum>…ºhUˆZ£/SŸ?÷éconfigure:1605: checking build system type
> configure:1623: result: powerpc-apple-darwin7.9.0
> configure:1631: checking host system type
> configure:1645: result: powerpc-apple-darwin7.9.0
> configure:1699: checking for gcc
> configure:1715: found /usr/bin/gcc
> configure:1725: result: gcc
> configure:1969: checking for C compiler version
> configure:1972: 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:1975: $? = 0
> configure:1977: 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:1980: $? = 0
> configure:1982: gcc -V </dev/null >&5
> gcc: `-V' option must have argument
> configure:1985: $? = 1
> configure:2008: checking for C compiler default output file name
> configure:2011: gcc conftest.c >&5
> conftest.c:1: error: stray '\361' in program
> conftest.c:1: error: stray '\240' in program
> conftest.c:1: error: stray '\321' in program
> conftest.c:1: error: parse error before "j"
> conftest.c:1: error: stray '\22' in program
> conftest.c:1: error: stray '\270' in program
> conftest.c:1: error: stray '\345' in program
> conftest.c:1: error: stray '\33' in program
> conftest.c:1: error: stray '\220' in program
> ----------------------
>
> So, its something with the C compiler...
> or language problem..
>
> Richard
>
>
>
>
>
>