Daniel E. Macks wrote:
[]
$ dpkg --print-architecture
Bus error
[]
10.4/pcc % dpkg-architecture
dpkg-architecture: warning: Unknown gcc system type powerpc-apple-darwin8, falling back to default (native compilation)
[]
So it really does look like a bug in dpkg--maybe falls off the end of an array
of known host types?
Yeah, somewhere between gcc-3.3 and gcc-3.4, the response to
gcc -dumpmachine
changed from "ppc-darwin" to "powerpc-apple-darwin8" or similar
("%m-apple-darwinVERSION"):
$ for GCC in gcc2 gcc3 gcc-3.3 gcc-3.3.3 gcc-3.4.1 gcc-4.0
i686-apple-darwin8-gcc-4.0.1 ; do echo $GCC : `$GCC -dumpmachine` ;done
gcc2 : ppc-darwin
gcc3 : ppc-darwin
gcc-3.3 : ppc-darwin
gcc-3.3.3 : powerpc-apple-darwin7.4.0
gcc-3.4.1 : powerpc-apple-darwin7.4.0
gcc-4.0 : powerpc-apple-darwin8
i686-apple-darwin8-gcc-4.0.1 : i686-apple-darwin8
Nobody seems to have told debian about this.
--
Martin
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners