hi,
I am new to linux. I am compiling VLC latest version according to the instructions given. but i am fiinding difficulties in solving the following problem.
vlc-vlc.o(.text+0xc): In function `main':
: undefined reference to `VLC_Version'
vlc-vlc.o(.text+0x3c): In function `main':
: undefined reference to `rootwrap'
vlc-vlc.o(.text+0x41): In function `main':
: undefined reference to `VLC_Create'
vlc-vlc.o(.text+0x9a): In function `main':
: undefined reference to `VLC_Init'
vlc-vlc.o(.text+0xb0): In function `main':
: undefined reference to `VLC_AddIntf'
vlc-vlc.o(.text+0xbe): In function `main':
: undefined reference to `VLC_CleanUp'
vlc-vlc.o(.text+0xca): In function `main':
: undefined reference to `VLC_Destroy'
vlc-vlc.o(.text+0xde): In function `main':
: undefined reference to `VLC_Destroy'
vlc-vlc.o(.text+0x17a): In function `SigHandler':
: undefined reference to `VLC_Die'
//////////////////////////////////////////////////////////////////////////////////////////////////////////
how can i solve the problem I am using red hat linux gcc version 3.2.2
i found one post where its adviced to use 2.9.0 version of gcc is it the right solution.
Please help me..
Vishal