problems compiling 0.2.73 on MOSX
Samuel Hocevar
sam at zoy.org
Sat Apr 28 16:43:50 CEST 2001
On Sat, Apr 28, 2001, Dominik Westner wrote:
> /usr/bin/ld: Undefined symbols:
> ___divdi3
> ___moddi3
> ___fixdfdi
> ___floatdidf
> make: *** [vlc] Error 1
Any idea where these symbols come from ? I don't have OSX, so I
can only guess, but it might be libm. Try to replace line 140 of
Makefile.opts.in:
LIB += @LIB@ -L/usr/local/lib
with this line:
LIB += @LIB@ -L/usr/local/lib -lm
--
Sam.
More information about the vlc-devel
mailing list