I got stuck with the error:
---------------------------------------------------------------
lto-wrapper: /media/linuxuser/VMHDD-40G-2/OpenELEC.tv-6.0.3/build.OpenELEC-Generic.i386-6.0.3/toolchain/bin/i686-openelec-linux-gnu-gcc-4.9.3 returned 1 exit status
/media/linuxuser/VMHDD-40G-2/OpenELEC.tv-6.0.3/build.OpenELEC-Generic.i386-6.0.3/toolchain/lib/gcc/i686-openelec-linux-gnu/4.9.3/../../../../i686-openelec-linux-gnu/bin/ld.gold: fatal error: lto-wrapper failed
collect2: error: ld returned 1 exit status
Makefile:725: recipe for target 'libpixman-1.la' failed
make[3]: *** [libpixman-1.la] Error 1
make[3]: Leaving directory '/media/linuxuser/VMHDD-40G-2/OpenELEC.tv-6.0.3/build.OpenELEC-Generic.i386-6.0.3/pixman-0.34.0/.i686-openelec-linux-gnu/pixman'
Makefile:503: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/media/linuxuser/VMHDD-40G-2/OpenELEC.tv-6.0.3/build.OpenELEC-Generic.i386-6.0.3/pixman-0.34.0/.i686-openelec-linux-gnu'
Makefile:410: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/media/linuxuser/VMHDD-40G-2/OpenELEC.tv-6.0.3/build.OpenELEC-Generic.i386-6.0.3/pixman-0.34.0/.i686-openelec-linux-gnu'
Makefile:9: recipe for target 'release' failed
make: *** [release] Error 2
---------------------------------------------------------------------------------------------------
It seems OpenELEC 6.0.3 needs pixman-0.34.0, but Ubuntu 16 only have pixman-0.33. I tried to manually install pixman-0.34 (./configure, make, sudo make install) but still not work.
Is there a way to install pixman-0.34 only in the dir under OpenELEC.tv-6.03 (without affecting the pixman-0.33 on Ubuntu), so that OpenELEC 6.0.3 only look for pixman-0.34, not 0.33?