Open GoogleCodeExporter opened 8 years ago
Hi! Look at issue 19. I've found a workaround.
Also i confirm working this toolchain under Ubuntu 13.10 (Prebuilt binaries for
13.04).
Original comment by djd...@gmail.com
on 19 Oct 2013 at 8:16
Thank you!
But I get another error:
/usr/bin/arm-apple-darwin11-ld: error while loading shared libraries: libLTO.so
Does my path set wrong?
Original comment by negy.li...@gmail.com
on 20 Oct 2013 at 6:32
Find libLTO.so then export its path (you can use dlocate on Ubuntu to find that
file - dlocate libLTO.so)
An example would be:
export LD_LIBRARY_PATH="path_to_libLTO.so:$LD_LIBRARY_PATH"
If you want this to be persist, then add it to your ~/.profile .
Original comment by t.poecht...@gmail.com
on 5 Nov 2013 at 8:12
Original issue reported on code.google.com by
negy.li...@gmail.com
on 19 Oct 2013 at 6:23