problems compiling 0.2.73 on MOSX
Eric Carlson
carl0240 at tc.umn.edu
Sun Apr 29 09:50:05 CEST 2001
0.2.73 compiles fine here on a Dual G4/500 with OS X 10.0.1. I did
configure --disable-x11 --disable-xvideo and it worked.
I tried running configure with no options but make failed on some of the
xvideo stuff (which I don't need anyway) so that's why that's disabled.
I never saw any of the errors Nik reported with either configure method.
I do, however, have libsdl and libdl installed. I've found I get weird
errors if I don't have them installed, despite the fact that they're no
longer supposed to be needed so that might be why.
Despite the fact that it builds, vlc.app is very unstable and
unpredicatable. The command line binary works better, but gets random
malloc errors while playing the vob file I have that used to work fine
back in 0.2.70. The current command line binary plays MPEG1 files,
however, perfectly with no malloc errors. I can give more information on
the errors if anyone is interested in tracking this one down (I wish I
could, but I don't have the programming knowledge necessary).
Eric
On Saturday, April 28, 2001, at 05:20 PM, Nik West wrote:
> Actually I am on G3 Powerbook and not on a G4 ... so this can't be the
> problem.
>
> Dominik
>
> On Saturday, April 28, 2001, at 11:53 PM, Eugenio Jarosiewicz wrote:
>
>>
>> I had those errors when compiling on a g4, but not a g3. Something
>> with the compiler. Never tracked it down. If you do a search online
>> for those symbols you'll find a bunch of links ; not sure what the fix
>> is on OSX / Darwin. I don't have a G4 @ home to check.
>>
>> -ej
>>
>> On Sat, 28 Apr 2001, Nik West wrote:
>>
>>> No, that did not help. I can't find any hints where this symbols might
>>> come from.
>>>
>>> Dominik
>>>
>>> On Saturday, April 28, 2001, at 04:43 PM, Samuel Hocevar wrote:
>>>
>>>> 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.
>>>>
>>>>
>>>
>>>
>>>
>>
>> --
>> Eugenio Jarosiewicz ej0 at cise.ufl.edu http://www.cise.ufl.edu/~ej0
>> * Funny how that works *
>>
>>
>>
>
>
More information about the vlc-devel
mailing list