View Single Post
Posts: 1,203 | Thanked: 3,027 times | Joined on Dec 2010
#107
Definitely using latest source. Restarted and piped output into a log file. It seemed like VM was running out of memory during linking (850MB RAM with 700ish swap) as ld teminated with signal 9. Left it whilst doing some shopping with 1GB RAM and 5,7GB swap. Solved.

Build of embedlite-components seems to be missing a few build-deps. Libtool 1.5 in repo has a size mismatch, by passed by installing via dpkg. Then discover it seems to require >2.2.6, 2.2 has no package on its package page, so only logical option is libtool242.

So installed autoconf2.67, automake1.11, libtool242 and now I get

Code:
mv: cannot stat `.deps/libhistory_la-EmbedHistoryListener.Tpo': No such file or directory

Last edited by Android_808; 2013-11-21 at 19:32.