Hi Stefan, On Sun, Jun 5, 2011 at 1:53 PM, Stefan Sperling <s...@elego.de> wrote: > On Sun, Jun 05, 2011 at 09:18:49AM +0530, Senthil Kumaran S wrote: >> javahl Unable to compile. See [1] below. > > Hmmm... this fails because g++ cannot find some files it wants > such as /usr/lib/crti.o. Maybe you are missing a package? > On Debian this file seems to be in the libc6-dev package.
I already have 'libc6-dev' installed in my debian box: <snip> $ dpkg-query -W -f='${Status} ${Version}\n' libc6-dev install ok installed 2.11.2-10 </snip> >> python Unable to compile. See [2] below. > > This failes because Python.h is missing. You are probably missing > the python-dev package? After installing 'python-dev' package it worked. Thanks for pointing it out. Following are the python binding test results: <snip> Ran 112 tests in 42.291s OK </snip> Thank You. -- Senthil Kumaran S http://www.stylesen.org/ http://www.sasenthilkumaran.com/