mariobautista
Bovino Milenario
- Desde
- 28 Feb 2009
- Mensajes
- 1.811
- Tema Autor
- #1
Que tal bakunos, con la novedad de que necesito instalar ese paquete?. Lo requiero para poder andar hechar a correr la aceleracion 3d de mi tarjeta via chrome. Estoy siguiendo el tuto de guia ubuntu:
http://www.guia-ubuntu.org/index.php?title=Aceleración_gráfica_VIA_/_ASROCK_/_S3G
..pero cuando llego al paso de compilar e instalar - libdrm, ya no pudeo continuar con el make y make install.
he leido en el anterior texto algo interesante que dice "You should add the contents of `m4/libtool.m4' to `aclocal.m4'."
entonces cree un archivo de texto y copie la info del libtoo.m4 a acloal.m4 y así para la otra orden de "you should..."
después de eso volvi a meter la orden del
pero no sirve de nada porque quedo en las mismas y me dice
alguien podría ser tan amable de ayudarme, le agradecería mucho.!!!!!
http://www.guia-ubuntu.org/index.php?title=Aceleración_gráfica_VIA_/_ASROCK_/_S3G
..pero cuando llego al paso de compilar e instalar - libdrm, ya no pudeo continuar con el make y make install.
HTML:
root@SOPORTE:/home/chucho/drm# ./autogen.sh --prefix=/usr
Can't exec "libtoolize": No existe el fichero o el directorio at /usr/bin/autoreconf line 189.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 189.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
intel/Makefile.am:33: Libtool library used but `LIBTOOL' is undefined
intel/Makefile.am:33: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
intel/Makefile.am:33: to `configure.ac' and run `aclocal' and `autoconf' again.
intel/Makefile.am:33: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
intel/Makefile.am:33: its definition is in aclocal's search path.
libkms/Makefile.am:6: Libtool library used but `LIBTOOL' is undefined
libkms/Makefile.am:6: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
libkms/Makefile.am:6: to `configure.ac' and run `aclocal' and `autoconf' again.
libkms/Makefile.am:6: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
libkms/Makefile.am:6: its definition is in aclocal's search path.
nouveau/Makefile.am:8: Libtool library used but `LIBTOOL' is undefined
nouveau/Makefile.am:8: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
nouveau/Makefile.am:8: to `configure.ac' and run `aclocal' and `autoconf' again.
nouveau/Makefile.am:8: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
nouveau/Makefile.am:8: its definition is in aclocal's search path.
radeon/Makefile.am:32: Libtool library used but `LIBTOOL' is undefined
radeon/Makefile.am:32: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
radeon/Makefile.am:32: to `configure.ac' and run `aclocal' and `autoconf' again.
radeon/Makefile.am:32: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
radeon/Makefile.am:32: its definition is in aclocal's search path.
tests/Makefile.am:21: Libtool library used but `LIBTOOL' is undefined
tests/Makefile.am:21: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
tests/Makefile.am:21: to `configure.ac' and run `aclocal' and `autoconf' again.
tests/Makefile.am:21: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
tests/Makefile.am:21: its definition is in aclocal's search path.
Makefile.am:46: Libtool library used but `LIBTOOL' is undefined
Makefile.am:46: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
Makefile.am:46: to `configure.ac' and run `aclocal' and `autoconf' again.
Makefile.am:46: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
Makefile.am:46: its definition is in aclocal's search path.
autoreconf: automake failed with exit status: 1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to disable maintainer-specific portions of Makefiles... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for working alloca.h... yes
checking for alloca... yes
./configure: line 4586: syntax error near unexpected token `2.2'
./configure: line 4586: `LT_PREREQ(2.2)'
root@SOPORTE:/home/chucho/drm# make
make: *** No se especificó ningún objetivo y no se encontró ningún makefile. Alto.
root@SOPORTE:/home/chucho/drm# ^C
root@SOPORTE:/home/chucho/drm# ./autogen.sh --prefix=/usr
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --install --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
libtoolize: copying file `build-aux/config.guess'
libtoolize: copying file `build-aux/config.sub'
libtoolize: copying file `build-aux/install-sh'
libtoolize: copying file `build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: You should add the contents of `m4/libtool.m4' to `aclocal.m4'.
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: You should add the contents of `m4/ltoptions.m4' to `aclocal.m4'.
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: You should add the contents of `m4/ltsugar.m4' to `aclocal.m4'.
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: You should add the contents of `m4/lt~obsolete.m4' to `aclocal.m4'.
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
autoreconf: Leaving directory `.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to disable maintainer-specific portions of Makefiles... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for working alloca.h... yes
checking for alloca... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PTHREADSTUBS... yes
checking for PCIACCESS... configure: error: Package requirements (pciaccess >= 0.10) were not met:
No package 'pciaccess' found
entonces cree un archivo de texto y copie la info del libtoo.m4 a acloal.m4 y así para la otra orden de "you should..."
después de eso volvi a meter la orden del
Código:
./autogen.sh --prefix=/usr
Código:
root@SOPORTE:/home/chucho/drm# make
make: *** No se especificó ningún objetivo y no se encontró ningún makefile. Alto.