[nox-dev] NOX compilation error

2010-07-12 Thread Nikhil Handigol
I recently tried a fresh NOX installation from the noxrepo git repo on Ubuntu 10.04. ./configure --with-python=yes fails with an error: configure: error: Could not link against ! The last few lines of the output are: checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC

Re: [nox-dev] NOX compilation error

2010-07-12 Thread kk yap
Hi Nikhil, More specifically, you can try libbooost-dev, libboost-filesystem-dev and libboost-test-dev. Regards KK On 12 July 2010 03:55, James Murphy McCauley jam...@nau.edu wrote: I am guessing this is a bug in the autoconf boost detection code.  I'd try the following: First, apt-get

Re: [nox-dev] NOX compilation error

2010-07-12 Thread Kyriakos Zarifis
and I'd try removing the existing libboost package first (looks it's there) before reinstalling. That's to avoid getting the 'already installed' message in case of a broken installation On Mon, Jul 12, 2010 at 8:04 AM, kk yap yap...@stanford.edu wrote: Hi Nikhil, More specifically, you can

Re: [nox-dev] NOX compilation error

2010-07-12 Thread Nikhil Handigol
HI, Installing libboost-all-dev did the trick for me. Thanks, Nikhil On Mon, Jul 12, 2010 at 11:13 AM, Kyriakos Zarifis kyr.zari...@gmail.comwrote: and I'd try removing the existing libboost package first (looks it's there) before reinstalling. That's to avoid getting the 'already installed'