Followed the instruction: git clone git://noxrepo.org/nox cd nox/ ./boot.sh mkdir build/ cd build/ ../configure
checking for fdatasync... yes checking for ppoll... yes checking for boostlib >= 1.34.1... yes checking whether the Boost::Filesystem library is available... yes configure: error: Could not link against ! config.log: configure:15091: checking whether the Boost::Filesystem library is available configure:15115: g++ -c -g -O2 -I/usr/include conftest.cpp >&5 configure:15115: $? = 0 configure:15129: result: yes configure:15286: error: Could not link against ! 15285 if test "x$link_filesystem" != "xyes"; then 15286 as_fn_error "Could not link against $ax_lib !" "$LINENO" 5 15287 fi Looks like ax_lib is not defined in this invocation. Same error happened on both Ubuntu 10.04.1 and Fedora 13. Thanks in advance for input. Yaomin
_______________________________________________ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org