Anzeige:
Ergebnis 1 bis 6 von 6

Thema: Prob mit make und make install!! HELP!

  1. #1
    Registrierter Benutzer
    Registriert seit
    Dec 2002
    Beiträge
    265

    Prob mit make und make install!! HELP!

    Hi, keine Ahnung woran es liegt aber bei mir funzen make und make install net... hier mal ein auszug:
    (Wollte grad den vlc player installieren)

    configure: error: cannot find libdvdcss headers
    linux:/home/blame/PROGS/vlc/vlc-0.6.2 # cd '/home/blame/PROGS/vlc/libdvdcss-1.2.8'
    linux:/home/blame/PROGS/vlc/libdvdcss-1.2.8 # ./configure
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... no
    checking for gcc... gcc
    checking for C compiler default output... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    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 ANSI C... none needed
    checking for style of include used by make... none
    checking dependency style of gcc... none
    checking how to run the C preprocessor... gcc -E
    checking for egrep... grep -E
    checking for ANSI C header files... yes
    checking for ld used by GCC... /usr/i586-suse-linux/bin/ld
    checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
    checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking for a sed that does not truncate output... /bin/sed
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... pass_all
    checking command to parse /usr/bin/nm -B output... ok
    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 dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking for ranlib... ranlib
    checking for strip... strip
    checking for objdir... .libs
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC 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.lo... yes
    checking if gcc supports -fno-rtti -fno-exceptions... yes
    checking whether the linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking whether -lc should be explicitly linked in... no
    creating libtool
    checking for an ANSI C-conforming const... yes
    checking for inline... inline
    checking for size_t... yes
    checking for unistd.h... (cached) yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking pwd.h usability... yes
    checking pwd.h presence... yes
    checking for pwd.h... yes
    checking windows.h usability... no
    checking windows.h presence... no
    checking for windows.h... no
    checking sys/ioctl.h usability... yes
    checking sys/ioctl.h presence... yes
    checking for sys/ioctl.h... yes
    checking sys/cdio.h usability... no
    checking sys/cdio.h presence... no
    checking for sys/cdio.h... no
    checking sys/dvdio.h usability... no
    checking sys/dvdio.h presence... no
    checking for sys/dvdio.h... no
    checking linux/cdrom.h usability... yes
    checking linux/cdrom.h presence... yes
    checking for linux/cdrom.h... yes
    checking dvd.h usability... no
    checking dvd.h presence... no
    checking for dvd.h... no
    checking /sys/dev/scsi/scsi_ioctl.h usability... no
    checking /sys/dev/scsi/scsi_ioctl.h presence... no
    checking for /sys/dev/scsi/scsi_ioctl.h... no
    checking sys/scsi/scsi_types.h usability... no
    checking sys/scsi/scsi_types.h presence... no
    checking for sys/scsi/scsi_types.h... no
    checking sys/scsi.h usability... no
    checking sys/scsi.h presence... no
    checking for sys/scsi.h... no
    checking IOKit/storage/IODVDMediaBSDClient.h usability... no
    checking IOKit/storage/IODVDMediaBSDClient.h presence... no
    checking for IOKit/storage/IODVDMediaBSDClient.h... no
    checking if $CC accepts -Wall... yes
    checking if $CC accepts -Wsign-compare... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: creating src/dvdcss/Makefile
    config.status: creating test/Makefile
    config.status: creating debian/Makefile
    config.status: creating doc/Makefile
    config.status: creating autotools/Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    linux:/home/blame/PROGS/vlc/libdvdcss-1.2.8 # make
    bash: make: command not found
    linux:/home/blame/PROGS/vlc/libdvdcss-1.2.8 # make install
    bash: make: command not found
    linux:/home/blame/PROGS/vlc/libdvdcss-1.2.8 # /dev/sda1


    Hat jemand ne Ahnung woran das liegt??

    THX
    Blame!

  2. #2
    Premium Mitglied Avatar von drummermonkey
    Registriert seit
    Jan 2003
    Ort
    Zuhaus im Affenhaus ;)
    Beiträge
    1.116

    Re: Prob mit make und make install!! HELP!

    Original geschrieben von Blame!
    Hi, keine Ahnung woran es liegt aber bei mir funzen make und make install net... hier mal ein auszug:
    (Wollte grad den vlc player installieren)




    Hat jemand ne Ahnung woran das liegt??

    THX
    Blame!
    wahrscheinlich hast du make nicht installiert.

  3. #3
    Registrierter Benutzer Avatar von klemens
    Registriert seit
    Nov 2002
    Ort
    Wien
    Beiträge
    2.061
    Schaut aus, als wäre make nicht installiert.
    Und libdvdcss-devel oder so ähnlich dürft auch noch fehlen.

  4. #4
    Premium Mitglied Avatar von drummermonkey
    Registriert seit
    Jan 2003
    Ort
    Zuhaus im Affenhaus ;)
    Beiträge
    1.116
    Original geschrieben von klemens
    Schaut aus, als wäre make nicht installiert.
    Und libdvdcss-devel oder so ähnlich dürft auch noch fehlen.
    guck dir die 3. zeile mal genauer an

  5. #5
    Registrierter Benutzer
    Registriert seit
    Dec 2002
    Beiträge
    265
    Danke, hab ich gar net gesehn... jetzt geht`s.

  6. #6
    Registrierter Benutzer Avatar von klemens
    Registriert seit
    Nov 2002
    Ort
    Wien
    Beiträge
    2.061
    Original geschrieben von drummermonkey
    guck dir die 3. zeile mal genauer an
    3. Zeile anschauen und erst dann schreiben ist feig!

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •