On Sat, 11 Jun 2011 16:40:44 +0530 janu mam <[email protected]> wrote: > make all-recursive > make[3]: Entering directory `/home/janu/Downloads/xc/src/exo-0.6.0/python' > Making all in examples > make[4]: Entering directory > `/home/janu/Downloads/xc/src/exo-0.6.0/python/examples' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory > `/home/janu/Downloads/xc/src/exo-0.6.0/python/examples' > make[4]: Entering directory `/home/janu/Downloads/xc/src/exo-0.6.0/python' > CC _exo_la-exomodule.lo > CC _exo_la-pyexobinding.lo > CC _exo_la-exo.lo > CCLD _exo.la > > *libtool: link: only absolute run-paths are allowed* > make[4]: *** [_exo.la] * Error 1* > make[4]: Leaving directory `/home/janu/Downloads/xc/src/exo-0.6.0/python' > make[3]: *** [all-recursive] * Error 1* > make[3]: Leaving directory `/home/janu/Downloads/xc/src/exo-0.6.0/python' > make[2]: *** [all] *Error 2* > make[2]: Leaving directory `/home/janu/Downloads/xc/src/exo-0.6.0/python' > make[1]: *** [all-recursive] * Error 1* > make[1]: Leaving directory `/home/janu/Downloads/xc/src/exo-0.6.0' > make: *** [all] *Error 2* > > still same errors even for exo-0.6.2.tar.bz2 ,exo-0.6.1.tar.bz2 also > can any one help plz??
Sorry I can't offer a solution. It works for me make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/tmp/exo-0.6.0/python/examples' make[4]: Entering directory `/tmp/exo-0.6.0/python' CC _exo_la-exomodule.lo CC _exo_la-pyexobinding.lo CC _exo_la-exo.lo CCLD _exo.la make[2]: Leaving directory `/tmp/exo-0.6.0/python' Making all in tests make[2]: Entering directory `/tmp/exo-0.6.0/tests' ...and so on. My /etc/ld.so.conf is empty as I don't install anything anywhere other than /lib or /usr/lib You said you didn't reboot after editing /etc/ld.so.conf but did you run ldconfig? As far as the warning about libstdc++.so.6.0.14-gdb.py I think it's a harmless warning. I find it quite annoying though, so I move it to /usr/share/gcc-* mv /usr/lib/libstdc++.so.*-gdb.py /usr/share/gcc-* If I ever need to use gdb I'll move it back to /usr/lib Sorry I've no solution Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
