<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
I am trying to cross compile vlc 2.0 for arm QNX.<br>
1) Configured vlc as follows.<br>
<b><br>
./configure --build=i686-pc-linux
--host=arm-unknown-nto-qnx6.5.0eabi '--disable-mad'
'--disable-avcodec' '--disable-avformat' '--disable-postproc'
'--disable-a52' '--disable-glx' --disable- fribidi
'--disable-skins2' '--disable--qt4' '--disable-remoteosd'
'--disable-libgcrypt' '--disable-nls''--disable-mpeg2'
'--disable-dvbpsi' '--disable-dvb' '--disable-libmpeg2'
'--disable-swscale' '--disable-xcb' --disable-lua
--disable-plugin --disable-ncurses --disable-network
--enable-static --prefix=/opt<br>
<br>
</b>2) After successful configuration i used "make" to compile
vlc, but while compilation i got errors as follows. <br>
<br>
<b>make all-am<br>
make[3]: Entering directory `/root/Desktop/vlc-2.0.0/lib'<br>
make[3]: Nothing to be done for `all-am'.<br>
make[3]: Leaving directory `/root/Desktop/vlc-2.0.0/lib'<br>
make[2]: Leaving directory `/root/Desktop/vlc-2.0.0/lib'<br>
Making all in bin<br>
make[2]: Entering directory `/root/Desktop/vlc-2.0.0/bin'<br>
CCLD vlc<br>
/root/Desktop/vlc-2.0.0/src/.libs/libvlccore.so: undefined
reference to `tdelete'<br>
/root/Desktop/vlc-2.0.0/src/.libs/libvlccore.so: undefined
reference to `tsearch'<br>
/root/Desktop/vlc-2.0.0/src/.libs/libvlccore.so: undefined
reference to `twalk'<br>
/root/Desktop/vlc-2.0.0/src/.libs/libvlccore.so: undefined
reference to `tfind'<br>
collect2: ld returned 1 exit status<br>
make[2]: *** [vlc] Error 1<br>
make[2]: Leaving directory `/root/Desktop/vlc-2.0.0/bin'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory `/root/Desktop/vlc-2.0.0'<br>
make: *** [all] Error 2<br>
<a class="moz-txt-link-abbreviated" href="mailto:root@rajendra:~/Desktop/vlc-2.0.0#">root@rajendra:~/Desktop/vlc-2.0.0#</a> <br>
<br>
</b>So please suggest me, what could be the problem for above
errors.<br>
<br>
<pre class="moz-signature" cols="72">--
Regards,
Rajendra.</pre>
</body>
</html>