Trying to build XINE

Posted:
in macOS edited January 2014
I'm trying to build XINE as I've given up on MPlayer but it keeps saying that I need a dynamic linker when I try and compile its libs:



Quote:

[MacOSXRules:~/xine-lib-0.9.13] gasparhe% ./configure --with-x

loading cache ./config.cache

checking host system type... powerpc-apple-darwin6.8

checking target system type... powerpc-apple-darwin6.8

checking build system type... powerpc-apple-darwin6.8

checking for a BSD compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking whether make sets ${MAKE}... yes

checking for working aclocal... found

checking for working autoconf... found

checking for working automake... found

checking for working autoheader... found

checking for working makeinfo... found

checking for strerror in -lcposix... no

checking for gcc... gcc

checking whether the C compiler (gcc ) works... yes

checking whether the C compiler (gcc ) is a cross-compiler... no

checking whether we are using GNU C... yes

checking whether gcc accepts -g... yes

checking how to run the C preprocessor... gcc -E -traditional-cpp

checking for ANSI C header files... yes

checking whether make sets ${MAKE}... (cached) yes

checking for a BSD compatible install... /usr/bin/install -c

checking whether ln -s works... yes

checking for mawk... no

checking for gawk... no

checking for nawk... no

checking for awk... awk

checking for Cygwin environment... no

checking for mingw32 environment... no

checking for ld used by GCC... /usr/bin/ld

checking if the linker (/usr/bin/ld) is GNU ld... no

checking for /usr/bin/ld option to reload object files... -r

checking for BSD-compatible nm... /usr/bin/nm -p

checking for a sed that does not truncate output... /usr/bin/sed

checking how to recognise dependent libraries... file_magic Mach-O dynamically linked shared library

checking for object suffix... o

checking for executable suffix... no

checking command to parse /usr/bin/nm -p output... ok

checking for dlfcn.h... no

checking for ranlib... ranlib

checking for strip... strip

checking for objdir... .libs

checking for gcc option to produce PIC... -fno-common

checking if gcc PIC flag -fno-common works... yes

checking if gcc static flag -static works... no

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/bin/ld) supports shared libraries... yes

checking how to hardcode library paths into programs... unsupported

checking whether stripping libraries is possible... no

checking dynamic linker characteristics... darwin6.8 dyld

checking if libtool supports shared libraries... yes

checking whether to build shared libraries... yes

checking whether to build static libraries... no

checking for shl_load... no

checking for shl_load in -ldld... no

checking for dlopen... no

checking for dlopen in -ldl... no

checking for dlopen in -lsvld... no

checking for dld_link in -ldld... no

creating libtool

checking for ranlib... (cached) ranlib

checking for working const... yes

checking for inline... inline

checking for off_t... yes

checking for size_t... yes

checking for working alloca.h... no

checking for alloca... yes

checking for unistd.h... yes

checking for getpagesize... yes

checking for working mmap... yes

checking whether we are using the GNU C Library 2.1 or newer... no

checking for argz.h... no

checking for limits.h... yes

checking for locale.h... yes

checking for nl_types.h... no

checking for malloc.h... no

checking for stddef.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for unistd.h... (cached) yes

checking for sys/param.h... yes

checking for feof_unlocked... no

checking for fgets_unlocked... no

checking for getcwd... yes

checking for getegid... yes

checking for geteuid... yes

checking for getgid... yes

checking for getuid... yes

checking for mempcpy... no

checking for munmap... yes

checking for putenv... yes

checking for setenv... yes

checking for setlocale... yes

checking for stpcpy... no

checking for strchr... yes

checking for strcasecmp... yes

checking for strdup... yes

checking for strtoul... yes

checking for tsearch... no

checking for __argz_count... no

checking for __argz_stringify... no

checking for __argz_next... no

checking for iconv... no, consider installing GNU libiconv

checking for nl_langinfo and CODESET... no

checking for LC_MESSAGES... yes

checking whether NLS is requested... yes

checking whether included gettext is requested... no

checking for libintl.h... no

checking for msgfmt... /sw/bin/msgfmt

checking for gmsgfmt... /sw/bin/msgfmt

checking for xgettext... /sw/bin/xgettext

checking for bison... bison

checking version of bison... 1.28, ok

checking for catalogs to be installed... fr pt_BR de sk es pl_PL cs

checking whether byte ordering is bigendian... yes

checking for working 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 pthread_create in -lpthread... yes

checking for dlopen in -lc... no

checking for dlopen in -ldl... (cached) no

configure: error: dynamic linker needed



Any ideas as to how I can get this working?

Comments

  • Reply 1 of 3
    wmfwmf Posts: 1,164member
    Did you try Fink?
  • Reply 2 of 3
    Quote:

    Originally posted by wmf

    Did you try Fink?



    Yeah but it's in unstable still... :-\\ as is GNOME 2 and its components.
  • Reply 3 of 3
    wmfwmf Posts: 1,164member
    Quote:

    Originally posted by Proud iBook Owner 2k2

    Yeah but it's in unstable still... :-\\ as is GNOME 2 and its components.



    So? Just configure Fink to use unstable.
Sign In or Register to comment.