Hmmm... wo hast Du das her?
Das Attachement ist nämlich leider nicht mehr mit dabei.
SUSE 8.1 make all Problem
-
- Interessierter
- Beiträge: 59
- Registriert: Sonntag 10. Februar 2002, 14:43
hy ,
lag auf der gcc gnu seite ..
auf http://gcc.gnu.org/cgi-bin/gnatsweb.pl gehen und 7705 view anklicken ..
harry
lag auf der gcc gnu seite ..
auf http://gcc.gnu.org/cgi-bin/gnatsweb.pl gehen und 7705 view anklicken ..
harry
-
- Interessierter
- Beiträge: 67
- Registriert: Montag 2. September 2002, 12:12
-
- Einsteiger
- Beiträge: 107
- Registriert: Dienstag 13. August 2002, 08:24
-
- Interessierter
- Beiträge: 67
- Registriert: Montag 2. September 2002, 12:12
-
- Interessierter
- Beiträge: 37
- Registriert: Mittwoch 22. Mai 2002, 09:06
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 #
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 #
-
- Interessierter
- Beiträge: 37
- Registriert: Mittwoch 22. Mai 2002, 09:06