Compiling VLC for Mac OS X

Eric Carlson carl0240 at tc.umn.edu
Tue Apr 17 08:19:10 CEST 2001


Do this (do a make clean first if necessary):
./configure --disable-gtk
make
<wait... it will fail with a bunch of ld errors>
ranlib lib/*.a
make

I just tested this with the latest 0.2.72 tarball and it works fine.

You should end up with a working command line binary. vlc.app still 
seems to have issues, but your results may vary.

Eric

On Monday, April 16, 2001, at 11:39  PM, volrath at mac.com wrote:
>
> I can't quite get vlc to compile.  After compiling for a while, it says
> this:
> (massive link here)
> cc: unrecognized option `-rdynamic'
> /usr/bin/ld: table of contents for archive: lib/ps.a is out of date;
> rerun ranlib(1) (can't load from it)
> /usr/bin/ld: table of contents for archive: lib/ts.a is out of date;
> rerun ranlib(1) (can't load from it)
> etc...
> After I ranlib lib/*, and start making again, it says this:
> /usr/bin/ld: multiple definitions of symbol _g_atexit
> intf_gtk.o definition of _g_atexit in section (__TEXT,__text)
> /usr/local/lib/libglib.a(gutils.o) definition of _g_atexit in section
> (__TEXT,__text)
> Anyone have any idea what I am doing wrong?  I'm compiling on Mac OS X
> 10.0.1 with everything that they said was needed.  Dunno what to do.  If
> it helps, I can send the full text as well.  Someone lemme know if I
> should.
>
> Michael Butler
> volrath at mac.com
>
>
>




More information about the vlc mailing list