On Sun, Jun 5, 2011 at 9:28 PM, Daniel Shahaf <[email protected]> wrote: > I have: > * Debian stable > * libc6-dev 2.11.2-10 > * /usr/lib/crti.o is reported (dpkg -S) to be owned by libc6-dev
I could see the above file, <snip> $ ls /usr/lib/crti.o -alh -rw-r--r-- 1 root root 1012 Jan 24 05:40 /usr/lib/crti.o </snip> But for some reason 'make javahl' complains. I even tried uninstalling 'libc6-dev' and reinstalling it again. When I do 'make javahl' it searches the files in the following directories: <snip> g++: /usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/crti.o: No such file or directory g++: /usr/lib/gcc/i486-linux-gnu/4.3.2/crtbeginS.o: No such file or directory g++: /usr/lib/gcc/i486-linux-gnu/4.3.2/crtendS.o: No such file or directory g++: /usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/crtn.o: No such file or directory </snip> My 'uname -a' reports as 'i686', am not sure whether that could cause this failure. Just in case if this will ring a bell for someone, this debian box came from continuous upgrade right from 'etch'. Thank You. -- Senthil Kumaran S http://www.stylesen.org/ http://www.sasenthilkumaran.com/

