Suse10

ZottiZuchini

Neuer User
Mitglied seit
13 Okt 2004
Beiträge
8
Punkte für Reaktionen
0
Punkte
0
Hallo Leute,

ich wollte eine asterisk auf der suse 10 gcc4 compilieren.
Der Compiler bricht mit einer Fehlermeldung ab.

Nun die Frage, gibt es rpm's für die 10er oss oder geht es nur mit einem 3er gcc zum compilieren?

Thanks

Olli
 
Welche Asteriskversion, was für eine Fehlermeldung?
 
cibi schrieb:
Welche Asteriskversion, was für eine Fehlermeldung?
Evtl fehlt ja auch noch ein Paket, dass der Compiler braucht.
linux:~/asterisk121 # make
build_tools/make_version_h > include/asterisk/version.h.tmp
if cmp -s include/asterisk/version.h.tmp include/asterisk/version.h ; then echo; else \
mv include/asterisk/version.h.tmp include/asterisk/version.h ; \
fi

rm -f include/asterisk/version.h.tmp
if cmp -s .cleancount .lastclean ; then echo ; else \
make clean; cp -f .cleancount .lastclean;\
fi

build_tools/make_defaults_h > defaults.h.tmp
if cmp -s defaults.h.tmp defaults.h ; then echo ; else \
mv defaults.h.tmp defaults.h ; \
fi

rm -f defaults.h.tmp
for x in res channels pbx apps codecs formats agi cdr funcs utils stdtime; do make -C $x depend || exit 1 ; done
make[1]: Entering directory `/root/asterisk121/res'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/res'
make[1]: Entering directory `/root/asterisk121/channels'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/channels'
make[1]: Entering directory `/root/asterisk121/pbx'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/pbx'
/bin/sh: curl-config: command not found
make[1]: Entering directory `/root/asterisk121/apps'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/apps'
make[1]: Entering directory `/root/asterisk121/codecs'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/codecs'
make[1]: Entering directory `/root/asterisk121/formats'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/formats'
make[1]: Entering directory `/root/asterisk121/agi'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/agi'
make[1]: Entering directory `/root/asterisk121/cdr'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/cdr'
make[1]: Entering directory `/root/asterisk121/funcs'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/funcs'
make[1]: Entering directory `/root/asterisk121/utils'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/utils'
make[1]: Entering directory `/root/asterisk121/stdtime'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/stdtime'
cd editline && unset CFLAGS LIBS && test -f config.h || ./configure
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking host system type... i686-pc-linux-gnu
checking for a BSD compatible install... install
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking for tgetent in -ltermcap... no
checking for tgetent in -ltinfo... no
checking for tgetent in -lcurses... no
checking for tgetent in -lncurses... no
configure: error: termcap support not found
make: *** [editline/libedit.a] Fehler 1
linux:~/asterisk121 #

By Olli
 
Kostenlos!

Statistik des Forums

Themen
248,854
Beiträge
2,302,934
Mitglieder
378,504
Neuestes Mitglied
Hallo61Hallo