SUSE 8.1 make all Problem

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
Maj0r
Interessierter
Interessierter
Beiträge: 67
Registriert: Montag 2. September 2002, 12:12

Beitrag von Maj0r »

Hmmm... wo hast Du das her?
Das Attachement ist nämlich leider nicht mehr mit dabei.
harry67
Interessierter
Interessierter
Beiträge: 59
Registriert: Sonntag 10. Februar 2002, 14:43

Beitrag von harry67 »

hy ,

lag auf der gcc gnu seite ..

auf http://gcc.gnu.org/cgi-bin/gnatsweb.pl gehen und 7705 view anklicken ..

harry
Maj0r
Interessierter
Interessierter
Beiträge: 67
Registriert: Montag 2. September 2002, 12:12

Beitrag von Maj0r »

Naja, es wird halt gesagt, dass der Fehler behoben wurde, womit ich wieder bei meiner alten Frage bin:
Wie bekomm ich unter cygwin eine andere Version installiert?
charly123
Einsteiger
Einsteiger
Beiträge: 107
Registriert: Dienstag 13. August 2002, 08:24

Beitrag von charly123 »

@Maj0r
Na, indem du von einem der mirror-server die Datei gcc-2.95.3-5.tar.bz2 downloadest, entpackst und dann in die entsprechenden Verzeichnisse deiner cygwin-installation kopierst
Maj0r
Interessierter
Interessierter
Beiträge: 67
Registriert: Montag 2. September 2002, 12:12

Beitrag von Maj0r »

Danke!
Hab bisher immer die Sourcen runtergeladen, die sind beim Kompilieren aber auch immer auf einen Fehler gelaufen.
gcc --version zeigt mir jetzt auch meine langersehnte 2.95.3 an :lol:
Mal sehen, wie es nun mit dem Kompilieren läuft.
SatBL
Interessierter
Interessierter
Beiträge: 37
Registriert: Mittwoch 22. Mai 2002, 09:06

Beitrag von SatBL »

Hallo zusammen,
ich muss voraus schicken das ich ein Newbie auf der Linux Seite bin. Ich arbeite mit Suse 8.0.
Ich habe mir heute morgen die Rel_0_0_1 vom CVS Server gezogen.
Alles gemacht, makeCDK, makeSystem dann make all. Jetzt ist er mit folgender Fehlermeldung stehen geblieben. Ich hoffe einer von den Spezialisten kann mir weiter helfen. Also ich nehme an das es mit dem Marco zusammen hängt was er nicht findet, aber wo versteckt es sich?

PC03:/home/user/tuxbox/cdk # make all
cd /home/user/tuxbox/apps/misc/libs && ./autogen.sh && CC=powerpc-tuxbox-linux-gnu-gcc CXX=powerpc-tuxbox-linux-gnu-g++ CFLAGS="-Wall -O3 -mcpu=823 -msoft-float -mmultiple -mstring -g -ggdb -pipe" CXXFLAGS="-Wall -O3 -mcpu=823 -msoft-float -mmultiple -mstring -g -ggdb -pipe" ./configure --build=i686-suse-linux --host=powerpc-tuxbox-linux-gnu --prefix=/dbox2/cdkroot --with-driver=/home/user/tuxbox/driver --with-dvbincludes=/home/user/tuxbox/driver/include --with-target=cdk --enable-maintainer-mode
Generating configuration files for tuxbox-apps-misc-libs, please wait....
aclocal
aclocal: configure.ac: 9: macro `AM_PROG_LIBTOOL' not found in library
libtoolize --automake
autoconf
autoheader
autoheader: `config.h.in' is unchanged
automake --add-missing
libconfigfile/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined.
libconfigfile/Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
libconfigfile/Makefile.am:1: to `configure.ac' and run `aclocal' and `autoconf' again.
libcramfs/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined.
libcramfs/Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
libcramfs/Makefile.am:1: to `configure.ac' and run `aclocal' and `autoconf' again.
libeventserver/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined.
libeventserver/Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
libeventserver/Makefile.am:1: to `configure.ac' and run `aclocal' and `autoconf' again.
libmd5sum/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined.
libmd5sum/Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
libmd5sum/Makefile.am:1: to `configure.ac' and run `aclocal' and `autoconf' again.
libmpegtools/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined.
libmpegtools/Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
libmpegtools/Makefile.am:1: to `configure.ac' and run `aclocal' and `autoconf' again.
libnet/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined.
libnet/Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
libnet/Makefile.am:1: to `configure.ac' and run `aclocal' and `autoconf' again.
libucodes/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined.
libucodes/Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
libucodes/Makefile.am:1: to `configure.ac' and run `aclocal' and `autoconf' again.
libxmltree/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined.
libxmltree/Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
libxmltree/Makefile.am:1: to `configure.ac' and run `aclocal' and `autoconf' again.
make: *** [/home/user/tuxbox/apps/misc/libs/Makefile] Error 1
PC03:/home/user/tuxbox/cdk #
SatBL
Interessierter
Interessierter
Beiträge: 37
Registriert: Mittwoch 22. Mai 2002, 09:06

Beitrag von SatBL »

...danke, Fehler gefunden.