Menu

libtool causes make failure

Help
Liam Healy
2004-04-13
2004-05-11
  • Liam Healy

    Liam Healy - 2004-04-13

    In case this affects anyone else, I had a problem after I ran ./configure, and tried to run make:
    Making all in libmoto
    make[1]: Entering directory `/usr2/people/healy/control/rescuesat/freesolid/libmoto'
    source='GEN_random.cpp' object='GEN_random.lo' libtool=yes \ depfile='.deps/GEN_random.Plo' tmpdepfile='.deps/GEN_random.TPlo' \ depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../include   -DGEN_INLINED  -g -O2 -c -o GEN_random.lo `test -f GEN_random.cpp || echo './'`GEN_random.cpp
    ../libtool: s%^.*/%%: No such file or directory
    ../libtool: -e: command not found
    ../libtool: -e: command not found
    ../libtool: -e: command not found
    ../libtool: -e: command not found
    ../libtool: -e: command not found
    ../libtool: -e: command not found
    ../libtool: -e: command not found
    ../libtool: -e: command not found
    ../libtool: -e: command not found
    ../libtool: -e: command not found
    ../libtool: -e: command not found
    ../libtool: -e: command not found
    : compile: cannot determine name of library object from `'
    make[1]: *** [GEN_random.lo] Error 1
    make[1]: Leaving directory `/usr2/people/healy/control/rescuesat/freesolid/libmoto'
    make: *** [all-recursive] Error 1

    This is a libtool problem, and is fixed by
    setenv SED sed
    or equivalent, see http://mail.gnu.org/archive/html/libtool/2002-08/msg00103.html

     
    • Rodrigo Hernandez

      This should be fixed now

       

Log in to post a comment.