On Jan 20, 2006, at 3:15 PM, Joerg Wunsch wrote:

I can't comment on OS X, but for avr-libc, keep in mind that the
procedure to configure and build it has been changed from version
1.2.x to 1.4.x.  The old ./doconf and ./domake hacks are no longer
needed, instead it configures and compiles now well using ./configure
(with --prefix if needed) and "make" (where the latter needs to be a
GNU make, perhaps called "gmake" for you).

FYI: This is MacOS X 10.4.4:

[EMAIL PROTECTED] {193} uname -a
Darwin Dot-Matrix.local 8.4.0 Darwin Kernel Version 8.4.0: Tue Jan 3 18:22:10 PST 2006; root:xnu-792.6.56.obj~1/RELEASE_PPC Power Macintosh powerpc

[EMAIL PROTECTED] {194} make --v
GNU Make 3.80
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.

[EMAIL PROTECTED] {195} cc --v
Reading specs from /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/specs
Configured with: /private/var/tmp/gcc/gcc-4061.obj~8/src/configure -- disable-checking --prefix=/usr --mandir=/share/man --enable- languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^+.-]*$/ s/$/-4.0/ --with-gxx-include-dir=/include/gcc/darwin/4.0/c++ -- build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 -- target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.0 20041026 (Apple Computer, Inc. build 4061)

Am guessing the most difficult time one would have is using gcc-4.0.0.

--
David Kelly N4HHE, [EMAIL PROTECTED]
========================================================================
Whom computers would destroy, they must first drive mad.



_______________________________________________
AVR-chat mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-chat

Reply via email to