I am trying to cross-compile VLC media player(version-2.1.5) for i.MX based device.
For this there are many dependent libraries required, i built many of them. PulseAudio packages is also among them.
So i downloaded pulseaudio-5.0 and trying to cross-compile it. During cross-compilation of pulseaudio-5.0 i am getting
following error :
/bin/sed: can't read /usr/lib/libXau.la: No such file or directory
libtool: link: `=/usr/lib/libXau.la' is not a valid libtool archive
I found, i have libXau.so library in my rootfs then why libXau.la is required.
On browsing i found that if i will use "lafilefixer --justfixit", it will work and solve my problem.
but how to install lafilefixer on my host PC. My host pc is ubuntu-12.04.
Can you help anybody ?
Hi SANJEET
you can look at below links
how to install lafilefixer in ubuntu | Zuppa Answers
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-util/lafilefixer/files/lafilefixer-0.5
and post on Ubuntu forum
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------