LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   what do i do after ./configure, im lost (https://www.linuxquestions.org/questions/linux-software-2/what-do-i-do-after-configure-im-lost-187441/)

kromatic 05-29-2004 05:06 PM

what do i do after ./configure, im lost
 
i donwloaded xine, and i wrote ./configure in the terminal, this is what i got, i tried typing make like the instructoin tells me, but nothing happens, am i doing something wrong?

I,m using SUSE 9.1 with the latest version of xine (xine-lib-1-rc4a.tar.gz). this is my first time trying to compile in linux, im lost, i tried doing a google search but im totally lost.

kromatic@linux:~/Desktop/xine-lib-1-rc4a> ./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 style of include used by make... none
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 dependency style of gcc... none
checking for strerror in -lcposix... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) none
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking whether make sets $(MAKE)... (cached) no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for gawk... (cached) gawk
checking for inline... inline
checking for a sed that does not truncate output... /usr/bin/sed
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 how to recognise dependent libraries... pass_all
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 g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fl32... no
checking for af77... no
checking for fort77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for lf95... no
checking for g95... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
libtool.m4: error: problem compiling CXX test program
checking for g++ option to produce PIC...
checking if g++ supports -c -o file.o... no
checking whether the g++ 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 for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking for ranlib... (cached) ranlib
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) 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 for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for GNU gettext in libc... yes
checking for dcgettext... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for bison... no
checking for catalogs to be installed... fr pt_BR de sk es pl cs it
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for always_inline... yes
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for long... yes
checking size of long... 4
checking for inttypes.h... (cached) yes
checking for pthread_create in -lpthread... yes
checking for dlopen in -lc... no
checking for dlopen in -ldl... (cached) yes
checking libdir name... lib
checking whether lrintf is declared... yes
checking for int_fast8_t... yes
checking for mlib_VideoAddBlock_U8_S16 in -lmlib... no
checking for X... libraries /usr/X11/lib, headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... yes
IPv6 is disabled
checking for gzsetparams in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for glBegin in -lGL... yes
checking GL/gl.h usability... no
checking GL/gl.h presence... no
checking for GL/gl.h... no
checking linux/videodev.h usability... yes
checking linux/videodev.h presence... yes
checking for linux/videodev.h... yes
checking for libtool >= 1.4.0... yes
checking for libtool >= 1.4.0... yes
checking for libtool >= 1.4.0... yes
checking for XvShmCreateImage in -lXv... yes
checking for libXv.a location... found in /usr/X11R6/lib
checking for XvMCQueryExtension in -lXvMC... yes
checking for libXvMC.a location... found in /usr/X11R6/lib
checking for XineramaQueryExtension in -lXinerama... yes
checking for aalib-config... /usr/bin/aalib-config
checking for AALIB version >= 1.4... no
*** Could not run AALIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means AALIB was incorrectly installed
*** or that you have moved AALIB since it was installed.
*** All of AALIB dependent parts will be disabled ***
checking for caca-config... no
no
*** The caca-config program installed by CACA could not be found
*** If CACA was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or use --with-caca-prefix to set the prefix
*** where CACA is installed.
*** All CACA-dependent parts will be disabled ***
checking sys/fbio.h usability... no
checking sys/fbio.h presence... no
checking for sys/fbio.h... no
checking for XDgaGrabDrawable in -ldga... no
checking linux/fb.h usability... yes
checking linux/fb.h presence... yes
checking for linux/fb.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking for sdl-config... no
checking for SDL - version >= 1.1.5... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
checking for Libstk... no
*** All of Libstk dependent parts will be disabled ***
checking for DirectX... no
*** All DirectX dependent parts will be disabled ***
*** checking for a supported mpeg encoder
checking for fame_open in -lfame... no
checking for rte_init in -lrte... no
*** no external mpeg encoder found
checking for vidix support... yes
checking for DHA linux kernel module build... no
checking for mknod... mknod
checking for depmod... depmod
checking for Ogg... no
*** Could not run Ogg test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means Ogg was incorrectly installed
*** or that you have moved Ogg since it was installed. In the latter case, you
*** may want to edit the ogg-config script:
*** All of OGG/VORBIS dependent parts will be disabled ***
checking for Ogg... no
*** Could not run Ogg test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means Ogg was incorrectly installed
*** or that you have moved Ogg since it was installed. In the latter case, you
*** may want to edit the ogg-config script:
*** All of OGG/Theora dependent parts will be disabled ***
checking for Ogg... no
*** Could not run Ogg test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means Ogg was incorrectly installed
*** or that you have moved Ogg since it was installed. In the latter case, you
*** may want to edit the ogg-config script:
*** All of OGG/Speex dependent parts will be disabled ***
checking for libFLAC... no
*** Could not run libFLAC test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means libFLAC was incorrectly installed
*** or that you have moved libFLAC since it was installed. In the latter case, you
*** may want to edit the libFLAC-config script:
*** All FLAC dependent parts will be disabled ***
checking for mng_initialize in -lmng... no
*** All libmng dependent parts will be disabled ***
checking for libpng-config... no
checking for png_create_read_struct in -lpng... no
*** All libpng dependent parts will be disabled ***
checking for freetype-config... /usr/bin/freetype-config
checking for OSS audio support... yes
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking sys/asoundlib.h usability... no
checking sys/asoundlib.h presence... no
checking for sys/asoundlib.h... no
checking for ALSA version >= 0.9.0rc4... no
*** Could not run ALSA test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means ALSA was incorrectly installed.
*** All of ALSA dependent parts will be disabled ***
checking for esd-config... no
checking for ESD - version >= 0.2.8... no
*** The esd-config script installed by ESD could not be found
*** If ESD was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the ESD_CONFIG environment variable to the
*** full path to esd-config.
*** All of ESD dependent parts will be disabled ***
checking for artsc-config... no
checking for ARTS artsc - version >= 0.9.5... no
*** The artsc-config script installed by ARTS could not be found
*** If ARTS was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the ARTS_CONFIG environment variable to the
*** full path to artsc-config.
*** All of ARTS dependent parts will be disabled ***
checking for gnome-vfs-2.0... Package gnome-vfs-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gnome-vfs-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gnome-vfs-2.0' found
*** All of the gnome-vfs dependent parts will be disabled ***
checking for Sun audio support... no
checking for IRIX libaudio support... checking dmedia/audio.h usability... no
checking dmedia/audio.h presence... no
checking for dmedia/audio.h... no
no
*** All of IRIX AL dependent parts will be disabled ***
checking for kstat_open in -lkstat... no
checking sys/cdio.h usability... no
checking sys/cdio.h presence... no
checking for sys/cdio.h... no
checking linux/cdrom.h usability... yes
checking linux/cdrom.h presence... yes
checking for linux/cdrom.h... yes
checking if cdrom ioctls are available... yes
Use included DVDNAV support
checking how to create empty arrays... []
checking for libcdio... Use included libcdio/libvcdinfo support
checking for snprintf... yes
checking for vsnprintf... yes
checking for ANSI C header files... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdint.h... (cached) yes
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking for inttypes.h... (cached) yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking whether gcc supports ISOC99 _Pragma()... yes
checking bitfield ordering in structs... LSBF
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdbool.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for stdint.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking linux/version.h usability... yes
checking linux/version.h presence... yes
checking for linux/version.h... yes
checking for sys/cdio.h... (cached) no
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for linux/version.h... (cached) yes
checking for linux/cdrom.h... (cached) yes
checking for bzero... yes
checking for memcpy... yes
checking for struct tm.tm_gmtoff... yes
*** All of MODPLUG dependent parts will be disabled ***
checking for ip_mreqn... yes
checking for sched_get_priority_min in -lposix4... no
checking for vsscanf... yes
checking for sigaction... yes
checking for sigset... yes
checking for getpwuid_r... yes
checking for nanosleep... yes
checking for strsep... yes
checking for strpbrk... yes
checking for setenv... (cached) yes
checking for basename... yes
checking for hstrerror... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseeko... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking for malloc.h... (cached) yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking ucontext.h usability... yes
checking ucontext.h presence... yes
checking for ucontext.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/mixer.h usability... no
checking sys/mixer.h presence... no
checking for sys/mixer.h... no
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking if gcc supports "-mpreferred-stack-boundary=2" flags... yes
checking if gcc supports "-fno-strict-aliasing" flags... yes
checking if gcc supports "-fschedule-insns2" flags... yes
checking if gcc supports "-mwide-multiply" flags... no
checking if gcc supports "-falign-functions=4" flags... yes
checking if gcc supports "-falign-loops=4" flags... yes
checking if gcc supports "-falign-jumps=4" flags... yes
checking if gcc supports "-fno-omit-frame-pointer" flags... yes
checking if gcc supports "-fno-inline-functions" flags... yes
checking if gcc supports "-fno-rename-registers" flags... yes
checking if gcc supports "-fprofile-arcs" flags... yes
checking if gcc supports "-fbranch-probabilities" flags... yes
checking for sane -Wpointer-arith... yes
checking if gcc supports "-Wall" flags... yes
checking __attribute__ ((aligned ())) support... 64
checking if gcc supports "-mtune=i386" flags... no
checking if gcc supports "-mcpu=i386" flags... yes
checking if gcc supports "-mcpu=athlon" flags... yes
checking for sgmltools... no
checking for fig2dev... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/man/Makefile
config.status: creating doc/man/en/Makefile
config.status: creating doc/hackersguide/Makefile
config.status: creating doc/faq/Makefile
config.status: creating include/Makefile
config.status: creating include/xine.h
config.status: creating intl/Makefile
config.status: creating m4/Makefile
config.status: creating misc/Makefile
config.status: creating misc/SlackBuild
config.status: creating misc/build_rpms.sh
config.status: creating misc/fonts/Makefile
config.status: creating misc/libxine.pc
config.status: creating misc/relchk.sh
config.status: creating misc/xine-config
config.status: creating misc/xine-lib.spec
config.status: creating po/Makefile.in
config.status: creating src/Makefile
config.status: creating src/audio_out/Makefile
config.status: creating src/demuxers/Makefile
config.status: creating src/dxr3/Makefile
config.status: creating src/input/Makefile
config.status: creating src/input/libdvdnav/Makefile
config.status: creating src/input/dvb/Makefile
config.status: creating src/input/librtsp/Makefile
config.status: creating src/input/libreal/Makefile
config.status: creating src/input/vcd/Makefile
config.status: creating src/input/vcd/libcdio/Makefile
config.status: creating src/input/vcd/libcdio/cdio/Makefile
config.status: creating src/input/vcd/libcdio/MSWindows/Makefile
config.status: creating src/input/vcd/libcdio/image/Makefile
config.status: creating src/input/vcd/libvcd/Makefile
config.status: creating src/input/vcd/libvcd/libvcd/Makefile
config.status: creating src/liba52/Makefile
config.status: creating src/libdts/Makefile
config.status: creating src/libfaad/Makefile
config.status: creating src/libfaad/codebook/Makefile
config.status: creating src/libffmpeg/Makefile
config.status: creating src/libffmpeg/libavcodec/Makefile
config.status: creating src/libffmpeg/libavcodec/armv4l/Makefile
config.status: creating src/libffmpeg/libavcodec/i386/Makefile
config.status: creating src/libffmpeg/libavcodec/mlib/Makefile
config.status: creating src/libffmpeg/libavcodec/alpha/Makefile
config.status: creating src/libffmpeg/libavcodec/ppc/Makefile
config.status: creating src/libffmpeg/libavcodec/sparc/Makefile
config.status: creating src/libffmpeg/libavcodec/libpostproc/Makefile
config.status: creating src/libflac/Makefile
config.status: creating src/liblpcm/Makefile
config.status: creating src/libmad/Makefile
config.status: creating src/libmpeg2/Makefile
config.status: creating src/libspudec/Makefile
config.status: creating src/libspucc/Makefile
config.status: creating src/libsputext/Makefile
config.status: creating src/libvorbis/Makefile
config.status: creating src/libtheora/Makefile
config.status: creating src/libspeex/Makefile
config.status: creating src/libw32dll/Makefile
config.status: creating src/libw32dll/wine/Makefile
config.status: creating src/libw32dll/DirectShow/Makefile
config.status: creating src/libw32dll/dmo/Makefile
config.status: creating src/libw32dll/qtx/Makefile
config.status: creating src/libw32dll/qtx/qtxsdk/Makefile
config.status: creating src/libxinevdec/Makefile
config.status: creating src/libxineadec/Makefile
config.status: creating src/libxineadec/gsm610/Makefile
config.status: creating src/libxineadec/nosefart/Makefile
config.status: creating src/libreal/Makefile
config.status: creating src/post/Makefile
config.status: creating src/post/planar/Makefile
config.status: creating src/post/goom/Makefile
config.status: creating src/post/mosaico/Makefile
config.status: creating src/post/visualizations/Makefile
config.status: creating src/post/deinterlace/Makefile
config.status: creating src/post/deinterlace/plugins/Makefile
config.status: creating src/video_out/Makefile
config.status: creating src/video_out/libdha/Makefile
config.status: creating src/video_out/libdha/bin/Makefile
config.status: creating src/video_out/libdha/kernelhelper/Makefile
config.status: creating src/video_out/libdha/oth/Makefile
config.status: creating src/video_out/libdha/sysdep/Makefile
config.status: creating src/video_out/vidix/Makefile
config.status: creating src/video_out/vidix/drivers/Makefile
config.status: creating src/xine-utils/Makefile
config.status: creating src/xine-engine/Makefile
config.status: creating src/xine-engine/xineintl.h
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing default commands

kromatic 05-29-2004 05:08 PM

xine-lib summary:
----------------
* input plugins:
- file - net
- stdin_fifo - rtp
- http - mms
- pnm - rtsp
- dvb
- dvd (internal libs)
- vcd (internal libs)
- vcdo
- cdda
- v4l

* demultiplexer plugins:
- avi - mpeg
- mpeg_block - mpeg_audio
- mpeg_elem - mpeg_pes
- mpeg_ts - qt/mpeg-4
- film - roq
- fli - smjpeg
- idcin - wav
- wc3 mve - voc
- vqa - aiff
- cdda - snd/au
- yuv4mpeg2 - real/realaudio
- ea wve - raw dv
- interplay mve - psx str
- ws aud - pva
- vox - nsf
- nsv - 4xm
- ac3 - aac
- iff - matroska
- vmd - flv
- asf
- ogg

* video decoder plugins:
- MPEG 1,2 - Amiga Bitplane
- Raw RGB - Raw YUV
- ffmpeg:
- MPEG-4 (ISO, Microsoft, DivX*, XviD)
- Creative YUV - Motion JPEG
- Cinepak - MS Video-1
- FLI/FLC - MS RLE
- Id RoQ - Id Cin
- Apple Graphics - Apple Video
- Apple Animation - Interplay Video
- Westwood VQA - Origin Xan
- H.263 - Intel Indeo 3
- SVQ1 - SVQ3
- Real Video 1.0 - Real Video 2.0
- 4X Video - Sierra Video
- Asus v1/v2 - HuffYUV
- On2 VP3 - DV
- 8BPS - Duck TrueMotion v1
- ATI VCR1 - Flash Video
- ZLIB - MSZH
- dxr3_video
- w32dll
- theora

* audio decoder plugins:
- A52/ra-dnet - DTS
- MAD (MPG 1/2/3) - GSM 06.10
- linear PCM - Nosefart (NSF)
- ffmpeg:
- Windows Media Audio v1/v2
- DV - logarithmic PCM
- 14k4 - 28k8
- MS ADPCM - IMA ADPCM
- XA ADPCM - Game DPCM/ADPCM
- Mace 3:13 - Mace 6:1
- vorbis
- speex
- w32dll
- faad

* subtitle decoder plugins:
- spu - spucc
- sputext
- dxr3_spu

* post effect plugins:
* planar video effects:
- invert - expand
- eq - eq2
- boxblur - denoise3d
- unsharp - tvtime
* SFX:
- goom - oscope
- fftscope - mosaico

* video driver plugins:
- XShm (X11 shared memory)
- Xv (XVideo *static*)
- XvMC (XVideo *static*)
- XvMCNVIDIA (XVideo *static*)
- fb (Linux framebuffer device)
- dxr3 (Hollywood+ and Creative dxr3, mpeg video only)
- vidix (X11 and framebuffer support)

* audio driver plugins:
- oss (Open Sound System)
---
kromatic@linux:~/Desktop/xine-lib-1-rc4a>

proudclod 05-29-2004 05:23 PM

now type make (enter)

then become root (su, then enter the password when prompted)

now type make install (enter)

sorted

kromatic 05-29-2004 05:28 PM

Quote:

Originally posted by proudclod
now type make (enter)

then become root (su, then enter the password when prompted)

now type make install (enter)

sorted

this is what i got after i typed make and pressed enter:

kromatic@linux:~/Desktop/xine-lib-1-rc4a> make
bash: make: command not found

andrewlkho 05-29-2004 05:34 PM

You need to install the development packages of whatever distro you're using (I think you said SUSE?). Search for the binaries for things like gcc and make, it should be in a "development tools" section.

Post back if you're having trouble finding it.

ahh 05-29-2004 05:37 PM

If you have the personal edition of SuSE 9.1 it doesn't come with the packages required to compile programs. You will have to go to the SuSE site, follow the links to their ftp server (or a mirror) and download the development packages. Have a look at the list of packages you get with both versions, theres a lot missing! At the very least you will need the make package to be able to run the make command.

kromatic 05-29-2004 05:54 PM

ok i installed everything i found when i search for make in yast,
i installed the make package

i typed make and it started, but it doesnt seem 2 ever end, how long does it take, its been like 5 minutes and its still going as i type this. i probably missed something?

kromatic 05-29-2004 05:58 PM

ok i installed everything under gcc in yast, and now im doing the make install as root....i'll keep posting on the progress

kromatic 05-29-2004 08:39 PM

ok everythings working fine now, finally after 4 days, thanks


All times are GMT -5. The time now is 03:48 AM.