• Apfeltalk ändert einen Teil seiner Allgemeinen Geschäftsbedingungen (AGB), das Löschen von Useraccounts betreffend.
    Näheres könnt Ihr hier nachlesen: AGB-Änderung
  • Viele hassen ihn, manche schwören auf ihn, wir aber möchten unbedingt sehen, welche Bilder Ihr vor Eurem geistigen Auge bzw. vor der Linse Eures iPhone oder iPad sehen könnt, wenn Ihr dieses Wort hört oder lest. Macht mit und beteiligt Euch an unserem Frühjahrsputz ---> Klick

Probleme beim Installieren von gcc-4.4.2

dannyx14

Jamba
Registriert
14.01.09
Beiträge
55
Hallo,
heute schlage ich mich jetzt schon den zweiten Nachmittag mit folgendem Problem herum: ich möchte einen ATMega 328p Mikrocontroller mit dem Mac programmieren. Leider ist Mikrocontrollerprogrammierung mit dem Mac nicht ohne weiteres möglich. Es gibt die einfache Möglichkeit das sogenannte Crosspack zu installieren. Leider wurde das seit April 2009 nicht mehr aktualisiert und somit fehlt dort mein Mikroprozessor. Nach mehreren Anläufen mit irgendwelchen Packs habe ich mich dazu entschlossen die benötigten Programme selbst zu installieren. Benötigt werden wohl binutils, gcc, avr-libc und avr-dude.

Nun zu meinen Fragen:
1. Ich folge dieser Anleitung: http://www.ladyada.net/learn/avr/setup-mac.html Der Autor empfiehlt einem binutils und gcc im Benutzerordner zu installieren. Da möchte ich aber eig. keine Programme "hininstallieren", wo wären die denn noch treffend platziert? Vielleicht und /opt/local/etc?
2. Es hat alles wie am Schnürchen geklappt, bis ich gcc installieren wollte. Erst gab es Probleme beim Konfigurieren. Nach dem Befehl
./configure --target=avr --enable-languages=c --disable-libssp
kam diese Fehlermeldung:
checking for correct version of gmp.h... no
configure: error: Building GCC requires GMP 4.1+ and MPFR 2.3.2+.

Abhilfe schaffte, dass ich mit macports mpfr installiert habe und den Befehl so angepasst habe:
./configure --with-mpfr-include=/opt/local/include --with-mpfr-lib=/opt/local/lib --target=avr --enable-languages=c --disable-libssp
Das Konfigurieren klappte nun ohne Probleme. Der Befehl
make CC="cc --no-cpp-precomp"
jedoch ergab nach ca. einer Minute folgende Fehlermeldung:
checking for suffix of object files... configure: error: in `/opt/local/etc/avrgcc-4.4.2/build-i386-apple-darwin10.2.0/libliberty':
configure: error cannot compute suffix of object files: cannot compile

Die Config.log poste ich als Kommentar.

Da ich mich leider nicht wirklich mit Unix auskenne bin ich einfach total überfordert und klicke mich nur durch Foren, mach daraufhin Sachen von denen ich gar nicht weiß was sich dadurch ändert. Das macht keinen Spaß, ich hoffe ihr könnt mir helfen! Denn ich muss meinen Kumpels doch beweisen, dass man Mikrocontroller auch mit einem Mac programmieren kann :p
Ich bin für jeden Tipp dankbar!
Grüße,
Daniel.
 
Zuletzt bearbeitet:

dannyx14

Jamba
Registriert
14.01.09
Beiträge
55
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ ../gcc-4.4.2/configure --with-mpfr-include=/opt/local/include --with-mpfr-lib=/opt/local/lib --target=avr --enable-languages=c --disable-libssp

## --------- ##
## Platform. ##
## --------- ##

hostname = daniel
uname -m = i386
uname -r = 10.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386

/usr/bin/uname -p = i386
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = Mach kernel version:
Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 4.00 gigabytes
Default processor set: 67 tasks, 268 threads, 2 processors
Load average: 1.40, Mach factor: 0.89
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1563: checking build system type
configure:1581: result: i386-apple-darwin10.2.0
configure:1616: checking host system type
configure:1630: result: i386-apple-darwin10.2.0
configure:1638: checking target system type
configure:1652: result: avr-unknown-none
configure:1696: checking for a BSD-compatible install
configure:1762: result: /usr/bin/install -c
configure:1773: checking whether ln works
configure:1795: result: yes
configure:1799: checking whether ln -s works
configure:1803: result: yes
configure:3002: checking for gcc
configure:3018: found /usr/bin/gcc
configure:3028: result: gcc
configure:3274: checking for C compiler version
configure:3277: gcc --version </dev/null >&5
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1)
Copyright (C) 2007 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:3280: $? = 0
configure:3282: gcc -v </dev/null >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5646.1~2/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5646) (dot 1)
configure:3285: $? = 0
configure:3287: gcc -V </dev/null >&5
gcc-4.2: argument to `-V' is missing
configure:3290: $? = 1
configure:3313: checking for C compiler default output file name
configure:3316: gcc conftest.c >&5
configure:3319: $? = 0
configure:3367: result: a.out
configure:3372: checking whether the C compiler works
configure:3378: ./a.out
configure:3381: $? = 0
configure:3400: result: yes
configure:3407: checking whether we are cross compiling
configure:3409: result: no
configure:3412: checking for suffix of executables
configure:3414: gcc -o conftest conftest.c >&5
configure:3417: $? = 0
configure:3444: result:
configure:3450: checking for suffix of object files
configure:3471: gcc -c conftest.c >&5
configure:3474: $? = 0
configure:3498: result: o
configure:3502: checking whether we are using the GNU C compiler
configure:3526: gcc -c conftest.c >&5
configure:3532: $? = 0
configure:3536: test -z
|| test ! -s conftest.err
configure:3539: $? = 0
configure:3542: test -s conftest.o
configure:3545: $? = 0
configure:3558: result: yes
configure:3564: checking whether gcc accepts -g
configure:3585: gcc -c -g conftest.c >&5
configure:3591: $? = 0
configure:3595: test -z
|| test ! -s conftest.err
configure:3598: $? = 0
configure:3601: test -s conftest.o
configure:3604: $? = 0
configure:3615: result: yes
configure:3632: checking for gcc option to accept ANSI C
configure:3702: gcc -c -g -O2 conftest.c >&5
configure:3708: $? = 0
configure:3712: test -z
|| test ! -s conftest.err
configure:3715: $? = 0
configure:3718: test -s conftest.o
configure:3721: $? = 0
configure:3739: result: none needed
configure:3757: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:3763: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3948: checking for g++
configure:3964: found /usr/bin/g++
configure:3974: result: g++
configure:3990: checking for C++ compiler version
configure:3993: g++ --version </dev/null >&5
i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1)
Copyright (C) 2007 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:3996: $? = 0
configure:3998: g++ -v </dev/null >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5646.1~2/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5646) (dot 1)
configure:4001: $? = 0
configure:4003: g++ -V </dev/null >&5
g++-4.2: argument to `-V' is missing
configure:4006: $? = 1
configure:4009: checking whether we are using the GNU C++ compiler
configure:4033: g++ -c conftest.cc >&5
configure:4039: $? = 0
configure:4043: test -z
|| test ! -s conftest.err
configure:4046: $? = 0
configure:4049: test -s conftest.o
configure:4052: $? = 0
configure:4065: result: yes
configure:4071: checking whether g++ accepts -g
configure:4092: g++ -c -g conftest.cc >&5
configure:4098: $? = 0
configure:4102: test -z
|| test ! -s conftest.err
configure:4105: $? = 0
configure:4108: test -s conftest.o
configure:4111: $? = 0
configure:4122: result: yes
configure:4164: g++ -c -g -O2 conftest.cc >&5
configure:4170: $? = 0
configure:4174: test -z
|| test ! -s conftest.err
configure:4177: $? = 0
configure:4180: test -s conftest.o
configure:4183: $? = 0
configure:4209: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:13: error: 'exit' was not declared in this scope
configure:4215: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:4164: g++ -c -g -O2 conftest.cc >&5
conftest.cc:9: error: 'void std::exit(int)' should have been declared inside 'std'
In file included from conftest.cc:10:
/usr/include/stdlib.h:159: error: declaration of 'void std::exit(int)' throws different exceptions
conftest.cc:9: error: from previous declaration 'void std::exit(int) throw ()'
configure:4170: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:4164: g++ -c -g -O2 conftest.cc >&5
conftest.cc:9: error: 'void std::exit(int)' should have been declared inside 'std'
configure:4170: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:4164: g++ -c -g -O2 conftest.cc >&5
In file included from conftest.cc:10:
/usr/include/stdlib.h:159: error: declaration of 'void exit(int)' throws different exceptions
conftest.cc:9: error: from previous declaration 'void exit(int) throw ()'
configure:4170: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| extern "C" void exit (int) throw ();
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:4164: g++ -c -g -O2 conftest.cc >&5
configure:4170: $? = 0
configure:4174: test -z
|| test ! -s conftest.err
configure:4177: $? = 0
configure:4180: test -s conftest.o
configure:4183: $? = 0
configure:4209: g++ -c -g -O2 conftest.cc >&5
configure:4215: $? = 0
configure:4219: test -z
|| test ! -s conftest.err
configure:4222: $? = 0
configure:4225: test -s conftest.o
configure:4228: $? = 0
configure:4315: checking for gnatbind
configure:4342: result: no
configure:4395: checking for gnatmake
configure:4422: result: no
configure:4434: checking whether compiler driver understands Ada
configure:4457: result: no
configure:4466: checking how to compare bootstrapped objects
configure:4491: result: cmp --ignore-initial=16 $$f1 $$f2
configure:4612: checking for correct version of gmp.h
configure:4635: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
configure:4641: $? = 0
configure:4645: test -z
|| test ! -s conftest.err
configure:4648: $? = 0
configure:4651: test -s conftest.o
configure:4654: $? = 0
configure:4656: result: yes
configure:4670: checking for correct version of mpfr.h
configure:4701: gcc -o conftest -g -O2 -I/opt/local/include conftest.c -L/opt/local/lib -lmpfr -lgmp >&5
configure:4707: $? = 0
configure:4711: test -z
|| test ! -s conftest.err
configure:4714: $? = 0
configure:4717: test -s conftest
configure:4720: $? = 0
configure:4744: gcc -o conftest -g -O2 -I/opt/local/include conftest.c -L/opt/local/lib -lmpfr -lgmp >&5
configure:4750: $? = 0
configure:4754: test -z
|| test ! -s conftest.err
configure:4757: $? = 0
configure:4760: test -s conftest
configure:4763: $? = 0
configure:4765: result: yes
configure:4890: checking for version 0.10 of PPL
configure:4912: gcc -c -g -O2 -I/include -I/opt/local/include conftest.c >&5
conftest.c:12:19: error: ppl_c.h: No such file or directory
conftest.c: In function 'main':
conftest.c:18: error: 'choke' undeclared (first use in this function)
conftest.c:18: error: (Each undeclared identifier is reported only once
conftest.c:18: error: for each function it appears in.)
conftest.c:18: error: expected ';' before 'me'
configure:4918: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| /* end confdefs.h. */
| #include "ppl_c.h"
| int
| main ()
| {
|
| #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR != 10
| choke me
| #endif
|
| ;
| return 0;
| }
configure:4939: result: no
configure:5009: checking for correct version of CLooG
configure:5031: gcc -c -g -O2 -I/include -DCLOOG_PPL_BACKEND -I/opt/local/include conftest.c >&5
conftest.c:12:25: error: cloog/cloog.h: No such file or directory
conftest.c: In function 'main':
conftest.c:18: error: 'choke' undeclared (first use in this function)
conftest.c:18: error: (Each undeclared identifier is reported only once
conftest.c:18: error: for each function it appears in.)
conftest.c:18: error: expected ';' before 'me'
configure:5037: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| /* end confdefs.h. */
| #include "cloog/cloog.h"
| int
| main ()
| {
|
| #if CLOOG_VERSION_MAJOR != 0 || CLOOG_VERSION_MINOR != 15
| choke me
| #endif
|
| ;
| return 0;
| }
configure:5058: result: no
configure:6402: checking for bison
configure:6418: found /usr/bin/bison
configure:6428: result: bison -y
configure:6448: checking for bison
configure:6464: found /usr/bin/bison
configure:6474: result: bison
configure:6493: checking for gm4
configure:6509: found /usr/bin/gm4
configure:6519: result: gm4
configure:6538: checking for flex
configure:6554: found /usr/bin/flex
configure:6564: result: flex
configure:6584: checking for flex
configure:6600: found /usr/bin/flex
configure:6610: result: flex
configure:6629: checking for makeinfo
configure:6645: found /usr/bin/makeinfo
configure:6655: result: makeinfo
configure:6688: checking for expect
configure:6704: found /usr/bin/expect
configure:6714: result: expect
configure:6735: checking for runtest
configure:6764: result: no
configure:6874: checking for ar
configure:6890: found /usr/bin/ar
configure:6900: result: ar
configure:7009: checking for as
configure:7025: found /usr/bin/as
configure:7035: result: as
configure:7144: checking for dlltool
configure:7173: result: no
configure:7202: checking for ld
configure:7228: result: /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
configure:7414: checking for lipo
configure:7430: found /usr/bin/lipo
configure:7440: result: lipo
configure:7549: checking for nm
configure:7565: found /usr/bin/nm
configure:7575: result: nm
configure:7684: checking for ranlib
configure:7700: found /usr/bin/ranlib
configure:7710: result: ranlib
configure:7814: checking for strip
configure:7830: found /usr/bin/strip
configure:7840: result: strip
configure:7944: checking for windres
configure:7973: result: no
configure:8079: checking for windmc
configure:8108: result: no
configure:8214: checking for objcopy
configure:8243: result: no
configure:8349: checking for objdump
configure:8378: result: no
configure:8486: checking for avr-cc
configure:8515: result: no
configure:8486: checking for avr-gcc
configure:8515: result: no
configure:8641: checking for avr-c++
configure:8670: result: no
configure:8641: checking for avr-g++
configure:8670: result: no
configure:8641: checking for avr-cxx
configure:8670: result: no
configure:8641: checking for avr-gxx
configure:8670: result: no
configure:8796: checking for avr-gcc
configure:8825: result: no
configure:8946: checking for avr-gcj
configure:8975: result: no
configure:9101: checking for avr-gfortran
configure:9130: result: no
configure:9227: checking for ar
configure:9260: result: no
configure:9335: checking for avr-ar
configure:9364: result: no
configure:9450: checking for as
configure:9483: result: no
configure:9558: checking for avr-as
configure:9587: result: no
configure:9673: checking for dlltool
configure:9706: result: no
configure:9781: checking for avr-dlltool
configure:9810: result: no
configure:9896: checking for ld
configure:9929: result: no
configure:10004: checking for avr-ld
configure:10033: result: no
configure:10119: checking for lipo
configure:10152: result: no
configure:10227: checking for avr-lipo
configure:10256: result: no
configure:10342: checking for nm
configure:10375: result: no
configure:10450: checking for avr-nm
configure:10479: result: no
configure:10565: checking for objdump
configure:10598: result: no
configure:10673: checking for avr-objdump
configure:10702: result: no
configure:10788: checking for ranlib
configure:10821: result: no
configure:10896: checking for avr-ranlib
configure:10925: result: no
configure:11011: checking for strip
configure:11044: result: no
configure:11119: checking for avr-strip
configure:11148: result: no
configure:11234: checking for windres
configure:11267: result: no
configure:11342: checking for avr-windres
configure:11371: result: no
configure:11457: checking for windmc
configure:11490: result: no
configure:11565: checking for avr-windmc
configure:11594: result: no
configure:11658: checking where to find the target ar
configure:11695: result: pre-installed
configure:11700: checking where to find the target as
configure:11737: result: pre-installed
configure:11742: checking where to find the target cc
configure:11765: result: just compiled
configure:11784: checking where to find the target c++
configure:11824: result: pre-installed
configure:11829: checking where to find the target c++ for libstdc++
configure:11869: result: pre-installed
configure:11874: checking where to find the target dlltool
configure:11911: result: pre-installed
configure:11916: checking where to find the target gcc
configure:11939: result: just compiled
configure:11958: checking where to find the target gcj
configure:11998: result: pre-installed
configure:12003: checking where to find the target gfortran
configure:12043: result: pre-installed
configure:12048: checking where to find the target ld
configure:12085: result: pre-installed
configure:12090: checking where to find the target lipo
configure:12116: result: pre-installed
configure:12121: checking where to find the target nm
configure:12158: result: pre-installed
configure:12163: checking where to find the target objdump
configure:12200: result: pre-installed
configure:12205: checking where to find the target ranlib
configure:12242: result: pre-installed
configure:12247: checking where to find the target strip
configure:12284: result: pre-installed
configure:12289: checking where to find the target windres
configure:12326: result: pre-installed
configure:12331: checking where to find the target windmc
configure:12368: result: pre-installed
configure:12401: checking whether to enable maintainer-specific portions of Makefiles
configure:12410: result: no
configure:12443: checking whether -fkeep-inline-functions is supported
configure:12467: gcc -c -g -O2 -fkeep-inline-functions conftest.c >&5
configure:12473: $? = 0
configure:12477: test -z
|| test ! -s conftest.err
configure:12480: $? = 0
configure:12483: test -s conftest.o
configure:12486: $? = 0
configure:12488: result: yes
configure:12705: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was

CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status

on daniel

config.status:770: creating Makefile

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i386-apple-darwin10.2.0
ac_cv_build_alias=i386-apple-darwin10.2.0
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AR_FOR_TARGET_set=
ac_cv_env_AR_FOR_TARGET_value=
ac_cv_env_AR_set=
ac_cv_env_AR_value=
ac_cv_env_AS_FOR_TARGET_set=
ac_cv_env_AS_FOR_TARGET_value=
ac_cv_env_AS_set=
ac_cv_env_AS_value=
ac_cv_env_CC_FOR_TARGET_set=
ac_cv_env_CC_FOR_TARGET_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_FOR_TARGET_set=
ac_cv_env_CXX_FOR_TARGET_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DLLTOOL_FOR_TARGET_set=
ac_cv_env_DLLTOOL_FOR_TARGET_value=
ac_cv_env_DLLTOOL_set=
ac_cv_env_DLLTOOL_value=
ac_cv_env_GCC_FOR_TARGET_set=
ac_cv_env_GCC_FOR_TARGET_value=
ac_cv_env_GCJ_FOR_TARGET_set=
ac_cv_env_GCJ_FOR_TARGET_value=
ac_cv_env_GFORTRAN_FOR_TARGET_set=
ac_cv_env_GFORTRAN_FOR_TARGET_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LD_FOR_TARGET_set=
ac_cv_env_LD_FOR_TARGET_value=
ac_cv_env_LD_set=
ac_cv_env_LD_value=
ac_cv_env_LIPO_FOR_TARGET_set=
ac_cv_env_LIPO_FOR_TARGET_value=
ac_cv_env_LIPO_set=
ac_cv_env_LIPO_value=
ac_cv_env_NM_FOR_TARGET_set=
ac_cv_env_NM_FOR_TARGET_value=
ac_cv_env_NM_set=
ac_cv_env_NM_value=
ac_cv_env_OBJCOPY_set=
ac_cv_env_OBJCOPY_value=
ac_cv_env_OBJDUMP_FOR_TARGET_set=
ac_cv_env_OBJDUMP_FOR_TARGET_value=
ac_cv_env_OBJDUMP_set=
ac_cv_env_OBJDUMP_value=
ac_cv_env_RANLIB_FOR_TARGET_set=
ac_cv_env_RANLIB_FOR_TARGET_value=
ac_cv_env_RANLIB_set=
ac_cv_env_RANLIB_value=
ac_cv_env_STRIP_FOR_TARGET_set=
ac_cv_env_STRIP_FOR_TARGET_value=
ac_cv_env_STRIP_set=
ac_cv_env_STRIP_value=
ac_cv_env_WINDMC_FOR_TARGET_set=
ac_cv_env_WINDMC_FOR_TARGET_value=
ac_cv_env_WINDMC_set=
ac_cv_env_WINDMC_value=
ac_cv_env_WINDRES_FOR_TARGET_set=
ac_cv_env_WINDRES_FOR_TARGET_value=
ac_cv_env_WINDRES_set=
ac_cv_env_WINDRES_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=avr
ac_cv_exeext=
ac_cv_host=i386-apple-darwin10.2.0
ac_cv_host_alias=i386-apple-darwin10.2.0
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_AS=as
ac_cv_prog_BISON=bison
ac_cv_prog_EXPECT=expect
ac_cv_prog_FLEX=flex
ac_cv_prog_LD=/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
ac_cv_prog_LEX=flex
ac_cv_prog_LIPO=lipo
ac_cv_prog_M4=gm4
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_NM=nm
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_STRIP=strip
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_GNATBIND=no
ac_cv_prog_ac_ct_GNATMAKE=no
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_target=avr-unknown-none
ac_cv_target_alias=avr
acx_cv_cc_gcc_supports_ada=no
acx_cv_prog_LN=ln
gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
gcc_cv_tool_dirs=/usr/local/libexec/gcc/avr/4.4.2:/usr/local/libexec/gcc/avr:/usr/lib/gcc/avr/4.4.2:/usr/lib/gcc/avr:/usr/local/avr/bin/avr/4.4.2:/usr/local/avr/bin:
gcc_cv_tool_prefix=/usr/local

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='avr-ar'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='avr-as'
BISON='bison'
CC='gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
CFLAGS='-g -O2'
CFLAGS_FOR_BUILD='-g -O2'
CFLAGS_FOR_TARGET='-g -O2'
COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
CONFIGURE_GDB_TK=''
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2'
CXXFLAGS_FOR_BUILD='-g -O2'
CXXFLAGS_FOR_TARGET='-g -O2'
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET='avr-c++'
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" '
DLLTOOL='dlltool'
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET='avr-dlltool'
ECHO_C='ECHO_N=''
ECHO_T=''
EXEEXT=''
EXPECT='expect'
FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
FLEX='flex'
GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
GCC_SHLIB_SUBDIR=''
GCJ_FOR_BUILD='$(GCJ)'
GCJ_FOR_TARGET='avr-gcj'
GDB_TK=''
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='avr-gfortran'
GNATBIND='no'
GNATMAKE='no'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld'
LDFLAGS=''
LDFLAGS_FOR_BUILD=''
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET='avr-ld'
LEX='flex'
LIBOBJS=''
LIBS='-L/lib -lcloog -L/lib -lppl_c -lppl -lgmpxx '
LIPO='lipo'
LIPO_FOR_TARGET='avr-lipo'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='gm4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
NM='nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET='avr-nm'
OBJCOPY='objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='avr-objdump'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='avr-ranlib'
RAW_CXX_FOR_TARGET='avr-c++'
RPATH_ENVVAR='DYLD_LIBRARY_PATH'
RUNTEST='runtest'
SHELL='/bin/sh'
STRIP='strip'
STRIP_FOR_TARGET='avr-strip'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-4.4.2/configure --with-mpfr-include=/opt/local/include --with-mpfr-lib=/opt/local/lib --target=avr --enable-languages=c --disable-libssp'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='avr-windmc'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='avr-windres'
YACC='bison -y'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_GNATBIND='no'
ac_ct_GNATMAKE='no'
bindir='${exec_prefix}/bin'
build='i386-apple-darwin10.2.0'
build_alias=''
build_configargs='--cache-file=../config.cache '--with-mpfr-include=/opt/local/include' '--with-mpfr-lib=/opt/local/lib' '--disable-libssp' '--enable-languages=c' --program-transform-name='s,^,avr-,''
build_configdirs=' libiberty fixincludes'
build_cpu='i386'
build_libsubdir='build-i386-apple-darwin10.2.0'
build_noncanonical='i386-apple-darwin10.2.0'
build_os='darwin10.2.0'
build_subdir='build-i386-apple-darwin10.2.0'
build_tooldir='${exec_prefix}/avr'
build_vendor='apple'
clooginc=''
clooglibs=''
config_shell='/bin/sh'
configdirs=' intl libiberty libcpp libdecnumber fixincludes gcc'
datadir='${prefix}/share'
datarootdir='${prefix}/share'
do_compare='cmp --ignore-initial=16 $$f1 $$f2'
docdir='${datarootdir}/doc'
exec_prefix='${prefix}'
extra_mpfr_configure_flags=''
gmpinc='-I/opt/local/include'
gmplibs='-L/opt/local/lib -lmpfr -lgmp'
host='i386-apple-darwin10.2.0'
host_alias=''
host_configargs='--cache-file=./config.cache '--with-mpfr-include=/opt/local/include' '--with-mpfr-lib=/opt/local/lib' '--disable-libssp' '--enable-languages=c' --program-transform-name='s,^,avr-,''
host_cpu='i386'
host_noncanonical='i386-apple-darwin10.2.0'
host_os='darwin10.2.0'
host_subdir='.'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pplinc=''
ppllibs=''
prefix='/usr/local'
program_transform_name='s,^,avr-,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g -fkeep-inline-functions'
stage1_checking='--enable-checking=yes,types'
stage1_languages='c'
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='avr-unknown-none'
target_alias='avr'
target_configargs='--cache-file=./config.cache --enable-multilib --with-cross-host=i386-apple-darwin10.2.0 '--with-mpfr-include=/opt/local/include' '--with-mpfr-lib=/opt/local/lib' '--disable-libssp' '--enable-languages=c' --program-transform-name='s,^,avr-,''
target_cpu='avr'
target_noncanonical='avr'
target_os='none'
target_subdir='avr'
target_vendor='unknown'
tooldir='${exec_prefix}/avr'

## ------------- ##
## Output files. ##
## ------------- ##

alphaieee_frag='/dev/null'
host_makefile_frag='../gcc-4.4.2/config/mh-x86omitfp'
ospace_frag='/dev/null'
serialization_dependencies='serdep.tmp'
target_makefile_frag='/dev/null'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#endif
#ifdef __cplusplus
extern "C" void exit (int);

configure: exit 0
 

boecko

Gala
Registriert
09.12.06
Beiträge
51
installiere doch einfach MacPorts http://www.macports.org/install.php

dann kannst das dingens bequem nachinstallieren.


port install gcc44

Edit: MacPorts hast du doch schon ... daher solltest du auch von dort den gcc44 nachinstallieren