Einzelnen Beitrag anzeigen
Alt 03.10.2007, 19:37   #1
abm-linux
Newbie
 
Registriert seit: 03.10.2007
Alter: 45
Beiträge: 2


Standard Binutils-2.18.50

Hallo Leute,
ich versuche binutils-2.18.50 statisch zu compilieren, dafür benutze ich gcc-4.0.3, nachdem durchlaufen von configure-skript bekomme ich dieses error:

make[1]: Betrete Verzeichnis '/abm/usr/src/binutils-build/static'
mkdir -p -- ./intl
Configuring in ./intl
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for i386-pc-linux-gnu-gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
make[1]: *** [configure-intl] Fehler 1
make[1]: Verlasse Verzeichnis '/abm/usr/src/binutils-build/static'
make: *** [all] Fehler 2


was ich verstanden habe, dass der compiler beim ersten versuch kein definiert output file definiert, wie kann ich das problem erledigen???????????
ich liege ein Teil von "config.log " bei.

gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
73 configure:3163: $? = 0
74 configure:3165: gcc -V </dev/null >&5
75 gcc: '-V' option must have argument
76 configure:3168: $? = 1
77 configure:3191: checking for C compiler default output file name
78 configure:3194: gcc -O2 -mtune=i386 -march=i386 conftest.c >&5
79 configure:3197: $? = 0
80 configure:3243: result: a.out
81 configure:3248: checking whether the C compiler works
82 configure:3254: ./a.out
83 configure:3257: $? = 0
84 configure:3274: result: yes
85 configure:3281: checking whether we are cross compiling
86 configure:3283: result: no
87 configure:3286: checking for suffix of executables
88 configure:3288: gcc -o conftest -O2 -mtune=i386 -march=i386 conftest.c >&5
89 configure:3291: $? = 0
90 configure:3316: result:
91 configure:3322: checking for suffix of object files
92 configure:3343: gcc -c -O2 -mtune=i386 -march=i386 conftest.c >&5
93 configure:3346: $? = 0
94 configure:3368: result: o
95 configure:3372: checking whether we are using the GNU C compiler
96 configure:3396: gcc -c -O2 -mtune=i386 -march=i386 conftest.c >&5
97 configure:3402: $? = 0
98 configure:3406: test -z
99 || test ! -s conftest.err
100 configure:3409: $? = 0
101 configure:3412: test -s conftest.o
102 configure:3415: $? = 0
103 configure:3428: result: yes
104 configure:3434: checking whether gcc accepts -g
105 configure:3455: gcc -c -g conftest.c >&5
106 configure:3461: $? = 0
107 configure:3465: test -z
108 || test ! -s conftest.err
109 configure:3468: $? = 0
110 configure:3471: test -s conftest.o
111 configure:3474: $? = 0
112 configure:3485: result: yes

Danke für die Hilfe.
abm-linux ist offline   Mit Zitat antworten