compiling vlc

Ed Floyd edhf2 at hermes.cam.ac.uk
Sun Jul 28 14:13:50 CEST 2002


I'm trying to compile the cvs version of vl under osx.  I've successfully
installed libdvdcss in /usr/local and then configured vlc successfully;
halfway through the compiling process, unfortunately it encounters an
error of duplicate references shown below.  Could this be something to do
with Fink installed on my system (g3 400 iMac DV 10.1.5)?
thanks in advance,
ed

here is part of the output
$mp4_LDFLAGS $cinepak_LDFLAGS $x11_LDFLAGS $xvideo_LDFLAGS $sdl_LDFLAGS
$gtk_LDFLAGS
/usr/bin/ld: multiple definitions of symbol _main
src/vlc.o definition of _main in section (__TEXT,__text)
/usr/local//lib/libSDLmain.a(SDLMain.o) definition of _main in section
(__TEXT,__text)
/usr/bin/ld: warning multiple definitions of symbol _inflateSync
/sw/lib/libz.dylib(inflate.o) definition of _inflateSync
/usr/lib/libz.1.1.3.dylib(inflate.o) definition of _inflateSync
/usr/bin/ld: warning multiple definitions of symbol _inflateInit_
/sw/lib/libz.dylib(inflate.o) definition of _inflateInit_
/usr/lib/libz.1.1.3.dylib(inflate.o) definition of _inflateInit_
/usr/bin/ld: warning multiple definitions of symbol _inflateSetDictionary
/sw/lib/libz.dylib(inflate.o) definition of _inflateSetDictionary
/usr/lib/libz.1.1.3.dylib(inflate.o) definition of _inflateSetDictionary
/usr/bin/ld: warning multiple definitions of symbol _inflate
/sw/lib/libz.dylib(inflate.o) definition of _inflate
/usr/lib/libz.1.1.3.dylib(inflate.o) definition of _inflate
/usr/bin/ld: warning multiple definitions of symbol _inflateSyncPoint
/sw/lib/libz.dylib(inflate.o) definition of _inflateSyncPoint
/usr/lib/libz.1.1.3.dylib(inflate.o) definition of _inflateSyncPoint
/usr/bin/ld: warning multiple definitions of symbol _inflateEnd
/sw/lib/libz.dylib(inflate.o) definition of _inflateEnd
/usr/lib/libz.1.1.3.dylib(inflate.o) definition of _inflateEnd
/usr/bin/ld: warning multiple definitions of symbol _inflateInit2_
/sw/lib/libz.dylib(inflate.o) definition of _inflateInit2_
/usr/lib/libz.1.1.3.dylib(inflate.o) definition of _inflateInit2_
/usr/bin/ld: warning multiple definitions of symbol _inflateReset
/sw/lib/libz.dylib(inflate.o) definition of _inflateReset
/usr/lib/libz.1.1.3.dylib(inflate.o) definition of _inflateReset
/usr/bin/ld: warning multiple definitions of symbol _g_atexit
plugins/gtk.a(gtk.o.gtk) definition of _g_atexit in section
(__TEXT,__text)
/sw/lib/libglib.dylib(gutils.lo) definition of _g_atexit
/usr/bin/ld: warning multiple definitions of symbol _adler32
/sw/lib/libz.dylib(adler32.o) definition of _adler32
/usr/lib/libz.1.1.3.dylib(adler32.o) definition of _adler32
/usr/bin/ld: warning multiple definitions of symbol _zcfree
/sw/lib/libz.dylib(zutil.o) definition of _zcfree
/usr/lib/libz.1.1.3.dylib(zutil.o) definition of _zcfree
/usr/bin/ld: warning multiple definitions of symbol _z_errmsg
/sw/lib/libz.dylib(zutil.o) definition of _z_errmsg
/usr/lib/libz.1.1.3.dylib(zutil.o) definition of _z_errmsg
/usr/bin/ld: warning multiple definitions of symbol _zlibVersion
/sw/lib/libz.dylib(zutil.o) definition of _zlibVersion
/usr/lib/libz.1.1.3.dylib(zutil.o) definition of _zlibVersion
/usr/bin/ld: warning multiple definitions of symbol _zError
/sw/lib/libz.dylib(zutil.o) definition of _zError
/usr/lib/libz.1.1.3.dylib(zutil.o) definition of _zError
/usr/bin/ld: warning multiple definitions of symbol _zcalloc
/sw/lib/libz.dylib(zutil.o) definition of _zcalloc
/usr/lib/libz.1.1.3.dylib(zutil.o) definition of _zcalloc
/usr/bin/ld: warning multiple definitions of symbol _inflate_blocks
/sw/lib/libz.dylib(infblock.o) definition of _inflate_blocks
/usr/lib/libz.1.1.3.dylib(infblock.o) definition of _inflate_blocks
/usr/bin/ld: warning multiple definitions of symbol _inflate_blocks_free
/sw/lib/libz.dylib(infblock.o) definition of _inflate_blocks_free
/usr/lib/libz.1.1.3.dylib(infblock.o) definition of _inflate_blocks_free
/usr/bin/ld: warning multiple definitions of symbol _inflate_blocks_new
/sw/lib/libz.dylib(infblock.o) definition of _inflate_blocks_new
/usr/lib/libz.1.1.3.dylib(infblock.o) definition of _inflate_blocks_new
/usr/bin/ld: warning multiple definitions of symbol _inflate_blocks_reset
/sw/lib/libz.dylib(infblock.o) definition of _inflate_blocks_reset
/usr/lib/libz.1.1.3.dylib(infblock.o) definition of _inflate_blocks_reset
/usr/bin/ld: warning multiple definitions of symbol
_inflate_blocks_sync_point
/sw/lib/libz.dylib(infblock.o) definition of _inflate_blocks_sync_point
/usr/lib/libz.1.1.3.dylib(infblock.o) definition of
_inflate_blocks_sync_point
/usr/bin/ld: warning multiple definitions of symbol
_inflate_set_dictionary
/sw/lib/libz.dylib(infblock.o) definition of _inflate_set_dictionary
/usr/lib/libz.1.1.3.dylib(infblock.o) definition of
_inflate_set_dictionary
/usr/bin/ld: warning multiple definitions of symbol _inflate_codes
/sw/lib/libz.dylib(infcodes.o) definition of _inflate_codes
/usr/lib/libz.1.1.3.dylib(infcodes.o) definition of _inflate_codes
/usr/bin/ld: warning multiple definitions of symbol _inflate_codes_free
/sw/lib/libz.dylib(infcodes.o) definition of _inflate_codes_free
/usr/lib/libz.1.1.3.dylib(infcodes.o) definition of _inflate_codes_free
/usr/bin/ld: warning multiple definitions of symbol _inflate_codes_new
/sw/lib/libz.dylib(infcodes.o) definition of _inflate_codes_new
/usr/lib/libz.1.1.3.dylib(infcodes.o) definition of _inflate_codes_new
/usr/bin/ld: warning multiple definitions of symbol _inflate_mask
/sw/lib/libz.dylib(infutil.o) definition of _inflate_mask
/usr/lib/libz.1.1.3.dylib(infutil.o) definition of _inflate_mask
/usr/bin/ld: warning multiple definitions of symbol _inflate_flush
/sw/lib/libz.dylib(infutil.o) definition of _inflate_flush
/usr/lib/libz.1.1.3.dylib(infutil.o) definition of _inflate_flush
/usr/bin/ld: warning multiple definitions of symbol _inflate_trees_dynamic
/sw/lib/libz.dylib(inftrees.o) definition of _inflate_trees_dynamic
/usr/lib/libz.1.1.3.dylib(inftrees.o) definition of _inflate_trees_dynamic
/usr/bin/ld: warning multiple definitions of symbol _inflate_copyright
/sw/lib/libz.dylib(inftrees.o) definition of _inflate_copyright
/usr/lib/libz.1.1.3.dylib(inftrees.o) definition of _inflate_copyright
/usr/bin/ld: warning multiple definitions of symbol _inflate_trees_fixed
/sw/lib/libz.dylib(inftrees.o) definition of _inflate_trees_fixed
/usr/lib/libz.1.1.3.dylib(inftrees.o) definition of _inflate_trees_fixed
/usr/bin/ld: warning multiple definitions of symbol _inflate_trees_bits
/sw/lib/libz.dylib(inftrees.o) definition of _inflate_trees_bits
/usr/lib/libz.1.1.3.dylib(inftrees.o) definition of _inflate_trees_bits
/usr/bin/ld: warning multiple definitions of symbol _inflate_fast
/sw/lib/libz.dylib(inffast.o) definition of _inflate_fast
/usr/lib/libz.1.1.3.dylib(inffast.o) definition of _inflate_fast
/usr/bin/ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
/sw/lib/libiconv.2.dylib(localcharset.lo) definition of _locale_charset
make: *** [vlc] Error 1



-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc mailing list