- Mitglied seit
- 1 Apr 2004
- Beiträge
- 3,366
- Punkte für Reaktionen
- 0
- Punkte
- 36
Hi!
Da für asterisk mindestens gcc 3.0 oder höher gefordert wird, habe ich heute versucht meinen Compiler hochzurüsten. Hierzu habe ich die Pakete
cpp-3.2-44-i586i.rpm und gcc-3.2-44-i586.rpm eingespielt - soweit so gut!
Wenn ich jetzt asterisk umwandeln möchte mit 'make/make install' erhalte ich
einen Abbruch '... cannot create executables' und in der config.log steht folgendes:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:534: checking for gcc
configure:647: checking whether the C compiler (gcc ) works
configure:663: gcc -o conftest conftest.c 1>&5
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../../i486-suse-linux/bin/ld: unrecognized option '--eh-frame-hdr'
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../../i486-suse-linux/bin/ld: use the --help option for usage information
collect2: ld returned 1 exit status
configure: failed program was:
#line 658 "configure"
#include "confdefs.h"
main(){return(0);}
Könnte mir jemand mal die Augen öffnen wo das Problem liegt - ich bin ratlos!
Da für asterisk mindestens gcc 3.0 oder höher gefordert wird, habe ich heute versucht meinen Compiler hochzurüsten. Hierzu habe ich die Pakete
cpp-3.2-44-i586i.rpm und gcc-3.2-44-i586.rpm eingespielt - soweit so gut!
Wenn ich jetzt asterisk umwandeln möchte mit 'make/make install' erhalte ich
einen Abbruch '... cannot create executables' und in der config.log steht folgendes:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:534: checking for gcc
configure:647: checking whether the C compiler (gcc ) works
configure:663: gcc -o conftest conftest.c 1>&5
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../../i486-suse-linux/bin/ld: unrecognized option '--eh-frame-hdr'
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../../i486-suse-linux/bin/ld: use the --help option for usage information
collect2: ld returned 1 exit status
configure: failed program was:
#line 658 "configure"
#include "confdefs.h"
main(){return(0);}
Könnte mir jemand mal die Augen öffnen wo das Problem liegt - ich bin ratlos!