[vlc] vlc-1.1.o and live555 64-bit linux
bv
bvl at btconnect.com
Fri Jul 16 19:16:18 CEST 2010
On Friday 16 July 2010 17:05:10 bv wrote:
> Dear vlcListers,
>
> I am attempting to compile vlc-1.1.0 on a pure 64-bit linuc setup
> (gcc-4.4.2 kernel2.6.32). This is my progress so far:-
>
>
> For building live555, yo enable a pure 64-bit build I edited config.linux
> like so :-
>
> added -m64 after $(INCLUDES) --line 1
> added -fPIC after $(COMPILE_OPTS) --line 4
>
> I then ran make and it compiled without any errors:-
> R_X86_64_32S against `vtable for Medium' can not be used when making a
> shared object; recompile with -fPIC
> /usr/lib/live/liveMedia/libliveMedia.a: could not read symbols: Bad value
> collect2: ld returned 1 exit status
> make[5]: *** [liblive555_plugin.la] Error 1
fixed
For building live555, to enable a pure 64-bit build I edited config.linux
added -m64 -fPIC after $(INCLUDES) --line 1
-----------------leave line 4 alone
More information about the vlc
mailing list